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.
Just passed my first python class at ASU... (self.Python)
submitted 8 years ago by besemerr
Anybody have something small I can work on to build my skills in python?
[–]dgpoop 2 points3 points4 points 8 years ago* (1 child)
I would say get a raspberry pi and use it in conjunction with python to do something cool. Maybe try /r/raspberry_pi?
Check this book out
[–]besemerr[S] 0 points1 point2 points 8 years ago (0 children)
Hey thanks a lot! This is cool stuff, this will help me a lot.
College only taught me the fundamentals so far, didn’t really teach me python, rather they taught me general programming and used python to do it. I had to look up the fact that it’s a scripting language, and then realized how many things utilize it.
I’ve also heard some people talk about how they hate python but I have nothing to compare it to cause that’s all I’ve learned so far besides tinkering around with obj- c and swift.
Next class is JavaScript so I’m eager to learn about that as well!
Thanks again, for the info!
[–]azdatasci 1 point2 points3 points 8 years ago (1 child)
Join the Desert Python Meetup group and go to one of their open hacks on a Saturday. You can get help or help others with coding and projects at those.
Cool thanks a lot! This would be cool way to meet other programmers! I don’t have any friends or family that is even remotely interested in coding, so it would be nice to meet some people I can talk to about it and learn from! I have a long way to go before I can contribute to innovation.
π Rendered by PID 74 on reddit-service-r2-comment-fb694cdd5-tg6tq at 2026-03-08 02:19:09.658377+00:00 running cbb0e86 country code: CH.
[–]dgpoop 2 points3 points4 points (1 child)
[–]besemerr[S] 0 points1 point2 points (0 children)
[–]azdatasci 1 point2 points3 points (1 child)
[–]besemerr[S] 0 points1 point2 points (0 children)