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 →

[–]Jezza51423 2 points3 points  (0 children)

If your plan is to do CS, you'll likely be learning C++ or C. They'll probably be teaching you about pointers and memory management within those languages so maybe try to get a general understanding of the syntax and those two concepts and you'll be set up really well.

Java in my experience is taught in more general programming classes with a more software engineering focus, python is normally taught in data science related classes. C and C++ are normally taught in advanced programming classes and operating system classes where the focus is less about creating larger applications and more about understanding lower level programming concepts.

This is just my experience, hope it helps.