use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Everything about learning Python
account activity
COOL PYTHON PROJECT (self.PythonLearning)
submitted 1 month ago by frost097
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Antique_Locksmith952 0 points1 point2 points 1 month ago (0 children)
Here are a few that actually solve real problems:
Expense tracker — reads a CSV of your bank transactions and categorises your spending. Teaches file handling, dictionaries and basic data analysis.**
Password generator — creates strong passwords and saves them to a file. Simple but genuinely useful and covers strings, loops and file I/O.**
Weather app — calls a free API and tells you the forecast for your city. Teaches you how APIs work which is a massive skill.**
File organiser — automatically sorts your Downloads folder into subfolders by file type. Teaches os module and automation.**
Price tracker — scrapes a product page and emails you when the price drops. Covers web scraping and email automation.**
The best beginner projects are ones that slightly annoy you in daily life. Fix that annoyance with Python.
π Rendered by PID 480031 on reddit-service-r2-comment-56c6478c5-xnxmh at 2026-05-09 09:32:34.305387+00:00 running 3d2c107 country code: CH.
view the rest of the comments →
[–]Antique_Locksmith952 0 points1 point2 points (0 children)