I'm about to start my first year in a BTech CSE program and have no prior experience with programming languages. I'm looking for suggestions on which language would be the best to learn first. Ideally, it should be beginner-friendly and cover the basics well.
2 Answers
Check out the FAQ on which language to start with! But honestly, the best choices depend on what you want to do. For absolute beginners, I'd recommend Python. If you're moving into more structured courses like AP Computer Science, then maybe look at Java or C#. Online university courses can give you a better foundation too!
Python is definitely a solid choice to start with! It's really user-friendly and doesn't have a lot of syntax issues. Make sure you cover the basics like variables, loops, functions, and data types. Once you're comfortable, you might want to tackle C++ next; it can be a bit challenging but it’s important to know as well!
Okayy thank you!!!
I didn't know about that... thanks for the tip, I checked it out!