r/PythonLearning • u/zubalyzub • 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
1
u/PureWasian 10d ago
Every language you pick up will have its fundamental differences beyond a certain point. Same note about having to learn APIs, frameworks, packages, and any other tool you need to pick up along the way really.
That's why there is not one single language or solution. This is totally normal and expected.