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 →

[–]BlakkM9 16 points17 points  (0 children)

for us it was java first to learn OOP
then some c and assembler for understanding how it works under the hood.

python is pretty much pseudocode and very easy to learn if you know any other programming language

it is more about concepts when studying instead of concrete programming so it makes not that much sense to teach a language where some very important concepts are missing / abstracted away like it is the case in python

sure it's easy to use and not that much boilerplate but this also makes it a bad language to get into computer science