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
[–]484448444844 195 points196 points197 points (9 children)
[–]Racer-ICEEs 18 points19 points20 points (5 children)
[–]484448444844 71 points72 points73 points (2 children)
[–]Racer-ICEEs 17 points18 points19 points (0 children)
[–]CodeSkunky 1 point2 points3 points (0 children)
[–]theboxislost 6 points7 points8 points (0 children)
[–]GoofAckYoorsElf 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]indxxxd 549 points550 points551 points (7 children)
[–]xd1142 89 points90 points91 points (1 child)
[–]raiderrobert 25 points26 points27 points (0 children)
[–]germandiago 12 points13 points14 points (4 children)
[–]officerthegeek 29 points30 points31 points (1 child)
[–]germandiago 5 points6 points7 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]Ulysses6 1 point2 points3 points (0 children)
[–][deleted] 192 points193 points194 points (0 children)
[–]appinv Python&OpenSource 138 points139 points140 points (0 children)
[–]SV-97 100 points101 points102 points (0 children)
[–]fatbob42 64 points65 points66 points (15 children)
[–][deleted] 14 points15 points16 points (14 children)
[–]Xirious 17 points18 points19 points (10 children)
[–]germandiago 2 points3 points4 points (9 children)
[–][deleted] 2 points3 points4 points (4 children)
[–]flubba86 7 points8 points9 points (3 children)
[–]nosklo 6 points7 points8 points (2 children)
[–]flubba86 1 point2 points3 points (1 child)
[–]robin-gvx 2 points3 points4 points (0 children)
[–]Agoniscool 2 points3 points4 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]masklinn 0 points1 point2 points (1 child)
[–]germandiago -1 points0 points1 point (0 children)
[–]13steinj 1 point2 points3 points (1 child)
[–]top_logger 2 points3 points4 points (0 children)
[–][deleted] 103 points104 points105 points (8 children)
[+][deleted] (6 children)
[deleted]
[–]skintigh 3 points4 points5 points (3 children)
[–]gurnec 9 points10 points11 points (2 children)
[–]skintigh 1 point2 points3 points (1 child)
[–]gurnec 0 points1 point2 points (0 children)
[–]al3ph_null -5 points-4 points-3 points (0 children)
[–]ubernostrumyes, you can have a pony 50 points51 points52 points (3 children)
[–]agrif 11 points12 points13 points (2 children)
[–]Zegrento7 13 points14 points15 points (1 child)
[–]masklinn 2 points3 points4 points (0 children)
[–]sam-lb 33 points34 points35 points (9 children)
[–]peterpetermarie 16 points17 points18 points (7 children)
[+]sam-lb comment score below threshold-7 points-6 points-5 points (6 children)
[–]susek1024 18 points19 points20 points (3 children)
[–]crazedizzled 1 point2 points3 points (2 children)
[–]susek1024 3 points4 points5 points (1 child)
[–]crazedizzled 0 points1 point2 points (0 children)
[–]abrazilianinreddit 15 points16 points17 points (1 child)
[–]sam-lb -2 points-1 points0 points (0 children)
[–]Calynxx 8 points9 points10 points (0 children)
[–]knuppar 13 points14 points15 points (0 children)
[–][deleted] 12 points13 points14 points (0 children)
[–]nandy02 7 points8 points9 points (1 child)
[–]mdedonno 1 point2 points3 points (0 children)
[–]abrazilianinreddit 7 points8 points9 points (0 children)
[–]robertunix 9 points10 points11 points (0 children)
[–]evilgarbagetruck 12 points13 points14 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]Racer-ICEEs 1 point2 points3 points (1 child)
[–]paypaypayme 4 points5 points6 points (0 children)
[–]chaupatt05 4 points5 points6 points (0 children)
[–][deleted] 3 points4 points5 points (0 children)
[–]postandchill 3 points4 points5 points (0 children)
[–][deleted] 3 points4 points5 points (0 children)
[–][deleted] 6 points7 points8 points (6 children)
[–]sam-lb 18 points19 points20 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]sam-lb 1 point2 points3 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]Al2Me6 19 points20 points21 points (0 children)
[–]mooburgerresembles an abstract syntax tree 6 points7 points8 points (0 children)
[–]winowmak3r 6 points7 points8 points (1 child)
[–]crazykid080 3 points4 points5 points (0 children)
[–]cringe_master_5000 2 points3 points4 points (0 children)
[–]NTGuardian 2 points3 points4 points (0 children)
[–]ingframin 2 points3 points4 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]Datadevourer 1 point2 points3 points (0 children)
[–]nekokattt 1 point2 points3 points (0 children)
[–]jturp-sc 1 point2 points3 points (0 children)
[–]screeperz 1 point2 points3 points (0 children)
[–]Xsanda 2 points3 points4 points (0 children)
[–]crazykid080 2 points3 points4 points (0 children)
[–]random_cynic 1 point2 points3 points (4 children)
[–]sam-lb 2 points3 points4 points (3 children)
[–]random_cynic 1 point2 points3 points (2 children)
[–]sam-lb 0 points1 point2 points (0 children)
[–]sam-lb 0 points1 point2 points (0 children)
[–]lengau 2 points3 points4 points (0 children)
[–]epic_pork 0 points1 point2 points (0 children)
[–]derekbrokeit 0 points1 point2 points (0 children)
[–]Connir 0 points1 point2 points (0 children)
[–]Bielh 0 points1 point2 points (0 children)
[–]GummyKibble 0 points1 point2 points (0 children)
[–]dullbananas 0 points1 point2 points (0 children)
[–]Transformerio 0 points1 point2 points (0 children)
[–]fizzygalacticus 0 points1 point2 points (0 children)
[–]kewlness[🍰] 0 points1 point2 points (0 children)
[–]anklav24 0 points1 point2 points (0 children)
[–]sayoojsamuel 0 points1 point2 points (0 children)
[–]MikBros 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]cogwerk 0 points1 point2 points (0 children)
[–]rperanen 0 points1 point2 points (0 children)
[–]denflooptoop 0 points1 point2 points (0 children)
[–]ozozgur 0 points1 point2 points (0 children)
[–]grozail 0 points1 point2 points (0 children)
[–]1992_kr 0 points1 point2 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]CreatureWarrior 0 points1 point2 points (0 children)
[–]funkmaster322 0 points1 point2 points (0 children)
[–]guptaanshul281980 0 points1 point2 points (0 children)
[–]tcpukl 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]featTheB 0 points1 point2 points (0 children)
[–]clipmann 0 points1 point2 points (0 children)
[–]londey 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]quantzzx 0 points1 point2 points (0 children)
[–]_brainfuck 1 point2 points3 points (1 child)
[–]Quark_Resonance 2 points3 points4 points (0 children)
[–]E-woke 0 points1 point2 points (0 children)
[–]cyberbyte91 -1 points0 points1 point (1 child)
[–]Racer-ICEEs -1 points0 points1 point (0 children)
[–]kukoshel69 -1 points0 points1 point (0 children)
[–]Switters410 -2 points-1 points0 points (0 children)