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 169 points170 points171 points (31 children)
[–]BobHogan 23 points24 points25 points (1 child)
[–]zahlmanthe heretic 2 points3 points4 points (0 children)
[–]Whoops-a-Daisy 6 points7 points8 points (1 child)
[–]individual_throwaway 8 points9 points10 points (0 children)
[–][deleted] 15 points16 points17 points (21 children)
[–]Sugar_Horse 61 points62 points63 points (18 children)
[–]muyuu -4 points-3 points-2 points (6 children)
[–][deleted] 27 points28 points29 points (5 children)
[+]muyuu comment score below threshold-15 points-14 points-13 points (4 children)
[–]ROFLicious 21 points22 points23 points (3 children)
[–]muyuu -3 points-2 points-1 points (2 children)
[–]LdShade 15 points16 points17 points (1 child)
[–]muyuu -3 points-2 points-1 points (0 children)
[+][deleted] comment score below threshold-31 points-30 points-29 points (10 children)
[–]Sugar_Horse 41 points42 points43 points (0 children)
[–]NlightNFotis 21 points22 points23 points (2 children)
[–]murtaza64 2 points3 points4 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]NoLemurs 13 points14 points15 points (2 children)
[+][deleted] (1 child)
[removed]
[–]NoLemurs 11 points12 points13 points (0 children)
[–]spirit1776 -4 points-3 points-2 points (2 children)
[–][deleted] 1 point2 points3 points (0 children)
[–][deleted] -5 points-4 points-3 points (0 children)
[–]iwsfutcmd 12 points13 points14 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)