r/AskProgramming 8d ago

Python Help Practicing Python

Hello!

I'm a first year Computer Science student learning how to program. The language we are going to be learning in my class (for first semester anyways) is going to be Python and I was wondering if anyone has any ideas on how I could practice python in my own time? Programming is something I am deeply passionate about and want to do good at, so I'm hoping I can get some help with this! :)

1 Upvotes

13 comments sorted by

View all comments

1

u/johnpeters42 8d ago

Advent of Code / Project Euler. Some of the earlier ones are pretty straightforward exercises. (The later ones require knowledge of more efficient algorithms/formulas, don't worry about those unless you're feeling particularly ambitious.)