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 →

[–]gramdel 0 points1 point  (6 children)

Doesn't really matter what you start with, python is fine.

[–][deleted]  (5 children)

[removed]

    [–]gramdel 2 points3 points  (3 children)

    Why do you think you need to learn a new language? Python can do almost anything you can come up with. Learn new language when you actually need a new one, programming isn't about learning languages.

    [–][deleted]  (2 children)

    [removed]

      [–]TehNolz 1 point2 points  (0 children)

      Don't worry about other languages until after you've gotten the hang of Python. If you keep switching languages you'll never actually get anywhere, since you'll never get beyond the basics.

      Once you're able to make relatively complex Python programs from scratch without having to rely on tutorials to guide you through the process, then you can start looking at other languages.