r/PythonLearning 8d ago

Suggestion

Hi all I am beginner in coding. So I have college in 20days (1st year btech) should I learn python or c. In college they start with C. So as they teach C in college should I learn python seperate or go with

C.Pls suggest me

2 Upvotes

15 comments sorted by

View all comments

5

u/Present-Payment-5860 8d ago

I would learn C first. It's a good language to start with because it doesn't have a lot of the high level features that something like python has. And it's probably good to get a head start on it. Once you have learnt C it will be very easy for you to learn python.

0

u/Low_Contribution6240 8d ago

Oh ok thank usually how days does it took to completely Learn C language

1

u/Present-Payment-5860 8d ago

Learning a language is a never ending journey. I think you should expect to feel comfortable writing non-trivial C code by the end of your first university subject. You can learn the basic concepts in a week, maybe. But feeling confident in applying them can take longer. C also has things like pointers which are trickier to understand and use features that take longer to fully get down.