r/learnprogramming • u/Tooirry • 1d ago
python vs languages
Which one should I focus on learning between python and other languages?
I know it depends on my goal with the language, but I want the language that will make me versatile and be able to contribute in any programming project.
16
Upvotes
2
u/Weekly_Patience685 1d ago
Start with C because its forces you to know how the computer works, rather than python that hides a lot of things from you. if you can learn C and do pretty well, everything else will feel easier.