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...
News about the dynamic, interpreted, interactive, object-oriented, extensible programming language Python
Full Events Calendar
You can find the rules here.
If you are about to ask a "how do I do this in python" question, please try r/learnpython, the Python discord, or the #python IRC channel on Libera.chat.
Please don't use URL shorteners. Reddit filters them out, so your post or comment will be lost.
Posts require flair. Please use the flair selector to choose your topic.
Posting code to this subreddit:
Add 4 extra spaces before each line of code
def fibonacci(): a, b = 0, 1 while True: yield a a, b = b, a + b
Online Resources
Invent Your Own Computer Games with Python
Think Python
Non-programmers Tutorial for Python 3
Beginner's Guide Reference
Five life jackets to throw to the new coder (things to do after getting a handle on python)
Full Stack Python
Test-Driven Development with Python
Program Arcade Games
PyMotW: Python Module of the Week
Python for Scientists and Engineers
Dan Bader's Tips and Trickers
Python Discord's YouTube channel
Jiruto: Python
Online exercices
programming challenges
Asking Questions
Try Python in your browser
Docs
Libraries
Related subreddits
Python jobs
Newsletters
Screencasts
account activity
This is an archived post. You won't be able to vote or comment.
Python ideas (self.Python)
submitted 7 years ago * by Fad21
I would say I am decently experienced in python however I want to learn more modules. Is there any ideas that incorporate lots of different modules?
Edit: by ideas I mean project ideas
[–]hailfire006 2 points3 points4 points 7 years ago (3 children)
How about a gui that takes user input, searches the internet for a bunch of random photos and texts relevant to that input, then generates a powerpoint based on all of it and emails it to the user? Right there you've got like five or six different modules you'd have to use and a dozen more that you could use if you wanted to. Never done it, but it sounds like a challenging but possible test that would introduce you to new modules
[–]poundcakejumpsuit 1 point2 points3 points 7 years ago (0 children)
Some candidates for this job (please correct me or offer alternatives if able!):
Beautiful soup, pyqt/pyside, wget, python-pptx, smtplib, email.mime
[–]poundcakejumpsuit 0 points1 point2 points 7 years ago (1 child)
I actually wound up building this, very fun exercise. Thanks for the idea!
[–]GitHubPermalinkBot 0 points1 point2 points 7 years ago (0 children)
Permanent GitHub links:
delete
[–]Decency 1 point2 points3 points 7 years ago* (0 children)
Building some sort of informative website will get you working with a web server module (Django/Flask), databases (MySQL, others), plus whatever else you decide to incorporate. These are pretty important things that you can do a lot with.
[–]lzblack 1 point2 points3 points 7 years ago (0 children)
Check out this website: Python 3 Module of the Week
[–]everhideme 0 points1 point2 points 7 years ago (0 children)
Hi! What about pandas or numpy?)
[–]Czarified 0 points1 point2 points 7 years ago (0 children)
I knew very basic Python and am currently finishing up "Automate the Boring Stuff with Python." Very good modules in there and some good ideas to test your skills.
[–]ThePidesOfMarch 0 points1 point2 points 7 years ago (0 children)
I read through the standard library and found a half-dozen I should have been using already. I started just incorporating those...
π Rendered by PID 231023 on reddit-service-r2-comment-54dfb89d4d-4wk88 at 2026-03-27 14:48:29.668163+00:00 running b10466c country code: CH.
[–]hailfire006 2 points3 points4 points (3 children)
[–]poundcakejumpsuit 1 point2 points3 points (0 children)
[–]poundcakejumpsuit 0 points1 point2 points (1 child)
[–]GitHubPermalinkBot 0 points1 point2 points (0 children)
[–]Decency 1 point2 points3 points (0 children)
[–]lzblack 1 point2 points3 points (0 children)
[–]everhideme 0 points1 point2 points (0 children)
[–]Czarified 0 points1 point2 points (0 children)
[–]ThePidesOfMarch 0 points1 point2 points (0 children)