+ 1
Which one to start first c or python??
4 Answers
+ 3
It depends on what you will be doing. For work involving straightforward array functions and/or graphics, python has a lot of useful libraries, but for calculation-intensive work where you have to be in full control of the details of the computations and data, C might be the way to go.
+ 2
C - hard to start with, but if you don't give up, you'll have a good foundation for everything that may come.
Python - easy, motivating entry, you get stuff done quickly. Later, you might feel that some basics are missing, so you learn them later.
+ 1
Hi. If you want to learn how everything works under the hood then you must try C first and then compare it with Python.
+ 1
Python > c, change my mind