r/learnpython • u/keenox10 • 2d ago
Daily python 'challenges' to do in the morning?
I want to make it a habit where I do a 30 minute or so coding task in the mornings before work to keep myself on top of things.
I am doing some self study to learn python and some days I don't have time to do as much studying as I'd like so it would be nice to get into a routine of doing what I can in the mornings.
I have been doing leetcode and neetcode problems, but they don't feel like they teach me much, maybe I am approaching them wrong.
Any ideas please?
3
u/itlogicpartnersllc 2d ago
for 30 minute sessions i would tiny projects instead of relying entirely on leetcode. pick one practical task each morning parse a csv, call an api, rename files, scrape a page or automate something boring. you will learn python through repetition.
1
u/cyrixlord 1d ago
just work on your own project. learn technology that you will need for your project. use GitHub. pretend you are at work and learn to use those tools
16
u/datadriven_io 2d ago edited 1d ago
Do the daily problem on datadriven.io/daily - datadriven is like Leetcode but for data engineering
Or do a Python lesson on datadriven.io/learn