+ 1

Which one to start first c or python??

4th Sep 2019, 7:28 PM
suraj kumar
suraj kumar - avatar
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.
4th Sep 2019, 11:34 PM
M J
M J - avatar
+ 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.
4th Sep 2019, 8:07 PM
HonFu
HonFu - avatar
+ 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.
4th Sep 2019, 8:23 PM
Dmytro Novak
Dmytro Novak - avatar
+ 1
Python > c, change my mind
5th Sep 2019, 4:12 AM
WAHYU OKI SAPUTRA
WAHYU OKI SAPUTRA - avatar