Hey all ,recently I started out my journey in codechef and the thing that struck me the most was that code written in C took very less time to execute.As Iam just a beginner I tend to stick to python while trying and solving problems,as it gives me better concentration on the problem and not on the background procedures for the impelementation, like in C.
Can python be used for all purposes in the near future? I have noticed that there are many supporting projects for python ,to try and port it to differnt platforms.
That being said I feel that C tends to become very complicated at times.Any way I can improve my understanding of C and use it as fluidly as python? Most of the times I get TLE when I use python for complicated questions.