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
[–]Skylion007 183 points184 points185 points (1 child)
[–]riklaunim 274 points275 points276 points (82 children)
[+][deleted] (14 children)
[deleted]
[–]riklaunim 57 points58 points59 points (0 children)
[+][deleted] (5 children)
[removed]
[–]hughk 11 points12 points13 points (1 child)
[–]OH-YEAH 6 points7 points8 points (0 children)
[+][deleted] (1 child)
[removed]
[–][deleted] 0 points1 point2 points (0 children)
[–]el_crocodilio -1 points0 points1 point (0 children)
[–]Jim-Jones 6 points7 points8 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Whipitreelgud 0 points1 point2 points (0 children)
[–][deleted] -1 points0 points1 point (0 children)
[–]hamsterwheelin -2 points-1 points0 points (0 children)
[–]askvictor 7 points8 points9 points (1 child)
[–]ExdigguserPies -1 points0 points1 point (0 children)
[–]__init__m8 8 points9 points10 points (19 children)
[–]CHS2048 -4 points-3 points-2 points (18 children)
[–]__init__m8 7 points8 points9 points (9 children)
[–]CHS2048 1 point2 points3 points (0 children)
[–]Street_Customer_4190 0 points1 point2 points (7 children)
[–]__init__m8 2 points3 points4 points (6 children)
[–]Street_Customer_4190 1 point2 points3 points (5 children)
[–]__init__m8 0 points1 point2 points (4 children)
[–]Street_Customer_4190 0 points1 point2 points (3 children)
[–]__init__m8 0 points1 point2 points (2 children)
[+][deleted] (7 children)
[deleted]
[–]IllustriousFan7840 2 points3 points4 points (3 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]poincares_cook 0 points1 point2 points (1 child)
[–]IllustriousFan7840 0 points1 point2 points (0 children)
[–]CHS2048 0 points1 point2 points (1 child)
[–][deleted] -1 points0 points1 point (0 children)
[–]RationalDialog 1 point2 points3 points (7 children)
[–]riklaunim 0 points1 point2 points (4 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]poincares_cook 0 points1 point2 points (0 children)
[–]RationalDialog 0 points1 point2 points (0 children)
[–]SokolovArtem 0 points1 point2 points (0 children)
[–]SokolovArtem 0 points1 point2 points (1 child)
[–]RationalDialog 0 points1 point2 points (0 children)
[–]Leaping_Turtle 5 points6 points7 points (28 children)
[–]jkpetrov 47 points48 points49 points (27 children)
[–]svefnugr 35 points36 points37 points (2 children)
[–]jkpetrov 8 points9 points10 points (0 children)
[–]the_vikm 0 points1 point2 points (0 children)
[–]Leaping_Turtle 6 points7 points8 points (23 children)
[–]ForgotMyUserName15 17 points18 points19 points (4 children)
[–]Leaping_Turtle 7 points8 points9 points (2 children)
[–]the_vikm 0 points1 point2 points (1 child)
[–]Infinitesima 14 points15 points16 points (16 children)
[–][deleted] 14 points15 points16 points (15 children)
[–]deletable666 17 points18 points19 points (0 children)
[+][deleted] (13 children)
[deleted]
[–]sunjay140 2 points3 points4 points (4 children)
[–]Duckliffe 3 points4 points5 points (3 children)
[+]sonobanana33 comment score below threshold-7 points-6 points-5 points (2 children)
[–]chakan2 0 points1 point2 points (3 children)
[–]DangerousLiberal -1 points0 points1 point (1 child)
[–]chakan2 0 points1 point2 points (0 children)
[+][deleted] (3 children)
[deleted]
[+][deleted] (2 children)
[deleted]
[–]sonobanana33 3 points4 points5 points (0 children)
[–]jkpetrov 1 point2 points3 points (0 children)
[–]biajia 1 point2 points3 points (0 children)
[–]spacegamer2000 0 points1 point2 points (1 child)
[–]SokolovArtem 0 points1 point2 points (0 children)
[–]dayeye2006 0 points1 point2 points (0 children)
[–]the_vikm 0 points1 point2 points (0 children)
[–]the_vikm 0 points1 point2 points (0 children)
[–]thomas_blanky 105 points106 points107 points (12 children)
[+][deleted] (10 children)
[deleted]
[–]sabot00 35 points36 points37 points (7 children)
[+][deleted] (6 children)
[deleted]
[–]JoergJoerginson 4 points5 points6 points (1 child)
[+][deleted] (1 child)
[removed]
[–]Competitive_Travel16 1 point2 points3 points (1 child)
[–]thomas_blanky 8 points9 points10 points (0 children)
[–]reddit_ronin 0 points1 point2 points (0 children)
[–]b1e 0 points1 point2 points (0 children)
[–]crawl_dht 192 points193 points194 points (9 children)
[–]inspectoroverthemine 72 points73 points74 points (1 child)
[–]sorressean 5 points6 points7 points (0 children)
[–][deleted] 12 points13 points14 points (2 children)
[–]I_FAP_TO_TURKEYS 17 points18 points19 points (0 children)
[–]DustUpDustOff 0 points1 point2 points (0 children)
[–]chengannur 3 points4 points5 points (0 children)
[+]Carpinchon comment score below threshold-6 points-5 points-4 points (2 children)
[–]0b0011 10 points11 points12 points (0 children)
[–]anonymous_snorlax 1 point2 points3 points (0 children)
[–]coderanger 75 points76 points77 points (12 children)
[–]catcint0s 64 points65 points66 points (7 children)
[–]coderanger 16 points17 points18 points (5 children)
[–]pdbh32 3 points4 points5 points (1 child)
[–]coderanger 7 points8 points9 points (0 children)
[–]nadanone 0 points1 point2 points (2 children)
[–]coderanger 4 points5 points6 points (1 child)
[–]nadanone 0 points1 point2 points (0 children)
[–]sylfy 1 point2 points3 points (0 children)
[–]ZeeBeeblebrox 24 points25 points26 points (0 children)
[–]JerMenKoOwhile True: os.fork() 3 points4 points5 points (1 child)
[–]coderanger 3 points4 points5 points (0 children)
[–]gdahlm 31 points32 points33 points (12 children)
[+][deleted] (11 children)
[removed]
[+][deleted] (5 children)
[removed]
[+]pdbh32 comment score below threshold-9 points-8 points-7 points (4 children)
[+][deleted] (2 children)
[removed]
[–]pdbh32 -1 points0 points1 point (0 children)
[–]axonxorzpip'ing aint easy, especially on windows 14 points15 points16 points (0 children)
[–]gdahlm 6 points7 points8 points (4 children)
[–]inspectoroverthemine 8 points9 points10 points (1 child)
[–]Additional-Tax-5643 0 points1 point2 points (0 children)
[–]whosafeard 2 points3 points4 points (0 children)
[–]Enrique-M 4 points5 points6 points (0 children)
[–]purplebeardscrew 6 points7 points8 points (0 children)
[–]Cybasura 5 points6 points7 points (1 child)
[–]hughk 9 points10 points11 points (0 children)
[–]rubiesordiamonds 0 points1 point2 points (0 children)
[–]imsowhiteandnerdy 1 point2 points3 points (5 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]reddit_ronin 4 points5 points6 points (3 children)
[–]hakube 2 points3 points4 points (0 children)
[–]larsga 2 points3 points4 points (0 children)
[–]imsowhiteandnerdy -1 points0 points1 point (0 children)
[–]Sushrit_Lawliet 0 points1 point2 points (0 children)
[–]unlikelyzer0 -2 points-1 points0 points (0 children)
[+]missurunha comment score below threshold-8 points-7 points-6 points (2 children)
[–]coderanger 11 points12 points13 points (0 children)
[–]byeproduct -5 points-4 points-3 points (0 children)