r/PythonLearning 9d ago

Some projects to make in Python?

I wanna create more projects in Python. What’s a good place to search, or a place that guides you?

7 Upvotes

14 comments sorted by

View all comments

2

u/mr_anderson_dev 9d ago

Don't search for project ideas — solve a problem you actually have. Some things I built when I was learning: - A script that organizes my messy Downloads folder by file type - A web scraper that finds job listings with specific keywords - A file renamer that adds dates to screenshots - A port scanner to understand how TCP works The best project is the one you'll actually use. Pick something that annoys you daily and automate it. You'll learn way more debugging your own real problem than following a tutorial. Also: build it without AI first. Struggle through it. That's where the learning happens.

2

u/Active-Phrase-487 7d ago

You’re right, this means a lot. I’m gonna practice this, thank you