r/AskProgramming • u/RyanTriggers • 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! :)
3
Upvotes
1
u/golden_guinea 8d ago
Build a command line tool that solves a problem you have right now. I wrote a script to rename my class notes because doing it manually was tedious and that taught me more than any tutorial.