Python Forum

Full Version: Python vs low level languages, (say C++)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a feeling, when I learn python, that sometimes when I'm introduced to a new feature, I , feel like the "job" has already been done for me, and I miss the 'creation' part

Like I think that certain themes, if I were to program them in C++, then I would've understood the building blocks better

What do you think ?
Learn both. IMHO, it’s great to know a compiled language and a scripting language.
There’s C++ bindings for python so you can learn to make them work together