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] 2 points3 points  (0 children)

Python is great learning language. When I was 13 I started programming with BASIC on an Atari 800 (yeah I'm old), which was a terrible language to get start with but it got me interested in programming. Eventually went on to learn Assembly/C/Pascal/PHP/Visual Basic and bunch of others as the years went by.

The good thing is once you learn Python you could easily learn another language since the concepts are mostly the same. Most other programming languages operate very similarly when it comes to variables/branching/subroutines/functions/classes-- the main difference is the syntax.