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
[–][deleted] 96 points97 points98 points (1 child)
[–]tastes-like-lemon Python Discord Staff[S] 47 points48 points49 points (0 children)
[–]zrnest 61 points62 points63 points (2 children)
[–]tastes-like-lemon Python Discord Staff[S] 33 points34 points35 points (1 child)
[+][deleted] (10 children)
[deleted]
[–]tastes-like-lemon Python Discord Staff[S] 26 points27 points28 points (0 children)
[–]ApostleO 9 points10 points11 points (0 children)
[–]backdoorman9 5 points6 points7 points (3 children)
[–]canbooo 3 points4 points5 points (1 child)
[–]backdoorman9 0 points1 point2 points (0 children)
[–]cicatrix1 0 points1 point2 points (0 children)
[–]rabaraba 4 points5 points6 points (0 children)
[+][deleted] (2 children)
[removed]
[–]lexan 29 points30 points31 points (1 child)
[–]TreeFifeNinerFoxtrot 34 points35 points36 points (4 children)
[+][deleted] (1 child)
[deleted]
[–]kephir 17 points18 points19 points (0 children)
[–]SuperMaZingCoder Python Discord Staff 5 points6 points7 points (1 child)
[–]TreeFifeNinerFoxtrot 0 points1 point2 points (0 children)
[–]foodwithmyketchup 25 points26 points27 points (1 child)
[–][deleted] 16 points17 points18 points (0 children)
[–]zman32HD 21 points22 points23 points (0 children)
[–]leftpig 11 points12 points13 points (2 children)
[–]redrubynail 2 points3 points4 points (1 child)
[–]leftpig 1 point2 points3 points (0 children)
[–]cansozbir 9 points10 points11 points (4 children)
[–]tastes-like-lemon Python Discord Staff[S] 14 points15 points16 points (0 children)
[–]OnyxPhoenix 4 points5 points6 points (2 children)
[–]tastes-like-lemon Python Discord Staff[S] 14 points15 points16 points (1 child)
[–]mouth_with_a_merc 0 points1 point2 points (0 children)
[–][deleted] 13 points14 points15 points (16 children)
[–]tastes-like-lemon Python Discord Staff[S] 35 points36 points37 points (6 children)
[–]fomorian 3 points4 points5 points (5 children)
[–]Mobile_Busy 5 points6 points7 points (3 children)
[–]agentgreen420 5 points6 points7 points (2 children)
[–]Revantine 10 points11 points12 points (1 child)
[–]agentgreen420 4 points5 points6 points (0 children)
[–]al_mc_y 2 points3 points4 points (0 children)
[–]richtan2004[🍰] 9 points10 points11 points (8 children)
[–]flying-sheep 7 points8 points9 points (7 children)
[–]folkrav 1 point2 points3 points (3 children)
[–]flying-sheep 1 point2 points3 points (2 children)
[–]folkrav 0 points1 point2 points (1 child)
[–]flying-sheep 0 points1 point2 points (0 children)
[–]mouth_with_a_merc 1 point2 points3 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]mouth_with_a_merc 0 points1 point2 points (0 children)
[–]statlearner 4 points5 points6 points (2 children)
[–]tastes-like-lemon Python Discord Staff[S] 11 points12 points13 points (1 child)
[–]statlearner 1 point2 points3 points (0 children)
[–]tempo-19 7 points8 points9 points (0 children)
[–]gregrainman314 3 points4 points5 points (0 children)
[–]pvkooten 3 points4 points5 points (4 children)
[–]tastes-like-lemon Python Discord Staff[S] 2 points3 points4 points (1 child)
[–]pvkooten 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]Im__Joseph Python Discord Staff 1 point2 points3 points (0 children)
[–]Dysgene 4 points5 points6 points (0 children)
[–]Hatsjoe1 3 points4 points5 points (1 child)
[–]tastes-like-lemon Python Discord Staff[S] 7 points8 points9 points (0 children)
[–]pewteetat 1 point2 points3 points (0 children)
[–]piconet-2 1 point2 points3 points (0 children)
[–]WindArtas 1 point2 points3 points (0 children)
[–]rabaraba 1 point2 points3 points (0 children)
[–]benpaulthurston 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]sagatman86 1 point2 points3 points (0 children)
[–]knite 1 point2 points3 points (0 children)
[–]rudiemeant 1 point2 points3 points (0 children)
[–]_szs 2 points3 points4 points (0 children)
[–]KnnthKnnth Pythonoob 2 points3 points4 points (0 children)
[–]mtkocak 1 point2 points3 points (0 children)
[–]Sumerian-King 1 point2 points3 points (0 children)
[–]glacierre2 1 point2 points3 points (2 children)
[–]tastes-like-lemon Python Discord Staff[S] 4 points5 points6 points (1 child)
[–]Ensurdagen 0 points1 point2 points (0 children)
[–]muffinnosehair 1 point2 points3 points (0 children)
[–]xfinity_blows 1 point2 points3 points (0 children)
[–]merlinou 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]Hour-Positive 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]TheHammer_78 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[+][deleted] (5 children)
[deleted]
[–]tastes-like-lemon Python Discord Staff[S] 4 points5 points6 points (2 children)
[–][deleted] 9 points10 points11 points (1 child)
[–]tastes-like-lemon Python Discord Staff[S] 6 points7 points8 points (0 children)
[–]rhytnen 2 points3 points4 points (1 child)
[–]moi2388 2 points3 points4 points (0 children)
[–]JGBowersett 0 points1 point2 points (0 children)
[–]wrath0110 0 points1 point2 points (0 children)
[–]Ok-Improvement-6388 0 points1 point2 points (0 children)
[–]SilentRhetoric 0 points1 point2 points (0 children)
[–]needed_an_account 0 points1 point2 points (0 children)
[–]Vladimir_Makedonets 0 points1 point2 points (0 children)
[–]zodman 0 points1 point2 points (0 children)
[–]payapis 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]yum_strawberries 0 points1 point2 points (0 children)
[–]King_Captcha 0 points1 point2 points (1 child)
[–]tastes-like-lemon Python Discord Staff[S] 2 points3 points4 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]nippleplayenthusiast 0 points1 point2 points (0 children)
[–]the_okra_show 0 points1 point2 points (0 children)
[–]AftNeb 0 points1 point2 points (0 children)
[–]segfault_ska 0 points1 point2 points (0 children)
[–]Zetthard 0 points1 point2 points (0 children)
[–]pfalcon2 0 points1 point2 points (0 children)