What Programming Language Should I Start Learning First?

0
4
Asked By SunnyDaze87 On

I'm starting my first year of a BTech in Computer Science and Engineering, and I have no experience with programming languages at all. Can anyone suggest which language would be the best and easiest to begin with? I'm looking for something that covers the basics well and is beginner-friendly.

2 Answers

Answered By CodeWizard99 On

I'd recommend starting with Python. It's beginner-friendly and has minimal syntax issues, so you can focus on learning concepts like variables, loops, functions, and data types. Once you're comfortable with Python, you might want to explore C++ next; it’s a bit tougher but definitely worthwhile for understanding programming fundamentals.

SunnyDaze87 -

Okayy thank you!!!

Answered By TechSavant42 On

A lot of people suggest Python as the start, but if you're planning to take classes like AP Computer Science, you might want to consider Java or C#. They are quite prevalent in university courses. Also, I suggest following structured courses from universities instead of random online videos.

CuriousLearner12 -

I didn't know about that... thank you, I checked it out

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.