What programming languages should I learn before starting my BS this fall?

0
1
Asked By TechWhiz42 On

I'm excited to start my Bachelor's degree this fall after completing my AA at community college. During the break, I'm planning to master Python, earn my CCNA certification, and solidify my understanding of algebra and calculus to prepare myself. I'm curious about what other programming languages I should consider learning after I feel comfortable with Python. I'm eager to get involved with hackathons and clubs, and I want to make sure I'm equipped with the languages that are commonly used and recommended in school. What do you suggest?

5 Answers

Answered By MathNerd22 On

You might want to prioritize discrete math over learning new programming languages. It's really valuable and proof-based mathematical skills will support your programming journey!

Answered By RealTalk007 On

Instead of trying to stack more languages, focus on solving real problems. Python is more than enough to get started. I suggest you take on a small project that interests you; you'll learn far more from actually building something than from going through tutorials for multiple languages.

Answered By JustBuildIt On

I totally agree! Stop worrying about the number of languages you're learning. Build something concrete with Python first. One completed project will give you more experience than trying to learn three different languages.

Answered By DevGuru99 On

Python is a solid foundation, but once you're comfortable, you should definitely look into JavaScript since it's everywhere in web development. You’ll likely encounter it in various projects at school. Java is another common choice, especially for courses on data structures and algorithms. Don't overlook C++ as well, as some universities still use it for lower-level programming courses. Also, consider learning SQL for database work, since nearly every project requires some form of data storage.

Answered By CodeCrafter88 On

C is a fantastic language to learn as it’s very widespread and simple. Knowing even a little C will help you understand other languages better, particularly how memory works, plus it’s useful in Cython.

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.