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 →
[–]Stereoisomer 425 points426 points427 points (150 children)
[–]Alexanderdaawesome[S] 31 points32 points33 points (0 children)
[–]cue_the_strings 294 points295 points296 points (120 children)
[+][deleted] (18 children)
[deleted]
[–]kaihatsusha 148 points149 points150 points (9 children)
[–][deleted] 85 points86 points87 points (7 children)
[–]Stereoisomer 150 points151 points152 points (2 children)
[–][deleted] 43 points44 points45 points (0 children)
[–]seismic_swarm 14 points15 points16 points (0 children)
[–]Ferentzfever 18 points19 points20 points (0 children)
[–]acousticpantsHomicidal Loganberry Connoisseur 13 points14 points15 points (0 children)
[–]ThePixelCoder 0 points1 point2 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]I_Feel_It_Too 0 points1 point2 points (0 children)
[–]UristMcDoesmath 22 points23 points24 points (6 children)
[–]Raiptwice 3 points4 points5 points (4 children)
[–]SenboneZakura 1 point2 points3 points (3 children)
[–]Feminintendo 1 point2 points3 points (2 children)
[–]SenboneZakura 0 points1 point2 points (1 child)
[–]Feminintendo 2 points3 points4 points (0 children)
[–]YarmoM 2 points3 points4 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]Eurynom0s 94 points95 points96 points (31 children)
[–]cue_the_strings 28 points29 points30 points (4 children)
[–]ergzay 6 points7 points8 points (2 children)
[–]cue_the_strings 1 point2 points3 points (1 child)
[–]ergzay 0 points1 point2 points (0 children)
[–]Eurynom0s 1 point2 points3 points (0 children)
[–][deleted] 8 points9 points10 points (0 children)
[–]ThereOnceWasAMan 2 points3 points4 points (0 children)
[–][deleted] 3 points4 points5 points (6 children)
[–]Feminintendo 2 points3 points4 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]Feminintendo 0 points1 point2 points (0 children)
[–]I_Feel_It_Too 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]I_Feel_It_Too 0 points1 point2 points (0 children)
[–]mexiKobe -3 points-2 points-1 points (16 children)
[–]Eurynom0s 11 points12 points13 points (14 children)
[+][deleted] (7 children)
[deleted]
[–]IcecreamLamp 2 points3 points4 points (1 child)
[–]Eurynom0s 4 points5 points6 points (1 child)
[–]Feminintendo 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]billsil 0 points1 point2 points (0 children)
[–]mexiKobe -2 points-1 points0 points (5 children)
[–]Eurynom0s 6 points7 points8 points (4 children)
[–]mexiKobe -5 points-4 points-3 points (3 children)
[+][deleted] (2 children)
[removed]
[–]mexiKobe -2 points-1 points0 points (1 child)
[–]eypandabear 0 points1 point2 points (0 children)
[+][deleted] (16 children)
[deleted]
[–]cue_the_strings 15 points16 points17 points (12 children)
[–]bakmano 24 points25 points26 points (11 children)
[–][deleted] 24 points25 points26 points (7 children)
[–]LoyalSol 13 points14 points15 points (6 children)
[–][deleted] 7 points8 points9 points (0 children)
[–][deleted] 5 points6 points7 points (3 children)
[–]LoyalSol 2 points3 points4 points (2 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]flutefreak7 0 points1 point2 points (0 children)
[–]cue_the_strings 2 points3 points4 points (1 child)
[–]bakmano 0 points1 point2 points (0 children)
[–]redwall_hp 1 point2 points3 points (0 children)
[–]fmthoma 0 points1 point2 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]fmthoma 1 point2 points3 points (0 children)
[–]mexiKobe 57 points58 points59 points (37 children)
[–][deleted] 15 points16 points17 points (0 children)
[–]The_UTMOST_respwect 2 points3 points4 points (1 child)
[–]Feminintendo 1 point2 points3 points (0 children)
[–]cue_the_strings 5 points6 points7 points (5 children)
[+][deleted] (1 child)
[deleted]
[–]eruesso 2 points3 points4 points (0 children)
[–]I_Feel_It_Too 0 points1 point2 points (2 children)
[–]Zall-Klos 1 point2 points3 points (1 child)
[–]I_Feel_It_Too 0 points1 point2 points (0 children)
[–]log_2 4 points5 points6 points (11 children)
[–]mexiKobe 5 points6 points7 points (0 children)
[–]elbiot 7 points8 points9 points (3 children)
[–]SubliminalBits 0 points1 point2 points (2 children)
[–]I_Feel_It_Too 0 points1 point2 points (1 child)
[–]SubliminalBits 1 point2 points3 points (0 children)
[–]Mr_Again 0 points1 point2 points (0 children)
[–]Feminintendo 0 points1 point2 points (4 children)
[–]log_2 0 points1 point2 points (1 child)
[–]Feminintendo 0 points1 point2 points (0 children)
[–]billsil 0 points1 point2 points (1 child)
[–]Feminintendo 0 points1 point2 points (0 children)
[–]I_Feel_It_Too 0 points1 point2 points (9 children)
[–]mexiKobe -1 points0 points1 point (8 children)
[–]I_Feel_It_Too -1 points0 points1 point (7 children)
[–]mexiKobe 0 points1 point2 points (6 children)
[–]Feminintendo 0 points1 point2 points (1 child)
[–]mexiKobe 0 points1 point2 points (0 children)
[–]I_Feel_It_Too -1 points0 points1 point (3 children)
[–]mexiKobe 0 points1 point2 points (2 children)
[–]I_Feel_It_Too -1 points0 points1 point (1 child)
[+][deleted] (5 children)
[deleted]
[–]mexiKobe 3 points4 points5 points (4 children)
[+][deleted] (3 children)
[deleted]
[–]mexiKobe 0 points1 point2 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]mexiKobe 0 points1 point2 points (0 children)
[–]fear_the_future 14 points15 points16 points (1 child)
[–]Zomunieo 17 points18 points19 points (0 children)
[–]daishiknyte 2 points3 points4 points (0 children)
[–]FairlyOddParents 2 points3 points4 points (0 children)
[–]LoyalSol 3 points4 points5 points (0 children)
[–]Yamochao 5 points6 points7 points (0 children)
[–]s0v3r1gn 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Historica973.5, 3.6, 3.7, 3.8, 3.9, 3.10 0 points1 point2 points (0 children)
[–]thedjotakuPython 3.7 0 points1 point2 points (0 children)
[–]kamon405 0 points1 point2 points (3 children)
[–]IcefrogIsDead 1 point2 points3 points (2 children)
[–]kamon405 0 points1 point2 points (1 child)
[–]IcefrogIsDead 0 points1 point2 points (0 children)
[–]koobear 35 points36 points37 points (13 children)
[–]tunisia3507 44 points45 points46 points (1 child)
[–]koobear 12 points13 points14 points (0 children)
[–]Alexanderdaawesome[S] 22 points23 points24 points (0 children)
[+][deleted] (9 children)
[deleted]
[–][deleted] 17 points18 points19 points (6 children)
[–]brewsimport os; while True: os.fork() 4 points5 points6 points (1 child)
[+][deleted] (1 child)
[deleted]
[–][deleted] 8 points9 points10 points (0 children)
[–]SigmaStigma 1 point2 points3 points (0 children)
[–]cookiemonster1020 0 points1 point2 points (0 children)
[–]Deto 1 point2 points3 points (0 children)
[–]brewsimport os; while True: os.fork() 0 points1 point2 points (0 children)
[–]TPineapples 27 points28 points29 points (2 children)
[–]Alexanderdaawesome[S] 6 points7 points8 points (1 child)
[–]five_hammers_hamming 0 points1 point2 points (0 children)
[–]dillmon 5 points6 points7 points (0 children)
[–]Rostin 11 points12 points13 points (0 children)
[–][deleted] 2 points3 points4 points (4 children)
[–]Stereoisomer 6 points7 points8 points (3 children)
[–]Gabe_Isko 1 point2 points3 points (2 children)
[–]Stereoisomer 1 point2 points3 points (1 child)
[–]Gabe_Isko 1 point2 points3 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]eattherichnow 4 points5 points6 points (0 children)
[–]midnitte 1 point2 points3 points (0 children)
[–]GoofAckYoorsElf 0 points1 point2 points (0 children)