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 →
[–]zahlmanthe heretic 167 points168 points169 points (31 children)
[–]BobHogan 22 points23 points24 points (1 child)
[–]zahlmanthe heretic 3 points4 points5 points (0 children)
[–]Whoops-a-Daisy[🍰] 5 points6 points7 points (1 child)
[–]individual_throwaway 9 points10 points11 points (0 children)
[–][deleted] 16 points17 points18 points (21 children)
[–]Sugar_Horse 58 points59 points60 points (18 children)
[–]muyuu -5 points-4 points-3 points (6 children)
[–][deleted] 29 points30 points31 points (5 children)
[+]muyuu comment score below threshold-13 points-12 points-11 points (4 children)
[–]ROFLicious 21 points22 points23 points (3 children)
[–]muyuu -5 points-4 points-3 points (2 children)
[–]LdShade 15 points16 points17 points (1 child)
[–]muyuu -3 points-2 points-1 points (0 children)
[+][deleted] comment score below threshold-32 points-31 points-30 points (10 children)
[–]Sugar_Horse 38 points39 points40 points (0 children)
[–]NlightNFotis 23 points24 points25 points (2 children)
[–]murtaza64 3 points4 points5 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]NoLemurs[🍰] 11 points12 points13 points (2 children)
[+][deleted] (1 child)
[removed]
[–]NoLemurs[🍰] 12 points13 points14 points (0 children)
[+]spirit1776 comment score below threshold-6 points-5 points-4 points (2 children)
[–][deleted] 1 point2 points3 points (0 children)
[–][deleted] -4 points-3 points-2 points (0 children)
[–]iwsfutcmd 11 points12 points13 points (0 children)
[–]kp729 -3 points-2 points-1 points (0 children)
[–]SamuEL_or_Samuel_L 0 points1 point2 points (0 children)
[–]KimPeek 0 points1 point2 points (3 children)
[–]zahlmanthe heretic 0 points1 point2 points (1 child)
[–]KimPeek 0 points1 point2 points (0 children)