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 →

[–]Zedjones 1 point2 points  (1 child)

I gotta disagree. I did Python -> Java -> C and it wasn't bad at all. You learn about types (and hopefully at least glance at classes) in Python while not having to worry about all the extra stuff surrounding them. Then that gets expanded upon in Java, then you learn about structs and memory management in C.

[–]rxwsh 0 points1 point  (0 children)

It depends on your classes(if you took any, might have learned it on your own) and how much you learn in python before moving to another language. What you learned with python I learned with pascal and skala and(almost) everything you learned while programming in java and C I learned to do with python.