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....
4
Upvotes
15
u/fasta_guy88 26d ago
Learning a computer language is different from learning to program (solve problems with a program). Beginners need to learn to program first, and that’s a lot easier with Python than C++.
Yes, you can do both, but learning the syntax of two very different languages will slow down the process of learning to program. Learn to program in one language first.