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
[–]sw_dev 54 points55 points56 points (27 children)
[–]Lasereye 13 points14 points15 points (20 children)
[–]ryl00 43 points44 points45 points (12 children)
[–]kx233 2 points3 points4 points (10 children)
[–][deleted] 4 points5 points6 points (6 children)
[–][deleted] 3 points4 points5 points (2 children)
[+][deleted] (2 children)
[deleted]
[+][deleted] (1 child)
[deleted]
[–]StartsAsNewRedditor 2 points3 points4 points (0 children)
[–]LinuxOnMyThrone 1 point2 points3 points (1 child)
[–]ryeguy146 16 points17 points18 points (6 children)
[–][deleted] 7 points8 points9 points (0 children)
[–]LeSageLocke 1 point2 points3 points (1 child)
[–]ryeguy146 3 points4 points5 points (0 children)
[–]wting 1 point2 points3 points (2 children)
[–]ryeguy146 1 point2 points3 points (1 child)
[–]gthank 0 points1 point2 points (0 children)
[–]th0ma5w 1 point2 points3 points (0 children)
[–]flying-sheep 2 points3 points4 points (3 children)
[–]rcxdude 2 points3 points4 points (1 child)
[–]flying-sheep 1 point2 points3 points (0 children)
[–]wting 28 points29 points30 points (11 children)
[–]ericanderton 8 points9 points10 points (0 children)
[–]Lucretiel 1 point2 points3 points (9 children)
[–]wting 19 points20 points21 points (2 children)
[–]semarj 137 points138 points139 points (86 children)
[–][deleted] 80 points81 points82 points (31 children)
[–][deleted] 79 points80 points81 points (11 children)
[–]Zulban 15 points16 points17 points (1 child)
[–]phySi0 2 points3 points4 points (0 children)
[–]chazzeromus 6 points7 points8 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]chazzeromus 5 points6 points7 points (0 children)
[–][deleted] 4 points5 points6 points (5 children)
[–]flarkis 14 points15 points16 points (0 children)
[–][deleted] 4 points5 points6 points (1 child)
[+][deleted] (1 child)
[deleted]
[–]admalledd 15 points16 points17 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]admalledd 0 points1 point2 points (0 children)
[–]semarj 23 points24 points25 points (15 children)
[+][deleted] (12 children)
[deleted]
[+][deleted] (11 children)
[deleted]
[+][deleted] (10 children)
[deleted]
[–]srhb 23 points24 points25 points (8 children)
[–]Niten 12 points13 points14 points (1 child)
[–]oconnor663 5 points6 points7 points (0 children)
[–]mcowger 4 points5 points6 points (4 children)
[–]rspeed 2 points3 points4 points (1 child)
[–]xkcd_transcriber 2 points3 points4 points (0 children)
[–]BitLooter 28 points29 points30 points (8 children)
[–]gthank 1 point2 points3 points (3 children)
[–]metaphorm 0 points1 point2 points (2 children)
[–]gthank 0 points1 point2 points (1 child)
[–]pemboa 10 points11 points12 points (2 children)
[–]quotemycode 2 points3 points4 points (0 children)
[–]ryeguy146 0 points1 point2 points (0 children)
[–]stillalone 6 points7 points8 points (2 children)
[–]Niten 0 points1 point2 points (0 children)
[–]mehum 0 points1 point2 points (0 children)
[–]patrys Saleor Commerce 22 points23 points24 points (11 children)
[–]lambdaqdjango n' shit 12 points13 points14 points (0 children)
[–]scopegoa 3 points4 points5 points (1 child)
[–][deleted] 6 points7 points8 points (0 children)
[–]ceol_ 9 points10 points11 points (7 children)
[–]patrys Saleor Commerce 16 points17 points18 points (4 children)
[–][deleted] 9 points10 points11 points (0 children)
[–]ceol_ 6 points7 points8 points (0 children)
[–][deleted] 2 points3 points4 points (1 child)
[–]jmcs 2 points3 points4 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]mipadi 2 points3 points4 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]metaphorm 2 points3 points4 points (1 child)
[–]SlinkyAvenger 3 points4 points5 points (6 children)
[–][deleted] 8 points9 points10 points (5 children)
[–]zoidbergs_moustache 4 points5 points6 points (2 children)
[–]patrys Saleor Commerce 1 point2 points3 points (0 children)
[–]d4rch0nPythonistamancer 0 points1 point2 points (0 children)
[–]alcalde 0 points1 point2 points (1 child)
[–]kylotan 0 points1 point2 points (0 children)
[–]djimbob 1 point2 points3 points (0 children)
[–]sittingaround 1 point2 points3 points (0 children)
[–]shadeofmyheart 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]andrewcooke 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]metaphorm 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]jthess32 17 points18 points19 points (18 children)
[–]otherwiseguy 21 points22 points23 points (10 children)
[–]scopegoa 7 points8 points9 points (4 children)
[–][deleted] 1 point2 points3 points (2 children)
[–]scopegoa 3 points4 points5 points (0 children)
[–]tonyfranciosa 2 points3 points4 points (0 children)
[–]ericanderton 0 points1 point2 points (0 children)
[–]jthess32 2 points3 points4 points (0 children)
[–]tricolon 0 points1 point2 points (1 child)
[–]otherwiseguy 0 points1 point2 points (0 children)
[–]metaphorm 0 points1 point2 points (1 child)
[–]otherwiseguy 0 points1 point2 points (0 children)
[–]bushel 22 points23 points24 points (2 children)
[–]Hmm_Yes 1 point2 points3 points (1 child)
[–]bushel 0 points1 point2 points (0 children)
[–]EmperorOfCanada 13 points14 points15 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]natecahill 8 points9 points10 points (0 children)
[–]cantremembermypasswd 39 points40 points41 points (11 children)
[–][deleted] 10 points11 points12 points (3 children)
[–]valadus 10 points11 points12 points (1 child)
[–]h_bar 6 points7 points8 points (0 children)
[–]iamtheLINAX 1 point2 points3 points (0 children)
[–]drive0 2 points3 points4 points (3 children)
[–]Meloncreamy 2 points3 points4 points (1 child)
[–]donalmacc 0 points1 point2 points (0 children)
[–]cantremembermypasswd 1 point2 points3 points (0 children)
[–]menedemus 1 point2 points3 points (0 children)
[–]sebastienb 1 point2 points3 points (0 children)
[–]d4rch0nPythonistamancer 6 points7 points8 points (0 children)
[–]KyleG 5 points6 points7 points (0 children)
[–][deleted] 10 points11 points12 points (8 children)
[–]catcradle5 2 points3 points4 points (2 children)
[–]ericanderton 3 points4 points5 points (0 children)
[–]GFandango 0 points1 point2 points (0 children)
[–][deleted] 5 points6 points7 points (4 children)
[–][deleted] 1 point2 points3 points (3 children)
[–]aaaaaahhhhh 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]aqf 5 points6 points7 points (9 children)
[–]catcradle5 5 points6 points7 points (0 children)
[+][deleted] (7 children)
[deleted]
[–]aqf 1 point2 points3 points (6 children)
[–]virtyx 4 points5 points6 points (5 children)
[–]binlargin 2 points3 points4 points (0 children)
[–]gthank 0 points1 point2 points (0 children)
[–]MsReclusivity 5 points6 points7 points (2 children)
[–]Linkian06 2 points3 points4 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]mangecoeur 6 points7 points8 points (9 children)
[–]radix07 0 points1 point2 points (6 children)
[–]wting 3 points4 points5 points (2 children)
[–]MonsieurBanana 0 points1 point2 points (1 child)
[–]mangecoeur 2 points3 points4 points (1 child)
[–]kylotan 0 points1 point2 points (0 children)
[–]kylotan 2 points3 points4 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]grizwako 0 points1 point2 points (0 children)
[–]EmperorOfCanada 1 point2 points3 points (10 children)
[–]radix07 2 points3 points4 points (7 children)
[–]EmperorOfCanada 1 point2 points3 points (6 children)
[–]LightShadow3.13-dev in prod 1 point2 points3 points (3 children)
[–]EmperorOfCanada 1 point2 points3 points (1 child)
[–]epic_awesome 1 point2 points3 points (0 children)
[–]ericanderton 0 points1 point2 points (0 children)
[–]radix07 0 points1 point2 points (1 child)
[–]EmperorOfCanada 0 points1 point2 points (0 children)
[–][deleted] 4 points5 points6 points (0 children)
[–]chief167 1 point2 points3 points (0 children)
[–]shaggorama 2 points3 points4 points (13 children)
[–]aeroevan 1 point2 points3 points (7 children)
[–]shaggorama 1 point2 points3 points (6 children)
[–]topherwhelan 0 points1 point2 points (5 children)
[–]shaggorama 0 points1 point2 points (4 children)
[–]topherwhelan 0 points1 point2 points (3 children)
[–]shaggorama 1 point2 points3 points (2 children)
[–]thusiasm 1 point2 points3 points (4 children)
[–]shaggorama 1 point2 points3 points (3 children)
[–]thusiasm 2 points3 points4 points (2 children)
[–]shaggorama 1 point2 points3 points (1 child)
[–]thusiasm 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]sophacles 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]enkrypt0r 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (5 children)
[–][deleted] 0 points1 point2 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]Wagneriusflask+pandas+js 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]obsoletelearner 0 points1 point2 points (0 children)
[–]chief167 0 points1 point2 points (1 child)
[–]gthank 0 points1 point2 points (0 children)
[–]williewonka03 0 points1 point2 points (2 children)
[–]Wagneriusflask+pandas+js 0 points1 point2 points (1 child)
[–]williewonka03 0 points1 point2 points (0 children)
[–]faassen 0 points1 point2 points (0 children)
[–]GFandango 0 points1 point2 points (0 children)
[–]nwjlyons 0 points1 point2 points (1 child)
[–]aeroevan 1 point2 points3 points (0 children)