+ 2
Which do i prefer? Phython or C?
3 Antworten
+ 4
As a beginner I would choose C
Because having the good knowledge of C gives you knowledge of how computer works.
Python is great for problem solving because of its extensive libraries but then you can't learn low level implementation skills using Python.. For that purpose, C is the best language… To learn debugging, there is no better language than C. I would say master both these languages. Choose the one which is appropriate to solve problems accordingly.
If you want to build softwares or websites or want to work on Data Science and Artificial Intelligence then Python is best.
And if you want to know about deep aspects of computer, how CPU works, how to create OS and compilers, how controller and chipsets work then learn C.
I recommend you to have full depth knowledge of both.
+ 5
+ 2