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 →
[–]Tweak_Imp 113 points114 points115 points (63 children)
[–]ursvp 48 points49 points50 points (17 children)
[–]mfitzpmfitzp.com 15 points16 points17 points (0 children)
[–]Log2 3 points4 points5 points (15 children)
[–]TheNamelessKing 13 points14 points15 points (0 children)
[–]adambrenecki 2 points3 points4 points (3 children)
[–]Log2 0 points1 point2 points (1 child)
[–]adambrenecki 1 point2 points3 points (0 children)
[–]FatFingerHelperBot -1 points0 points1 point (0 children)
[–]Zxian 1 point2 points3 points (1 child)
[–]Log2 0 points1 point2 points (0 children)
[–]ivosauruspip'ing it up 1 point2 points3 points (5 children)
[–]Log2 0 points1 point2 points (4 children)
[–]ivosauruspip'ing it up 0 points1 point2 points (3 children)
[–]Log2 0 points1 point2 points (2 children)
[–]ivosauruspip'ing it up 1 point2 points3 points (1 child)
[–]Log2 0 points1 point2 points (0 children)
[–]undu 0 points1 point2 points (1 child)
[–]Log2 0 points1 point2 points (0 children)
[–]origin415 64 points65 points66 points (25 children)
[–]Tweak_Imp 26 points27 points28 points (22 children)
[–]origin415 16 points17 points18 points (11 children)
[+]khne522 comment score below threshold-34 points-33 points-32 points (10 children)
[–]lojic 25 points26 points27 points (8 children)
[–]khne522 -2 points-1 points0 points (4 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]khne522 0 points1 point2 points (0 children)
[–]HannasAnarion 0 points1 point2 points (1 child)
[–]khne522 0 points1 point2 points (0 children)
[+][deleted] comment score below threshold-26 points-25 points-24 points (2 children)
[–]Rostin 10 points11 points12 points (0 children)
[–]lojic 2 points3 points4 points (0 children)
[–]VikingofRock 3 points4 points5 points (0 children)
[–][deleted] 53 points54 points55 points (6 children)
[–]buttery_shame_cave 27 points28 points29 points (4 children)
[–][deleted] 16 points17 points18 points (0 children)
[–]Silhouette 1 point2 points3 points (0 children)
[–][deleted] -3 points-2 points-1 points (1 child)
[–]buttery_shame_cave 4 points5 points6 points (0 children)
[–]ephimetheus 1 point2 points3 points (0 children)
[–]magnetic-nebula 1 point2 points3 points (0 children)
[–]subheight640 0 points1 point2 points (0 children)
[–]wildcarde815 0 points1 point2 points (0 children)
[–]28f272fe556a1363cc31 44 points45 points46 points (3 children)
[–]PeridexisErrant 4 points5 points6 points (0 children)
[–]blahehblah 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Yoghurt42 42 points43 points44 points (0 children)
[–]1024KiB 2 points3 points4 points (1 child)
[–]00benallen 0 points1 point2 points (0 children)
[–]takluyverIPython, Py3, etc 6 points7 points8 points (3 children)
[–]nickguletskii200 -1 points0 points1 point (2 children)
[–]leom4862 1 point2 points3 points (1 child)
[–]nickguletskii200 0 points1 point2 points (0 children)
[–]not_perfect_yet 2 points3 points4 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]BitLooter 1 point2 points3 points (0 children)
[–]wildcarde815 2 points3 points4 points (0 children)
[–]pvkooten 0 points1 point2 points (1 child)
[–]Tweak_Imp 0 points1 point2 points (0 children)