💡
21
c/coding-for-beginners•robin591robin591•3d ago

My brother told me to start with Python, not C++, and he was totally right...

3 comments

Log in to join the discussion

Log In
3 Comments
finley_gonzalez49
Oh man, my first C++ program was just me fighting the compiler for three hours. I learned how memory works, alright. I learned that I have no memory of what a semicolon is. Python let me actually make something before I gave up.
8
reed.skyler
Remember reading that starting with C++ is like learning to drive with a manual transmission, you get the theory but stall a lot. @finley_gonzalez49 fighting the compiler for hours on a missing semicolon is exactly that. Python is the automatic car that just lets you go. The C++ pain teaches you what memory actually is, like seeing the engine parts, while Python just gives you the keys. Both get you there, just with very different first trips.
4
lindag33
lindag333d ago
What exactly was your brother right about? Starting with Python is fine for basics, but C++ teaches you how memory actually works, which Python hides from you.
3