arrow_upward
learning C
#1
do you think learning C as the first programming langauge is a must?
or should i start with something more simple like python or java?



#2
I would suggest to go with python first. You will make a progress faster.



#3
No language is a must to learn first. But some languages is easier to learn and when you understand the basic terms in programming its easy to get started with other.



#4
(15-11-2022, 06:33 AM)thisnameistaken Wrote: do you think learning C as the first programming langauge is a must?
or should i start with something more simple like python or java?
I'd get yourself on a MOOC CS101 course from MIT, Harvard etc and use whatver they teach now, likely to be Java or Python.   Java is great to use but is a long grind to master.   Python and Golang are comparatively simple to pick up.



#5
C is more low level and so you'll learn more ab the computer and how it really functions. I think it's probably better to learn that first than something like Python.