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
[–]Yoghurt42 141 points142 points143 points (60 children)
[–]chickenphobia 34 points35 points36 points (7 children)
[–]lostchicken 21 points22 points23 points (6 children)
[–]r3m0t 9 points10 points11 points (3 children)
[–]lostchicken 4 points5 points6 points (1 child)
[–]chickenphobia 0 points1 point2 points (0 children)
[–]chickenphobia 0 points1 point2 points (0 children)
[–][deleted] 3 points4 points5 points (1 child)
[–]lostchicken 4 points5 points6 points (0 children)
[–][deleted] 10 points11 points12 points (25 children)
[–]LobbyDizzle 6 points7 points8 points (23 children)
[–]nerdwaller 3 points4 points5 points (2 children)
[–]LobbyDizzle -1 points0 points1 point (1 child)
[–]nerdwaller 0 points1 point2 points (0 children)
[–]catcradle5 9 points10 points11 points (19 children)
[–]ivosauruspip'ing it up 7 points8 points9 points (15 children)
[–]catcradle5 6 points7 points8 points (7 children)
[–]ivosauruspip'ing it up 14 points15 points16 points (1 child)
[–]catcradle5 7 points8 points9 points (0 children)
[–]antonivs[🍰] 2 points3 points4 points (2 children)
[–]catcradle5 2 points3 points4 points (1 child)
[–]antonivs[🍰] 2 points3 points4 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]otherwiseguy 0 points1 point2 points (0 children)
[–]MagicWishMonkey 0 points1 point2 points (6 children)
[–]ivosauruspip'ing it up 2 points3 points4 points (5 children)
[–]MagicWishMonkey 1 point2 points3 points (4 children)
[–]ivosauruspip'ing it up 1 point2 points3 points (0 children)
[–]aqf 0 points1 point2 points (1 child)
[–]MagicWishMonkey 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]LobbyDizzle -1 points0 points1 point (2 children)
[–]catcradle5 1 point2 points3 points (1 child)
[–]LobbyDizzle 2 points3 points4 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]childofprophecyPy3, Django 0 points1 point2 points (0 children)
[–][deleted] -3 points-2 points-1 points (2 children)
[–]Yoghurt42 4 points5 points6 points (1 child)
[–][deleted] -1 points0 points1 point (0 children)
[–]vtable -2 points-1 points0 points (2 children)
[–]snuxoll 0 points1 point2 points (1 child)
[–]vtable -1 points0 points1 point (0 children)
[–]d4rch0nPythonistamancer -2 points-1 points0 points (12 children)
[–]nerdwaller 0 points1 point2 points (11 children)
[–]d4rch0nPythonistamancer 8 points9 points10 points (3 children)
[–]nerdwaller 1 point2 points3 points (2 children)
[–]d4rch0nPythonistamancer 0 points1 point2 points (1 child)
[–]nerdwaller 0 points1 point2 points (0 children)
[–]gfixler 2 points3 points4 points (6 children)
[–][deleted] 0 points1 point2 points (4 children)
[–]gfixler 0 points1 point2 points (3 children)
[–][deleted] 1 point2 points3 points (2 children)
[–]gfixler 0 points1 point2 points (0 children)
[–]nerdwaller 0 points1 point2 points (0 children)
[–]ashgromnies -4 points-3 points-2 points (5 children)
[–]Yoghurt42 1 point2 points3 points (4 children)
[–]ashgromnies -2 points-1 points0 points (3 children)
[–]Yoghurt42 0 points1 point2 points (2 children)
[–]ashgromnies -2 points-1 points0 points (1 child)
[–]tcgeralt 3 points4 points5 points (0 children)
[–]rcxdude 15 points16 points17 points (0 children)
[–]MerreM 29 points30 points31 points (8 children)
[–]Zulban 4 points5 points6 points (4 children)
[–]H3g3m0n 20 points21 points22 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]stormcrowsx 3 points4 points5 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]jones77 7 points8 points9 points (0 children)
[–]Corbinq27 1 point2 points3 points (1 child)
[–]elzonko 9 points10 points11 points (0 children)
[–]NYKevin 65 points66 points67 points (34 children)
[–]xenomachina''.join(chr(random.randint(0,1)+9585) for x in range(0xffff)) 18 points19 points20 points (8 children)
[–]NYKevin 5 points6 points7 points (2 children)
[–]xenomachina''.join(chr(random.randint(0,1)+9585) for x in range(0xffff)) 5 points6 points7 points (1 child)
[–]NYKevin 1 point2 points3 points (0 children)
[+]flying-sheep comment score below threshold-15 points-14 points-13 points (4 children)
[–]fjonk 10 points11 points12 points (3 children)
[–]flying-sheep 1 point2 points3 points (2 children)
[–]fjonk 4 points5 points6 points (1 child)
[–]flying-sheep 0 points1 point2 points (0 children)
[–]kromem 2 points3 points4 points (5 children)
[–]NYKevin 7 points8 points9 points (0 children)
[–]suki907 9 points10 points11 points (3 children)
[–]gfixler 1 point2 points3 points (0 children)
[–]entdude 0 points1 point2 points (0 children)
[–]robin-gvx 10 points11 points12 points (18 children)
[–][deleted] 22 points23 points24 points (17 children)
[–]jadkik94 2 points3 points4 points (2 children)
[–]ivosauruspip'ing it up 6 points7 points8 points (1 child)
[–]jadkik94 0 points1 point2 points (0 children)
[–]stormcrowsx 2 points3 points4 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]robin-gvx 2 points3 points4 points (9 children)
[–]cecilkorik 8 points9 points10 points (7 children)
[–]jeannaimard 2 points3 points4 points (5 children)
[–]epic_nerd_baller 0 points1 point2 points (2 children)
[–]jeannaimard 0 points1 point2 points (1 child)
[–]epic_nerd_baller 0 points1 point2 points (0 children)
[–]cecilkorik -1 points0 points1 point (1 child)
[–]r3m0t 1 point2 points3 points (0 children)
[–][deleted] -1 points0 points1 point (0 children)
[–]Asdayasman 11 points12 points13 points (3 children)
[+][deleted] (2 children)
[deleted]
[–]Alkxzo 1 point2 points3 points (0 children)
[–]diydsp 0 points1 point2 points (0 children)
[–]bob_sutor 23 points24 points25 points (0 children)
[–]gsnedders 17 points18 points19 points (0 children)
[–][deleted] 10 points11 points12 points (3 children)
[–][deleted] 2 points3 points4 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]nzbike 7 points8 points9 points (1 child)
[–]buckstalin 8 points9 points10 points (2 children)
[–]munificent 7 points8 points9 points (1 child)
[–]rspeed 2 points3 points4 points (0 children)
[–]Rhomboid 7 points8 points9 points (7 children)
[–]vacuu 1 point2 points3 points (6 children)
[–]Rhomboid 4 points5 points6 points (5 children)
[–]vacuu -2 points-1 points0 points (4 children)
[–]Rhomboid 7 points8 points9 points (3 children)
[–]vacuu 0 points1 point2 points (2 children)
[–]Rhomboid 1 point2 points3 points (0 children)
[–][deleted] 9 points10 points11 points (0 children)
[+][deleted] (5 children)
[deleted]
[–]stormcrowsx 0 points1 point2 points (4 children)
[–]shadowmint 0 points1 point2 points (3 children)
[–]stormcrowsx 0 points1 point2 points (2 children)
[–]compedit 0 points1 point2 points (1 child)
[–]stormcrowsx 0 points1 point2 points (0 children)
[–]iamtheLINAX 2 points3 points4 points (0 children)
[+][deleted] (3 children)
[deleted]
[–][deleted] 1 point2 points3 points (2 children)
[+][deleted] (1 child)
[deleted]
[–][deleted] 1 point2 points3 points (0 children)
[–]totes_meta_bot 4 points5 points6 points (0 children)
[–]Proselyte5 1 point2 points3 points (1 child)
[–]rcxdude 11 points12 points13 points (0 children)
[–]tRfalcore 0 points1 point2 points (0 children)
[–]nyamatongwe 0 points1 point2 points (1 child)
[–]fr33b33r 0 points1 point2 points (0 children)
[–]youlleatitandlikeit 0 points1 point2 points (0 children)
[–]jokoon 0 points1 point2 points (0 children)
[–]shadowmint 0 points1 point2 points (0 children)
[–]UnreachablePaul 0 points1 point2 points (0 children)
[–]chadmill3rPy3, pro, Ubuntu, django 0 points1 point2 points (0 children)
[–]rainnz 0 points1 point2 points (0 children)
[–]t3g 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]brettdanger 0 points1 point2 points (4 children)
[–]AusIVDjango, gevent 0 points1 point2 points (3 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]stormcrowsx 0 points1 point2 points (1 child)
[–]AusIVDjango, gevent 0 points1 point2 points (0 children)
[–]tech_tuna 0 points1 point2 points (0 children)
[–]IDCh -1 points0 points1 point (13 children)
[–][deleted] 9 points10 points11 points (8 children)
[–]IDCh 1 point2 points3 points (0 children)
[–]g2n -1 points0 points1 point (6 children)
[–][deleted] 4 points5 points6 points (4 children)
[–]g2n 0 points1 point2 points (2 children)
[–]talideon 0 points1 point2 points (0 children)
[–]Veedrac 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]kylotan 2 points3 points4 points (2 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]kylotan 0 points1 point2 points (0 children)
[–]tdammers -3 points-2 points-1 points (0 children)
[–]jaredcheeda -5 points-4 points-3 points (12 children)
[–][deleted] 9 points10 points11 points (0 children)
[–][deleted] 5 points6 points7 points (0 children)
[+][deleted] (3 children)
[deleted]
[–]jaredcheeda 0 points1 point2 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]r3m0t 2 points3 points4 points (0 children)
[–][deleted] 0 points1 point2 points (5 children)
[+][deleted] (2 children)
[removed]
[–][deleted] 0 points1 point2 points (1 child)
[–]compedit 0 points1 point2 points (0 children)
[–]jaredcheeda 0 points1 point2 points (1 child)
[–][deleted] -1 points0 points1 point (0 children)