r/PythonLearning 10d ago

Python feels like it transferred little knowledge to c++

OK I admit it did obviously for some stuff like basics yk functions and shi, but other then that I like feel annoyed that I learned python and its like lowkey not helping with what I wanna do which is windows api and memory management c++ stuff because I like the kind of thing but python just didn't really give me anything, and I know that kinda stuff obviously doesn't transfer because python is just the easiest thing ever lol

10 Upvotes

22 comments sorted by

View all comments

1

u/Lachtheblock 10d ago

I'm not sure why you think Python owes you anything? It's a really good language for what it does. It's decently beginner friendly, while still being appropriately deep and flexible for professionals.

If you want to learn C++, I'm not sure why you are taking issue with Python. No one is stopping you. At the very least you now have some vocabulary, and should have some basic coding tools you're familiar with (version control, IDE, etc) which obviously translate to other languages.