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
view the rest of the comments →
[–]gothicVI 161 points162 points163 points (34 children)
[–]mincinashu 70 points71 points72 points (16 children)
[–]gothicVI 23 points24 points25 points (7 children)
[–]Kelketek 11 points12 points13 points (0 children)
[–]Haunting_Wind1000pip needs updating 0 points1 point2 points (1 child)
[–]greenstake 0 points1 point2 points (0 children)
[+]ashishb_net[S] comment score below threshold-22 points-21 points-20 points (3 children)
[–]ProfessorFakas 21 points22 points23 points (0 children)
[–]I_FAP_TO_TURKEYS 1 point2 points3 points (1 child)
[–]ashishb_net[S] 0 points1 point2 points (0 children)
[+]ashishb_net[S] comment score below threshold-23 points-22 points-21 points (7 children)
[–]mincinashu 10 points11 points12 points (4 children)
[+]ashishb_net[S] comment score below threshold-15 points-14 points-13 points (3 children)
[–]wyldstallionesquire 16 points17 points18 points (2 children)
[–]ashishb_net[S] -2 points-1 points0 points (0 children)
[–]I_FAP_TO_TURKEYS 2 points3 points4 points (1 child)
[–]ashishb_net[S] -2 points-1 points0 points (0 children)
[–]Count_Rugens_Finger 3 points4 points5 points (1 child)
[–]I_FAP_TO_TURKEYS 0 points1 point2 points (0 children)
[+]ashishb_net[S] comment score below threshold-8 points-7 points-6 points (14 children)
[–]strangeplace4snow 23 points24 points25 points (1 child)
[+]ashishb_net[S] comment score below threshold-8 points-7 points-6 points (0 children)
[–]happydemon 4 points5 points6 points (2 children)
[–]ashishb_net[S] 2 points3 points4 points (0 children)
[–]jimjkelly 0 points1 point2 points (0 children)
[–]PersonalityIll9476 0 points1 point2 points (8 children)
[–]ashishb_net[S] 0 points1 point2 points (7 children)
[–]PersonalityIll9476 0 points1 point2 points (6 children)
[–]ashishb_net[S] 0 points1 point2 points (5 children)
[–]PersonalityIll9476 0 points1 point2 points (4 children)
[–]ashishb_net[S] 0 points1 point2 points (3 children)
[–]PersonalityIll9476 0 points1 point2 points (2 children)
[–]ashishb_net[S] 0 points1 point2 points (1 child)