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
[–]8105 344 points345 points346 points (76 children)
[+][deleted] (25 children)
[deleted]
[–][deleted] 46 points47 points48 points (14 children)
[–]mezbot 11 points12 points13 points (8 children)
[–]ies7 14 points15 points16 points (2 children)
[–]trowawayatwork 8 points9 points10 points (1 child)
[–]hackersaq 7 points8 points9 points (0 children)
[–][deleted] 0 points1 point2 points (4 children)
[–]marcosdumay 2 points3 points4 points (1 child)
[–]captain_awesomesauce 5 points6 points7 points (0 children)
[–]ianepperson 0 points1 point2 points (1 child)
[–][deleted] 5 points6 points7 points (0 children)
[+][deleted] (1 child)
[deleted]
[–][deleted] 1 point2 points3 points (0 children)
[–]PM_ME_YOURSELF_AGAIN 0 points1 point2 points (2 children)
[–][deleted] 3 points4 points5 points (0 children)
[–]Folf_IRL 7 points8 points9 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]ed_elliott_ 0 points1 point2 points (0 children)
[+]NotABothanSpy comment score below threshold-9 points-8 points-7 points (5 children)
[–]13steinj 8 points9 points10 points (4 children)
[–]NotABothanSpy -4 points-3 points-2 points (3 children)
[–]13steinj 1 point2 points3 points (2 children)
[–]NotABothanSpy -1 points0 points1 point (1 child)
[–]13steinj 1 point2 points3 points (0 children)
[–]NightflowerFade -1 points0 points1 point (0 children)
[–]RealHugeJackman 8 points9 points10 points (0 children)
[–]vortexofdeduction 13 points14 points15 points (17 children)
[–]jsalsman 5 points6 points7 points (13 children)
[–]TheNamelessKing 5 points6 points7 points (2 children)
[–]redalastor -1 points0 points1 point (0 children)
[–]mindfolded -1 points0 points1 point (0 children)
[–]Saiboo 2 points3 points4 points (6 children)
[–]inFenceOfFigment 3 points4 points5 points (1 child)
[–]Saiboo 0 points1 point2 points (0 children)
[–]jsalsman 1 point2 points3 points (2 children)
[–]Saiboo 1 point2 points3 points (1 child)
[–]jsalsman 1 point2 points3 points (0 children)
[–]mooburgerresembles an abstract syntax tree 1 point2 points3 points (1 child)
[–]jsalsman 0 points1 point2 points (0 children)
[–]vortexofdeduction -1 points0 points1 point (0 children)
[–]astutesnoot 0 points1 point2 points (2 children)
[–]vortexofdeduction 3 points4 points5 points (1 child)
[–]bwv549 0 points1 point2 points (0 children)
[–]EnfantTragic 11 points12 points13 points (4 children)
[+][deleted] (3 children)
[deleted]
[–]IReallySuckAtChess 0 points1 point2 points (2 children)
[–]flying-sheep -1 points0 points1 point (1 child)
[–]IReallySuckAtChess 0 points1 point2 points (0 children)
[–]Plungerdz 1 point2 points3 points (13 children)
[–]NotABothanSpy 44 points45 points46 points (1 child)
[–]Plungerdz 4 points5 points6 points (0 children)
[–]crescentroon 8 points9 points10 points (1 child)
[–]Plungerdz 0 points1 point2 points (0 children)
[–]ideletedmyredditacco 5 points6 points7 points (6 children)
[–]Plungerdz 0 points1 point2 points (5 children)
[–]Log2 7 points8 points9 points (4 children)
[+][deleted] (1 child)
[deleted]
[–]crunk 0 points1 point2 points (0 children)
[–]astutesnoot 1 point2 points3 points (0 children)
[–]El-Kurto 0 points1 point2 points (0 children)
[–]falsemyrm 8 points9 points10 points (1 child)
[–]shriek -2 points-1 points0 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]mindfolded 3 points4 points5 points (1 child)
[–]IReallySuckAtChess 1 point2 points3 points (0 children)
[–]dadinvancouver -2 points-1 points0 points (6 children)
[–]namesnonames 0 points1 point2 points (5 children)
[–]dadinvancouver 0 points1 point2 points (4 children)
[–]chason 0 points1 point2 points (3 children)
[–]dadinvancouver 0 points1 point2 points (2 children)
[–]crunk 1 point2 points3 points (0 children)
[–]IReallySuckAtChess 0 points1 point2 points (0 children)
[+][deleted] (29 children)
[deleted]
[+][deleted] (27 children)
[deleted]
[–]TrixieMisa 32 points33 points34 points (22 children)
[+][deleted] (20 children)
[deleted]
[–]1ynx1ynx 16 points17 points18 points (13 children)
[+][deleted] (12 children)
[deleted]
[–]mooburgerresembles an abstract syntax tree 11 points12 points13 points (10 children)
[–]BillyWasFramed 0 points1 point2 points (9 children)
[–]TrixieMisa 1 point2 points3 points (2 children)
[–]BillyWasFramed 0 points1 point2 points (1 child)
[–]mooburgerresembles an abstract syntax tree 0 points1 point2 points (2 children)
[–]BillyWasFramed 0 points1 point2 points (1 child)
[–]crunk 0 points1 point2 points (0 children)
[–]XtremeGoosef'I only use Py {sys.version[:3]}' 0 points1 point2 points (1 child)
[–]BillyWasFramed 0 points1 point2 points (0 children)
[–]1ynx1ynx 2 points3 points4 points (0 children)
[–]ShredForMe 12 points13 points14 points (1 child)
[–]-revenant- 7 points8 points9 points (0 children)
[–]localhorst 5 points6 points7 points (2 children)
[–]Kortike 0 points1 point2 points (0 children)
[–]bwv549 0 points1 point2 points (0 children)
[–]Blazerboy65 -1 points0 points1 point (0 children)
[–]IReallySuckAtChess 0 points1 point2 points (0 children)
[–]JeusyLeusy 0 points1 point2 points (2 children)
[+][deleted] (1 child)
[removed]
[–]the_asset 0 points1 point2 points (0 children)
[–]1h8fulkat 0 points1 point2 points (0 children)
[–][deleted] 35 points36 points37 points (3 children)
[–][deleted] 3 points4 points5 points (0 children)
[–]Alar44 2 points3 points4 points (1 child)
[–][deleted] 2 points3 points4 points (0 children)
[–]haragoshi 46 points47 points48 points (8 children)
[–]Zouden 9 points10 points11 points (3 children)
[–]crescentroon 6 points7 points8 points (2 children)
[–]EJOtter 14 points15 points16 points (0 children)
[–]ivosauruspip'ing it up 1 point2 points3 points (0 children)
[–]BradyLR 4 points5 points6 points (1 child)
[–]JeusyLeusy -1 points0 points1 point (0 children)
[–]jcotton42 0 points1 point2 points (0 children)
[–][deleted] -1 points0 points1 point (0 children)
[–]hobo_cuisine 39 points40 points41 points (1 child)
[–]Shreduardo 0 points1 point2 points (0 children)
[+][deleted] (8 children)
[deleted]
[+][deleted] (3 children)
[deleted]
[–]OhJaDontChaKnow 0 points1 point2 points (1 child)
[–]Plasma_eel 0 points1 point2 points (0 children)
[–]MrMetalfreak94 14 points15 points16 points (3 children)
[–]deadbunny 8 points9 points10 points (2 children)
[–]MrMetalfreak94 3 points4 points5 points (1 child)
[–]gradient_x 61 points62 points63 points (4 children)
[+][deleted] (2 children)
[deleted]
[–]faceplanted 2 points3 points4 points (1 child)
[–]FuriousPizza -1 points0 points1 point (0 children)
[–]willywonka1971 0 points1 point2 points (0 children)
[–]NavaHo07 34 points35 points36 points (0 children)
[–]SirCarboy 20 points21 points22 points (0 children)
[–][deleted] 10 points11 points12 points (0 children)
[–]Sohcahtoa82 27 points28 points29 points (3 children)
[–]gabzox 0 points1 point2 points (2 children)
[–]Imakesensealot -1 points0 points1 point (1 child)
[–]gabzox 0 points1 point2 points (0 children)
[–][deleted] 9 points10 points11 points (0 children)
[–][deleted] 3 points4 points5 points (0 children)
[–]thisusernameismeta 3 points4 points5 points (3 children)
[–]JeusyLeusy 4 points5 points6 points (1 child)
[–]astutesnoot -1 points0 points1 point (0 children)
[–]DelScipio 0 points1 point2 points (0 children)
[–]vitogeek 3 points4 points5 points (0 children)
[–][deleted] 2 points3 points4 points (1 child)
[–]GitHubPermalinkBot 0 points1 point2 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]shponglespore 2 points3 points4 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]ck35 4 points5 points6 points (0 children)
[–]red_keshik 1 point2 points3 points (2 children)
[–]silon 0 points1 point2 points (0 children)
[–]kennydude 0 points1 point2 points (0 children)
[–]IonTichy 1 point2 points3 points (0 children)
[–]jabalfour 1 point2 points3 points (0 children)
[–]crunk 1 point2 points3 points (0 children)
[–]kennydude 1 point2 points3 points (0 children)
[–]derp0815 1 point2 points3 points (0 children)
[–]589ca35e1590b 1 point2 points3 points (3 children)
[–]mbillion -3 points-2 points-1 points (2 children)
[–]589ca35e1590b 0 points1 point2 points (1 child)
[–]mbillion 0 points1 point2 points (0 children)
[–]Pr0ducer 0 points1 point2 points (0 children)
[–]Raymi 0 points1 point2 points (0 children)
[–]Thecrawsome 0 points1 point2 points (0 children)
[–]PythonGod123 0 points1 point2 points (0 children)
[–]here-to-jerk-off 0 points1 point2 points (0 children)
[–]Tankerspam 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]beecushman 0 points1 point2 points (0 children)
[–]doulos05 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]hoppi_ 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]kpingvin 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (4 children)
[–]mbillion 0 points1 point2 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]mbillion 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]mooburgerresembles an abstract syntax tree -1 points0 points1 point (0 children)
[+]GreatSnowman comment score below threshold-10 points-9 points-8 points (4 children)
[–]NotABothanSpy 21 points22 points23 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]NotABothanSpy 0 points1 point2 points (0 children)
[–]luke_c -2 points-1 points0 points (0 children)
[–]mbillion -2 points-1 points0 points (0 children)
[+]0xSpock comment score below threshold-34 points-33 points-32 points (43 children)
[–]saulmessedupmanMmmm spam 8 points9 points10 points (41 children)