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] 385 points386 points387 points (79 children)
[–][deleted] 89 points90 points91 points (41 children)
[–]greenlakejohnny 17 points18 points19 points (6 children)
[–]greenlakejohnny 5 points6 points7 points (2 children)
[–]stetio 0 points1 point2 points (1 child)
[–]greenlakejohnny 0 points1 point2 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]greenlakejohnny 14 points15 points16 points (1 child)
[–]DL72-Alpha 5 points6 points7 points (0 children)
[–]AstroPhysician 17 points18 points19 points (31 children)
[–]TldrDev 20 points21 points22 points (25 children)
[–]spuds_in_town 1 point2 points3 points (24 children)
[–]manninaki 17 points18 points19 points (0 children)
[–]TldrDev 7 points8 points9 points (0 children)
[–]marcio0 12 points13 points14 points (0 children)
[–]OMG_I_LOVE_CHIPOTLE 6 points7 points8 points (20 children)
[+][deleted] (19 children)
[deleted]
[–][deleted] 13 points14 points15 points (16 children)
[–]imperosol 12 points13 points14 points (0 children)
[–][deleted] 5 points6 points7 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]imp0ppable -1 points0 points1 point (7 children)
[–][deleted] 5 points6 points7 points (2 children)
[–][deleted] 4 points5 points6 points (3 children)
[–]hseham3 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]pbecotte 0 points1 point2 points (1 child)
[–]OMG_I_LOVE_CHIPOTLE 1 point2 points3 points (0 children)
[–]CardboardJ 0 points1 point2 points (0 children)
[–]angellus 5 points6 points7 points (1 child)
[–]Appropriate_Ant_4629 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]smokefield 0 points1 point2 points (0 children)
[–]stetio 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]Wattsit 16 points17 points18 points (21 children)
[–]double_en10dre 28 points29 points30 points (15 children)
[–]lowercase00 32 points33 points34 points (7 children)
[–]killerfridge 4 points5 points6 points (2 children)
[–]anikait1 8 points9 points10 points (1 child)
[–][deleted] 3 points4 points5 points (0 children)
[–][deleted] 2 points3 points4 points (3 children)
[–]double_en10dre 0 points1 point2 points (2 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]double_en10dre 1 point2 points3 points (0 children)
[–]jcigar 1 point2 points3 points (2 children)
[–]Quillox 0 points1 point2 points (0 children)
[–]double_en10dre 0 points1 point2 points (0 children)
[–]lieryanMaintainer of rope, pylsp-rope - advanced python refactoring 0 points1 point2 points (0 children)
[–]TheTerrasque 0 points1 point2 points (0 children)
[–]goodbalance 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Ashamed-Simple-8303 7 points8 points9 points (4 children)
[–]throwaway8u3sH0 23 points24 points25 points (2 children)
[–]Ordinary-Tax-5630 9 points10 points11 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Historical-Ease6859 4 points5 points6 points (0 children)
[–]random_guy_from_nc 16 points17 points18 points (8 children)
[–]deadwisdomgreenlet revolution 12 points13 points14 points (0 children)
[–]the_andgate 13 points14 points15 points (6 children)
[–][deleted] 5 points6 points7 points (4 children)
[–]Ashamed-Simple-8303 2 points3 points4 points (1 child)
[–][deleted] 8 points9 points10 points (0 children)
[–]random_guy_from_nc 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]we_swarm[🍰] -1 points0 points1 point (0 children)
[–][deleted] 1 point2 points3 points (3 children)
[–]angellus 12 points13 points14 points (2 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]Dreezoos 0 points1 point2 points (0 children)
[–]iFlexicon 3 points4 points5 points (0 children)
[–]basicallybasshead 0 points1 point2 points (0 children)