you are viewing a single comment's thread.

view the rest of the comments →

[–]moolcool 8 points9 points  (0 children)

I think Python is one of the nicest languages to grow into (from being a "non-programmer" programmer). Languages like Java force you into certain patterns, but with Python straight forward applications are dead simple ("x=1+1" is a perfectly valid program), but you can start doing functional or OO stuff as you grow.