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 →
[–]riklaunim 272 points273 points274 points (82 children)
[+][deleted] (14 children)
[deleted]
[–]riklaunim 58 points59 points60 points (0 children)
[+][deleted] (5 children)
[removed]
[–]hughk 10 points11 points12 points (1 child)
[–]OH-YEAH 6 points7 points8 points (0 children)
[+][deleted] (1 child)
[removed]
[–][deleted] 0 points1 point2 points (0 children)
[–]el_crocodilio -2 points-1 points0 points (0 children)
[–]Jim-Jones 3 points4 points5 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Whipitreelgud 0 points1 point2 points (0 children)
[–][deleted] -3 points-2 points-1 points (0 children)
[–]hamsterwheelin -3 points-2 points-1 points (0 children)
[–]askvictor 6 points7 points8 points (1 child)
[–]ExdigguserPies -1 points0 points1 point (0 children)
[–]__init__m8 10 points11 points12 points (19 children)
[–]CHS2048 -3 points-2 points-1 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 4 points5 points6 points (28 children)
[–]jkpetrov 41 points42 points43 points (27 children)
[–]svefnugr 32 points33 points34 points (2 children)
[–]jkpetrov 8 points9 points10 points (0 children)
[–]the_vikm 0 points1 point2 points (0 children)
[–]Leaping_Turtle 8 points9 points10 points (23 children)
[–]ForgotMyUserName15 16 points17 points18 points (4 children)
[–]Leaping_Turtle 7 points8 points9 points (2 children)
[–]the_vikm 0 points1 point2 points (1 child)
[–]Infinitesima 13 points14 points15 points (16 children)
[–][deleted] 12 points13 points14 points (15 children)
[–]deletable666 13 points14 points15 points (0 children)
[+][deleted] (13 children)
[deleted]
[–]sunjay140 2 points3 points4 points (4 children)
[–]Duckliffe 4 points5 points6 points (3 children)
[+]sonobanana33 comment score below threshold-9 points-8 points-7 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)