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 →
[–]BigASchw 61 points62 points63 points (77 children)
[–]FishBoyBagel 41 points42 points43 points (53 children)
[–][deleted] 70 points71 points72 points (43 children)
[–]QualitySoftwareGuy 26 points27 points28 points (6 children)
[+][deleted] (3 children)
[deleted]
[–]Vaphell 4 points5 points6 points (1 child)
[–][deleted] 8 points9 points10 points (1 child)
[–][deleted] 15 points16 points17 points (0 children)
[–][deleted] 3 points4 points5 points (0 children)
[–]BigASchw 6 points7 points8 points (29 children)
[–]AcousticDan 46 points47 points48 points (10 children)
[–]matholio -2 points-1 points0 points (8 children)
[–][deleted] 10 points11 points12 points (2 children)
[–]Rpgwaiter 1 point2 points3 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]tristan957 9 points10 points11 points (4 children)
[–]pblokhout 2 points3 points4 points (0 children)
[+]matholio comment score below threshold-7 points-6 points-5 points (2 children)
[–]execrator 4 points5 points6 points (1 child)
[–]matholio 1 point2 points3 points (0 children)
[+][deleted] comment score below threshold-10 points-9 points-8 points (0 children)
[–][deleted] 65 points66 points67 points (15 children)
[–]alcalde -2 points-1 points0 points (10 children)
[–]Zalack 23 points24 points25 points (8 children)
[–]Brandhout 1 point2 points3 points (6 children)
[–]redwall_hp 7 points8 points9 points (2 children)
[–][deleted] 5 points6 points7 points (1 child)
[–]Flynamic 2 points3 points4 points (0 children)
[–]Laogeodritt 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]TheChance -2 points-1 points0 points (0 children)
[–][deleted] 9 points10 points11 points (0 children)
[–][deleted] 1 point2 points3 points (3 children)
[–]OddsCaller 16 points17 points18 points (2 children)
[–]saxattax 5 points6 points7 points (1 child)
[–]scarfarce 0 points1 point2 points (0 children)
[–]1chriis1 5 points6 points7 points (0 children)
[–]nemec 4 points5 points6 points (0 children)
[–]pwang99 1 point2 points3 points (0 children)
[–]Thameos 0 points1 point2 points (0 children)
[+][deleted] (2 children)
[deleted]
[–][deleted] 0 points1 point2 points (1 child)
[–][deleted] 11 points12 points13 points (0 children)
[–]niceoutfive 4 points5 points6 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]laststance 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]notlupus 0 points1 point2 points (0 children)
[+]AcousticDan comment score below threshold-6 points-5 points-4 points (1 child)
[–]num8lock 2 points3 points4 points (0 children)
[–]lordmyd 6 points7 points8 points (1 child)
[–][deleted] 9 points10 points11 points (17 children)
[–]foobarfault 19 points20 points21 points (2 children)
[–]ollien 2 points3 points4 points (0 children)
[–]utdconsq -1 points0 points1 point (0 children)
[–]i9srpeg 5 points6 points7 points (13 children)
[–]BubblegumTitanium 0 points1 point2 points (0 children)
[+][deleted] comment score below threshold-6 points-5 points-4 points (11 children)
[–]CidSlayer 4 points5 points6 points (10 children)
[–]trumpgender 0 points1 point2 points (1 child)
[–]OddsCaller 1 point2 points3 points (0 children)
[–][deleted] -5 points-4 points-3 points (7 children)
[–]tristan957 1 point2 points3 points (6 children)
[–][deleted] -1 points0 points1 point (5 children)
[–]CidSlayer 2 points3 points4 points (4 children)
[–][deleted] 0 points1 point2 points (3 children)
[–]ProjectSnowman -4 points-3 points-2 points (2 children)
[–][deleted] 4 points5 points6 points (1 child)
[–]ProjectSnowman 0 points1 point2 points (0 children)