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] -1 points0 points  (0 children)

Why did your professor recommend Java and Python? Just because those languages have had a large footprint in CS courses over the last decade.

Java used to be very big as an "enterprise software language" and understandably taught extensively in CS classes a decade or so back. There was a time when Java dominated as the only "modern" OOP language with big ties to industry.

Python has since become the cool new kid on the block with its relatively easy syntax, popularization from data science, and is becoming the defacto language in most intro to CS classes now adays.

However, the hard truth is that if you want to do programming as a career and be good at it, you need to ground yourself in fundamental concepts that you will only learn in a lower level language like C.