Reply to post:

Python swallows Java to become second-most popular programming language... according to this index

mrwenni

Imagine doing some OO progamming like this:

class Point:

def __init__(self, x, y):

self._x = x

self._y = y

Yuck. No, thanks.

But is serves well as a quick-and-dirty scripting language and as a Matlab replacement I suppose...

POST COMMENT House rules

Not a member of The Register? Create a new account here.

  • Enter your comment

  • Add an icon

Anonymous cowards cannot choose their icon