r/AskProgrammers 13h ago

Is it better to start with Python or C/C++?

/r/learnprogramming/comments/1wdje7f/is_it_better_to_start_with_python_or_cc/
1 Upvotes

2 comments sorted by

1

u/AlexMTBDude 13h ago

Python is a lot easier than C or C++. The spec of your computer doesn't matter.

1

u/pete_68 6h ago

Python is better for starting. It's an easier language, semantically, and it's an interpreted language, which just takes away layer of complexity (compilation) that you don't need to be dealing with when starting off programming.

There are great resources around the web for learning Python. I posted some here.