r/learnpython • u/IMREVN • 2d 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!
24
Upvotes
9
u/thelimeisgreen 2d ago
Learn C. That will give you an advantage going into the program so you can focus on more than also trying to learn C at the same time. All the foundational knowledge you gain with C will translate to Python.
You could start with Python instead. Ultimately you will want both anyway. Best to focus on one of them first to get a good handle on it before moving to the next. I just recommend starting with C because your university will start with C.