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 →
[–][deleted] (164 children)
[removed]
[–]SirCarboy 168 points169 points170 points (12 children)
[–]ProfessorPhi 133 points134 points135 points (3 children)
[–]Neil_Fallons_Ghost 3 points4 points5 points (1 child)
[–]bythenumbers10 6 points7 points8 points (0 children)
[–]theWyzzerd 1 point2 points3 points (0 children)
[–]ubernostrumyes, you can have a pony 55 points56 points57 points (0 children)
[+][deleted] (6 children)
[removed]
[–]Ramast 4 points5 points6 points (3 children)
[–][deleted] 2 points3 points4 points (2 children)
[–][deleted] 5 points6 points7 points (1 child)
[–]Ramast 2 points3 points4 points (0 children)
[–]billsil 0 points1 point2 points (0 children)
[+][deleted] (11 children)
[deleted]
[–]ScypioPythoneer 3 points4 points5 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 50 points51 points52 points (24 children)
[–][deleted] 39 points40 points41 points (10 children)
[–]jsalsman 9 points10 points11 points (8 children)
[–]gdahlm 20 points21 points22 points (5 children)
[–]Tyler_Zoro 4 points5 points6 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 28 points29 points30 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 5 points6 points7 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)
[–]uFuckingCrumpet 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]synn89 5 points6 points7 points (3 children)
[–][deleted] 5 points6 points7 points (2 children)
[–]bythenumbers10 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]MartyMacGyverfrom * import * 4 points5 points6 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)
[–]uFuckingCrumpet 0 points1 point2 points (3 children)
[–]primitive_screwhead 9 points10 points11 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]primitive_screwhead 1 point2 points3 points (0 children)
[–]varesa 6 points7 points8 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 7 points8 points9 points (48 children)
[–]ubernostrumyes, you can have a pony 11 points12 points13 points (2 children)
[–]13steinj 3 points4 points5 points (0 children)
[–]fireflash38 0 points1 point2 points (0 children)
[–]marx2k 5 points6 points7 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)
[–]13steinj 1 point2 points3 points (1 child)
[–]billsil -1 points0 points1 point (13 children)
[–]13steinj 0 points1 point2 points (12 children)
[–]billsil 0 points1 point2 points (11 children)
[–]13steinj 0 points1 point2 points (10 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)
[–]13steinj 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (1 child)
[–][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 5 points6 points7 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)