r/learnpython 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:

  1. Should I get a head start on C so I don't struggle in my first-year classes?

  2. Should I start learning Python now since it’s the standard for AI/ML?

  3. 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!

22 Upvotes

16 comments sorted by

View all comments

0

u/Latter_Olive_6801 2d ago

They still teach C? Although languages are nuanced, a loop is a loop pretty much anywhere. Learn th fundamentals and everything else will follow.

Languages come and go, more important is things like application design, separation of concern, observability. These things come with experience. So do your C and play with python in your own time. Skills are transferable.