T
23

TIL everyone told me to start with Python, but I picked C++ and it actually made more sense for me.

I spent my first 3 months learning C++ with a $20 book from the library, and now when I look at Python code, the underlying concepts are way clearer, so has anyone else gone against the grain on their first language?
3 comments

Log in to join the discussion

Log In
3 Comments
annanguyen
annanguyen1mo ago
My first language was C too, actually.
9
paulschmidt
Honestly, the whole debate feels overblown. You learned some stuff, that's cool. But acting like picking C++ first is some secret key is a stretch. A lot of Python's appeal is not having to worry about memory pointers or header files to make a simple script. Getting the concepts is one thing, but how often are you actually needing that low level detail? Most people just want to automate a task or build a web app, not reinvent the wheel.
7
carr.brooke
What specific parts of Python made more sense after learning C++ first, like how memory works or something else?
-1