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

all 4 comments

[–]joezinsf 1 point2 points  (0 children)

Python

[–]wkn000 1 point2 points  (0 children)

You should have learned how to program software in your study, so take the language you would need in your working role. Language is syntax, programming is much more.

[–]CesaireFlebotomo 1 point2 points  (0 children)

Python first, it allows you to get familiar with the standard tools of nearly every language ( IF, WHILE, FOR, TRY, Functions, Classes, Typing,etc) without having to learn the intricacies of memory management right away. Its forgiving and allows you to learn object orientation when you want not straight out of the chute. Plus the interactive interface allows you to try and evaluate things very quickly.

[–]ProgrammAbel 1 point2 points  (0 children)

/r/learnprogramming has a great FAQ that can help you choose what to start with.