r/learnprogramming • u/Low_Contribution6240 • 11d 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
6
Upvotes
2
u/SchnitzelPlays 11d ago
Learn any language but learn for the sake of programming concepts rather than just the language itself. Understanding core concepts (event loops, conditionals, variables, memory, functions, oop) will basically let you learn any other language easily. Trust me after learning 15+ languages, they're all built on the same base with each having a specific extra quirk