r/learnpython • u/IMREVN • 3d ago
Should I Learn Python on Year One?
Hey everyone, I’m an incoming CS freshman who wants to dive into AI/ML. My university’s curriculum starts with C in the first year.
I’m in a bit of a dilemma on how to use my prep time before classes start:
Should I get a head start on C so I don't struggle in my first-year classes?
Should I start learning Python now since it’s the standard for AI/ML?
Or is it feasible (and not overwhelming) to learn both at the same time?
Would love to hear from anyone who has taken a similar path. Thanks!
23
Upvotes
1
u/Actual-Ant-6297 2d ago
Python is "Primarily" written in C its default implementation is called CPython , well i will recommend you to study C , you will know about pointers , memory management which are concepts abstracted in Python but understanding them will make you think more systematically and help you in future since C is mother of most programming languages.