T
5

I thought learning Python was just a fad until I built a script for my shift notes

For a long time, I figured real coding was too hard and Python was just hype. Then, after a rough night shift, I spent a weekend with a free course from Codecademy and wrote a simple script that sorts my patient notes by room number. It saves me about 20 minutes every shift now. Has anyone else had a small project that made a coding concept finally click for them?
3 comments

Log in to join the discussion

Log In
3 Comments
caseys90
caseys902mo ago
Yeah, that's the best way to learn. I started by making a script to rename a bunch of photos from a vacation. It was just a loop that added dates to the file names, but seeing it actually work on my own stuff made loops make sense. Now I look for any boring task I can try to automate, even if it's small. It sticks way better than just doing course exercises.
3
danielm15
danielm152mo ago
Exactly! That's the real secret right there. You're not just learning code, you're solving a real problem that annoyed you. That frustration gives you a clear goal, so you actually care about the fix. I started by writing a script to sort my downloads folder, and debugging it taught me more than any tutorial. When you make something useful for yourself, the concepts click because you see the payoff immediately.
3
sean_dixon96
Totally. That downloads folder script is a classic first win. I still have a dumb little script that moves screenshots off my desktop, and it saves me so much daily annoyance.
1