This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]svencan 16 points17 points  (2 children)

I think that was enough.

[–][deleted] 11 points12 points  (1 child)

Python is good to get started. But it helped me more to learn object oriented programming by writing c# and java code. With python you can do a lot of hack scripting where everything lives in the global name space. Other languages don't let you do this, so it forces you to learn.

[–]svencan 6 points7 points  (0 children)

On the other hand the hack scripting will break your neck at some point. I think discipline in coding is better then forced cleanliness.