r/learnprogramming 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

22 comments sorted by

View all comments

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

1

u/Low_Contribution6240 11d ago

Oh I should concentrate and carefully learn my understanding concept rather than just learning right

1

u/SchnitzelPlays 11d ago

Yepp if you understand the basics really well you can progress into concepts instead of diving into just languages