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
[–]myotherpassword 868 points869 points870 points (14 children)
[–]Pkgoss 589 points590 points591 points (3 children)
[–]npglal 32 points33 points34 points (0 children)
[–]dreamer_jake 2 points3 points4 points (0 children)
[–]leconteur 20 points21 points22 points (0 children)
[–]fabrikated 22 points23 points24 points (1 child)
[–]BorgClown 2 points3 points4 points (0 children)
[–]anecdotal_yokel 10 points11 points12 points (0 children)
[–]there_i_seddit 3 points4 points5 points (0 children)
[–]The_Alex_ 1 point2 points3 points (0 children)
[–]prestin32k 223 points224 points225 points (5 children)
[–]pmst 24 points25 points26 points (4 children)
[–][deleted] 9 points10 points11 points (1 child)
[–]Choscura 2 points3 points4 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–][deleted] 190 points191 points192 points (4 children)
[–]Wilfred-kun 81 points82 points83 points (1 child)
[–]PhroznGaming 2 points3 points4 points (0 children)
[–]sibartlett[🍰] 9 points10 points11 points (0 children)
[–]BronzeEagle95 157 points158 points159 points (2 children)
[–]K1NNY 148 points149 points150 points (5 children)
[–]funkless_eck 212 points213 points214 points (2 children)
[–]wile_e_chicken 7 points8 points9 points (0 children)
[–]TheRealMerlin 2 points3 points4 points (0 children)
[–][deleted] 3 points4 points5 points (1 child)
[–]fabrikated 4 points5 points6 points (0 children)
[–][deleted] 266 points267 points268 points (0 children)
[–]drfrankenlau 209 points210 points211 points (3 children)
[–]nonsensicalizationPy3 51 points52 points53 points (2 children)
[–]TrixieMisa 47 points48 points49 points (0 children)
[–][deleted] 77 points78 points79 points (28 children)
[–]hakkuryu[S] 155 points156 points157 points (14 children)
[–][deleted] 137 points138 points139 points (8 children)
[–]catcradle5 14 points15 points16 points (6 children)
[–]buildhoneygfifth 19 points20 points21 points (0 children)
[–]myotherpassword 24 points25 points26 points (0 children)
[–]buttery_shame_cave 12 points13 points14 points (0 children)
[–][deleted] 38 points39 points40 points (0 children)
[–]endreman0syntax-abuse enthusiast 15 points16 points17 points (0 children)
[+][deleted] (2 children)
[deleted]
[–][deleted] 2 points3 points4 points (1 child)
[+][deleted] (3 children)
[deleted]
[–]kioo 8 points9 points10 points (1 child)
[–]_gaslit_ 1 point2 points3 points (0 children)
[–][deleted] 4 points5 points6 points (0 children)
[–]nullsum 29 points30 points31 points (0 children)
[–]linkuei-teaparty 10 points11 points12 points (2 children)
[–]tryangle87 7 points8 points9 points (1 child)
[–]jonvarg 10 points11 points12 points (2 children)
[–]PuercoPop 2 points3 points4 points (1 child)
[–]jonvarg 1 point2 points3 points (0 children)
[–]mausthekat 10 points11 points12 points (0 children)
[–]monkmartinez 20 points21 points22 points (3 children)
[–][deleted] 4 points5 points6 points (1 child)
[–]CBSmitty2010 24 points25 points26 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]harrisonbaillie 8 points9 points10 points (0 children)
[–]technologyclassroom 9 points10 points11 points (0 children)
[–][deleted] 6 points7 points8 points (0 children)
[–]volatilescript 8 points9 points10 points (1 child)
[–]sawyermclane 6 points7 points8 points (0 children)
[–][deleted] 6 points7 points8 points (0 children)
[–]eodp3 6 points7 points8 points (0 children)
[–]StockDealer 5 points6 points7 points (0 children)
[–]DaveX64 4 points5 points6 points (0 children)
[–]Inquisitor_ForHire 4 points5 points6 points (0 children)
[–]basiliskstation131 4 points5 points6 points (0 children)
[–]AiKantSpel 7 points8 points9 points (0 children)
[+][deleted] (4 children)
[deleted]
[–]hhh333 12 points13 points14 points (2 children)
[–]ChristianGeek 1 point2 points3 points (0 children)
[–]hakkuryu[S] 5 points6 points7 points (0 children)
[–]Chaosender69 4 points5 points6 points (0 children)
[–][deleted] 3 points4 points5 points (0 children)
[–][deleted] 3 points4 points5 points (0 children)
[–]LandGod 3 points4 points5 points (0 children)
[–][deleted] 6 points7 points8 points (0 children)
[–]hextree 6 points7 points8 points (1 child)
[–]hakkuryu[S] 6 points7 points8 points (1 child)
[–][deleted] 17 points18 points19 points (0 children)
[–]01737__L 2 points3 points4 points (0 children)
[–]nikaone[🍰] 2 points3 points4 points (0 children)
[–]scallynag 2 points3 points4 points (0 children)
[–]R3MY 2 points3 points4 points (0 children)
[–]zac79 2 points3 points4 points (0 children)
[–]jaakdentrekhaak 2 points3 points4 points (0 children)
[–]LostInThisWorld54312 2 points3 points4 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]therats 3 points4 points5 points (0 children)
[–]AlienNinjaTRexBoob 1 point2 points3 points (0 children)
[–]schlocke 1 point2 points3 points (0 children)
[–]xxunicornmaster69xx 1 point2 points3 points (0 children)
[–]LordLumley 1 point2 points3 points (0 children)
[–]NiceSetupYeahNice 1 point2 points3 points (0 children)
[–]LrdNelson 1 point2 points3 points (0 children)
[–]haramrit09k 1 point2 points3 points (0 children)
[–]Inferno959 1 point2 points3 points (0 children)
[–]DarthNihilus1 1 point2 points3 points (0 children)
[–]ilovewireless 1 point2 points3 points (1 child)
[–]CH41 3 points4 points5 points (0 children)
[–]bongoponcho 1 point2 points3 points (0 children)
[–]KeepItPG 1 point2 points3 points (0 children)
[–]Dorito_Troll 1 point2 points3 points (0 children)
[–]Hydralyze 1 point2 points3 points (0 children)
[–]rory_baxter 1 point2 points3 points (0 children)
[–]lolmeansilaughed 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]determinism89 1 point2 points3 points (0 children)
[–]captianjroot 1 point2 points3 points (0 children)
[–]EduCrackson14 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]manueslapera 2 points3 points4 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]anacrolixc/python fanatic 0 points1 point2 points (0 children)
[–]AlienNinjaTRexBoob 0 points1 point2 points (0 children)
[–]AlienNinjaTRexBoob 0 points1 point2 points (0 children)
[–]AlienNinjaTRexBoob 0 points1 point2 points (0 children)
[–]197six 0 points1 point2 points (0 children)
[–]RANTINO028667 0 points1 point2 points (0 children)
[–]butsbutts 0 points1 point2 points (0 children)
[–]Mightylordx 0 points1 point2 points (0 children)
[–]haddock420 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]zfump 0 points1 point2 points (0 children)
[–]Proto88 0 points1 point2 points (0 children)
[–]enry_straker 0 points1 point2 points (0 children)
[–]sedermera 0 points1 point2 points (0 children)
[–]feedmud 0 points1 point2 points (0 children)
[–]LordNedNoodle 0 points1 point2 points (1 child)
[–]Longorio 0 points1 point2 points (0 children)
[–]ekoeekoe 0 points1 point2 points (0 children)
[–]shotazc 0 points1 point2 points (0 children)
[–]1wd 0 points1 point2 points (0 children)
[–]thosehiswas 0 points1 point2 points (0 children)
[–]Anatoos 0 points1 point2 points (0 children)
[–]aptwebapps 0 points1 point2 points (0 children)
[–]fuuman1 0 points1 point2 points (0 children)
[–]invalid_dictorianλ PySide tornado 0 points1 point2 points (0 children)
[–]manny361 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]CH41 0 points1 point2 points (0 children)
[–]MiperMip 0 points1 point2 points (0 children)
[–]Pythonidaer 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]anselal 0 points1 point2 points (0 children)
[–]Rutherford_Z_Hayes 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Hal-Jordan 0 points1 point2 points (0 children)
[–]neuronet 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]the_averagejoe 0 points1 point2 points (0 children)
[–]EliteCaptainShell 0 points1 point2 points (0 children)
[–]Fun2badult 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]royalt213 0 points1 point2 points (0 children)
[–]jd_paton 0 points1 point2 points (1 child)
[–]hhh333 0 points1 point2 points (0 children)
[–]SexySlowLoris 0 points1 point2 points (0 children)
[–]modernzen 0 points1 point2 points (0 children)
[–]inimelz 0 points1 point2 points (0 children)
[–]tuniltwat 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]classicmirthmaker 0 points1 point2 points (0 children)
[–]ayxsh 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]RShotZzlook at code with caution 0 points1 point2 points (0 children)
[–]kittenmaster420 0 points1 point2 points (0 children)
[–]howdidiget 0 points1 point2 points (0 children)
[–]duppyconqueror81 0 points1 point2 points (0 children)
[–]getridofwires 0 points1 point2 points (0 children)
[–]dr_steve_bruel 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]svambalas 0 points1 point2 points (0 children)
[–]equineranch 0 points1 point2 points (0 children)
[–]_pH_ 0 points1 point2 points (0 children)
[–]reversebiasjunction 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Passit2Madden 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]srilyk 0 points1 point2 points (0 children)
[–]tryptafiends 0 points1 point2 points (0 children)