Which Programming Language Should I Focus on as a New CS Major?

0
0
Asked By CuriousCoder42 On

Hey everyone! I'm about to start my first year as a CS major, and I'm feeling a bit lost. I've always enjoyed programming but haven't really worked on any practical projects yet. I know some basics about Python and JavaScript, especially their syntax. My first class this fall is going to be all about Java, and I'm wondering if I should dive into a project using Python or JavaScript, or should I start focusing on learning Java? What do you all think?

3 Answers

Answered By JavaFan2000 On

Definitely learn Java! Starting with Java will make picking up other languages much easier later on. I began with Java too, and now I can code in Swift, Python, C#, and even GDScript!

Answered By TechSavvyDude On

You can't really go wrong with Python or JS for web development and data analysis, and Java is solid for enterprise software. But since you're a student, it's best to focus on Java since that's what your class will cover. Don't stress too much about picking just one language; you'll likely encounter all of them throughout your studies and career.

Answered By LanguageLover101 On

Just go with whatever your classes are using. In a couple of years, you'll realize that focusing on just one language is kind of silly. Think of languages as part of families. Most of your future classes will probably deal with C-like languages, so getting comfortable with those now will help. The key is to understand the concepts behind programming, not just the syntax of a single language.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.