Should I Start Learning Programming with Python or C/C++?

0
0
Asked By MellowOrbit42 On

I'm in ninth grade and currently have no coding experience, but I want to become a software engineer in the future. Should I begin with Python, C, or C++? I also have a modest laptop with a Celeron N4500 processor and 4 GB of RAM, so I'm wondering whether my hardware will be sufficient for learning and building beginner projects.

3 Answers

Answered By CopperKite19 On

Starting with C is also a valid choice if you want a stricter language and don't mind a steeper learning curve. C makes you deal with types, memory, and implementation details from the beginning, which can build a strong foundation. Just don't choose it because you think Python won't be useful; both languages are valuable for different goals.

Answered By BrightMango7 On

Python is usually the smoother starting point because the syntax is simpler and you can build useful things quickly—small games, web requests, scripts, or programs with windows and sound. Once you understand the basics, you can move to C or C++ to learn more about memory, compilation, and how computers work internally.

Answered By QuietPebble8 On

Your laptop is more than capable for learning programming. Beginner projects in Python, C, or C++ require very little hardware, and even larger development tools should generally run fine if you keep things lightweight. Pick one language, follow a structured beginner course, and spend most of your time writing small programs rather than worrying about which language is perfect.

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.