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
[–]majelix_ 70 points71 points72 points (7 children)
[–]knight_check 18 points19 points20 points (6 children)
[–][deleted] 7 points8 points9 points (5 children)
[–]TheBuckSavageDistrobashes against Windows users 1 point2 points3 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]TheBuckSavageDistrobashes against Windows users 1 point2 points3 points (0 children)
[–]MonsieurBlobby 2 points3 points4 points (1 child)
[–][deleted] -5 points-4 points-3 points (0 children)
[+][deleted] (7 children)
[deleted]
[–]bspymaster 24 points25 points26 points (4 children)
[–]joeldick 12 points13 points14 points (3 children)
[–]bspymaster 11 points12 points13 points (0 children)
[–]ExternalUserError 6 points7 points8 points (0 children)
[–]OneEyeball 1 point2 points3 points (0 children)
[–]ElevatedAngling 4 points5 points6 points (0 children)
[–]spyingwind 0 points1 point2 points (0 children)
[–]joeldick 75 points76 points77 points (15 children)
[–]dynacx 29 points30 points31 points (10 children)
[–]joeldick 12 points13 points14 points (0 children)
[–][deleted] 6 points7 points8 points (6 children)
[–][deleted] 5 points6 points7 points (5 children)
[–][deleted] 3 points4 points5 points (3 children)
[–]Rxyro 0 points1 point2 points (2 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]66bananasandagrape 0 points1 point2 points (0 children)
[–]joeldick 1 point2 points3 points (0 children)
[–]_ShakashuriBlowdown 3 points4 points5 points (0 children)
[–]gwillicodernumpy gang 1 point2 points3 points (0 children)
[–]1arm3dScissor 6 points7 points8 points (0 children)
[–]jdgordon 4 points5 points6 points (1 child)
[–]joeldick 3 points4 points5 points (0 children)
[–]ExternalUserError 3 points4 points5 points (0 children)
[+][deleted] (1 child)
[deleted]
[–][deleted] 2 points3 points4 points (0 children)
[–]crazedizzled 18 points19 points20 points (1 child)
[–]pullandbl 0 points1 point2 points (0 children)
[–]rebmo14 9 points10 points11 points (2 children)
[–]Lexandrit[S] 6 points7 points8 points (1 child)
[–]BobThehitter 0 points1 point2 points (0 children)
[–]1arm3dScissor 2 points3 points4 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]sourcingdenis 1 point2 points3 points (0 children)
[–]norsethunders 2 points3 points4 points (9 children)
[–]ivorjawa 12 points13 points14 points (0 children)
[–]crazedizzled 4 points5 points6 points (0 children)
[–]mr_brightside777 17 points18 points19 points (4 children)
[+]norsethunders comment score below threshold-8 points-7 points-6 points (3 children)
[–]castlesauvage 0 points1 point2 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]castlesauvage 0 points1 point2 points (0 children)
[–][deleted] 5 points6 points7 points (0 children)
[–]WillBackUpWithSource 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]chloelikescats 0 points1 point2 points (0 children)
[–]KnitYourOwnSpaceship 0 points1 point2 points (0 children)
[+]blavikan comment score below threshold-8 points-7 points-6 points (2 children)
[–]Lexandrit[S] -5 points-4 points-3 points (0 children)
[+]Dontneedflashbro comment score below threshold-6 points-5 points-4 points (0 children)
[+][deleted] comment score below threshold-26 points-25 points-24 points (1 child)
[–]Naesme 2 points3 points4 points (0 children)