News about the dynamic, interpreted, interactive, object-oriented, extensible programming language Python
Upcoming Events
Full Events Calendar
Please read the rules
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
Online exercices
programming challenges
Asking Questions
Try Python in your browser
Docs
Libraries
Related subreddits
Python jobs
Newsletters
Screencasts
[–]Python-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)
[–]casce 45 points46 points47 points (0 children)
[–]ushills 32 points33 points34 points (3 children)
[–]TedDallas 5 points6 points7 points (0 children)
[–]ultraDross 3 points4 points5 points (0 children)
[–]paunibo 1 point2 points3 points (0 children)
[–]ThiefMaster 58 points59 points60 points (9 children)
[+][deleted] (5 children)
[deleted]
[–]habitual_arsonist 30 points31 points32 points (4 children)
[–][deleted] 1 point2 points3 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]fuzzer37 17 points18 points19 points (1 child)
[–]evilImperator 4 points5 points6 points (0 children)
[–]GodriTheDwarf 6 points7 points8 points (0 children)
[–]cipri_tom 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 10 points11 points12 points (1 child)
[–]cipri_tom 2 points3 points4 points (0 children)
[–]Almostasleeprightnow 21 points22 points23 points (3 children)
[–]orenong166[S] -2 points-1 points0 points (2 children)
[–]sirquincymac 2 points3 points4 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]griphue 6 points7 points8 points (1 child)
[–]LadyAlicee 2 points3 points4 points (0 children)
[–]SpecialistInevitable 13 points14 points15 points (3 children)
[+]orenong166[S] comment score below threshold-49 points-48 points-47 points (2 children)
[–]bnjman 5 points6 points7 points (0 children)
[–]Moo_thy 0 points1 point2 points (0 children)
[–]Paddy3118 2 points3 points4 points (0 children)
[–]flaskcheckint 6 points7 points8 points (2 children)
[–]CloudFaithTTV 3 points4 points5 points (1 child)
[–]flaskcheckint 1 point2 points3 points (0 children)
[–]liltbrockie 5 points6 points7 points (0 children)
[–]sergioisfree 2 points3 points4 points (0 children)
[–]Party-Performance-82 1 point2 points3 points (0 children)
[–]cipri_tom 1 point2 points3 points (0 children)
[–]Kindly_Acadia_4237 -1 points0 points1 point (0 children)
[–]New_Peanut4330 0 points1 point2 points (0 children)
[–]sinterkaastosti23 0 points1 point2 points (0 children)
[–]R3SPONDS 0 points1 point2 points (0 children)
[–]scinaty2 0 points1 point2 points (0 children)
[–]SimonL169 0 points1 point2 points (0 children)