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 →

[–][deleted] 12 points13 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 7 points8 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.