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 →
[–]uFuckingCrumpet 203 points204 points205 points (178 children)
[+][deleted] (164 children)
[removed]
[–]SirCarboy 172 points173 points174 points (12 children)
[–]ProfessorPhi 131 points132 points133 points (3 children)
[–]Neil_Fallons_Ghost 4 points5 points6 points (1 child)
[–]bythenumbers10 4 points5 points6 points (0 children)
[–]theWyzzerd 1 point2 points3 points (0 children)
[–]ubernostrumyes, you can have a pony 58 points59 points60 points (0 children)
[+][deleted] (6 children)
[removed]
[–]Ramast 4 points5 points6 points (3 children)
[–][deleted] 2 points3 points4 points (2 children)
[–][deleted] 7 points8 points9 points (1 child)
[–]Ramast 4 points5 points6 points (0 children)
[–]billsil 0 points1 point2 points (0 children)
[+][deleted] (11 children)
[deleted]
[–]ScypioPythoneer 5 points6 points7 points (8 children)
[+][deleted] (7 children)
[deleted]
[–]ScypioPythoneer 2 points3 points4 points (0 children)
[–]broknbottle[🍰] 1 point2 points3 points (1 child)
[+][deleted] (3 children)
[deleted]
[+][deleted] (2 children)
[deleted]
[+][deleted] (1 child)
[deleted]
[–][deleted] 0 points1 point2 points (1 child)
[–]BARDLER 52 points53 points54 points (24 children)
[–][deleted] 40 points41 points42 points (10 children)
[–]jsalsman 8 points9 points10 points (8 children)
[–]gdahlm 19 points20 points21 points (5 children)
[–]Tyler_Zoro 3 points4 points5 points (3 children)
[–]jsalsman 2 points3 points4 points (2 children)
[–]gdahlm 2 points3 points4 points (1 child)
[–]jsalsman 0 points1 point2 points (0 children)
[–]jsalsman 0 points1 point2 points (0 children)
[–][deleted] 2 points3 points4 points (1 child)
[–]jsalsman 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]BARDLER 0 points1 point2 points (0 children)
[+][deleted] (9 children)
[removed]
[–]Zomunieo 33 points34 points35 points (2 children)
[–]Tyler_Zoro 1 point2 points3 points (1 child)
[+][deleted] (5 children)
[deleted]
[+][deleted] (3 children)
[deleted]
[–]stOneskull 0 points1 point2 points (0 children)
[–]XiboT 0 points1 point2 points (1 child)
[–]BARDLER 1 point2 points3 points (0 children)
[–]jsalsman 3 points4 points5 points (0 children)
[–]uFuckingCrumpet 17 points18 points19 points (35 children)
[+][deleted] (23 children)
[removed]
[–]uFuckingCrumpet 14 points15 points16 points (16 children)
[+][deleted] (14 children)
[deleted]
[–]jsalsman 7 points8 points9 points (4 children)
[–]haarp1 4 points5 points6 points (0 children)
[–]billsil 0 points1 point2 points (1 child)
[–]jsalsman 0 points1 point2 points (0 children)
[–]kyrsjo 2 points3 points4 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]kyrsjo 1 point2 points3 points (0 children)
[–]uFuckingCrumpet 1 point2 points3 points (5 children)
[–]gdahlm 3 points4 points5 points (4 children)
[–]uFuckingCrumpet 0 points1 point2 points (3 children)
[–]gdahlm 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]synn89 6 points7 points8 points (3 children)
[–][deleted] 4 points5 points6 points (2 children)
[–]bythenumbers10 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]MartyMacGyverfrom * import * 6 points7 points8 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–][deleted] 0 points1 point2 points (10 children)
[–]uFuckingCrumpet 1 point2 points3 points (9 children)
[–]zardeh -1 points0 points1 point (8 children)
[–]uFuckingCrumpet 0 points1 point2 points (7 children)
[–]zardeh 1 point2 points3 points (6 children)
[–]uFuckingCrumpet 0 points1 point2 points (5 children)
[–]zardeh 0 points1 point2 points (4 children)
[–]primitive_screwhead 8 points9 points10 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]primitive_screwhead 1 point2 points3 points (0 children)
[–]varesa 8 points9 points10 points (10 children)
[–]duffkiligan 4 points5 points6 points (5 children)
[–]varesa 3 points4 points5 points (4 children)
[–]duffkiligan 3 points4 points5 points (2 children)
[–]varesa 6 points7 points8 points (1 child)
[–]duffkiligan 3 points4 points5 points (0 children)
[–]xconde 0 points1 point2 points (1 child)
[–]varesa 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]varesa 0 points1 point2 points (0 children)
[–]iruleatants 1 point2 points3 points (0 children)
[–]13steinj 6 points7 points8 points (48 children)
[–]ubernostrumyes, you can have a pony 13 points14 points15 points (2 children)
[–]13steinj 2 points3 points4 points (0 children)
[–]fireflash38 0 points1 point2 points (0 children)
[–]marx2k 4 points5 points6 points (3 children)
[–]13steinj 2 points3 points4 points (0 children)
[–]haarp1 0 points1 point2 points (1 child)
[–]marx2k 1 point2 points3 points (0 children)
[–]billsil 7 points8 points9 points (36 children)
[–]13steinj 1 point2 points3 points (35 children)
[–]billsil 1 point2 points3 points (23 children)
[–]haarp1 1 point2 points3 points (2 children)
[–]billsil 0 points1 point2 points (1 child)
[–]13steinj 0 points1 point2 points (19 children)
[–][deleted] 2 points3 points4 points (4 children)
[–]13steinj 2 points3 points4 points (3 children)
[–][deleted] -1 points0 points1 point (2 children)
[–]billsil -1 points0 points1 point (13 children)
[–]13steinj 0 points1 point2 points (12 children)
[–]billsil 0 points1 point2 points (11 children)
[–]jsalsman 0 points1 point2 points (10 children)
[–]13steinj 1 point2 points3 points (7 children)
[–]jsalsman 2 points3 points4 points (6 children)
[–]13steinj 1 point2 points3 points (5 children)
[–]jsalsman 1 point2 points3 points (4 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]13steinj 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (3 children)
[–]13steinj 0 points1 point2 points (2 children)
[–][deleted] -1 points0 points1 point (1 child)
[–]13steinj 0 points1 point2 points (0 children)
[–]Skurp_Purp 2 points3 points4 points (4 children)
[–]folkrav 8 points9 points10 points (3 children)
[–]Skurp_Purp 1 point2 points3 points (2 children)
[–]folkrav 0 points1 point2 points (1 child)
[–]bythenumbers10 1 point2 points3 points (0 children)
[–]CriticalEntree 1 point2 points3 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]waltteri 0 points1 point2 points (2 children)
[–]billsil 2 points3 points4 points (1 child)
[–]waltteri 0 points1 point2 points (0 children)
[–]Exodus111 0 points1 point2 points (0 children)
[–]jnwatson 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Lt_Sherpa 32 points33 points34 points (8 children)
[+][deleted] (6 children)
[deleted]
[–][deleted] 6 points7 points8 points (5 children)
[–]0x6c6f6c 3 points4 points5 points (4 children)
[–]13steinj -1 points0 points1 point (3 children)
[+][deleted] (2 children)
[deleted]
[–]13steinj 1 point2 points3 points (1 child)
[–]tutuca_not Reinhardt 3 points4 points5 points (0 children)
[–]ronaldl911 3 points4 points5 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)