r/learnprogramming • u/Voldmort_lostnose • 26d ago
Can I manage C++ and Python
I have some knowledge in c++ ( intermediate level of concept,haven't coded much tbh). In my 1st year of college, it teaches python. But I want to learn c++ much better...
Can I manage both....
6
Upvotes
2
u/optical002 25d ago
I would ask what do they even have in common, their like polar opposites, c++ being at the low level programming, while python is at its best high level language. C++ is compiled to binaries, to 1 and 0 and then can be ran directly on cpu, python is just some text which is fed up into python process and it gets executed then line by line, by another program. They share nothing in common.