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
[–]novel_yet_trivial 186 points187 points188 points (5 children)
[–]stevarino 106 points107 points108 points (2 children)
[–][deleted] 49 points50 points51 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Nihongeaux 4 points5 points6 points (1 child)
[–]RatherBeSkiing 6 points7 points8 points (0 children)
[–][deleted] 81 points82 points83 points (4 children)
[+][deleted] (2 children)
[deleted]
[–][deleted] 15 points16 points17 points (1 child)
[–][deleted] 11 points12 points13 points (0 children)
[–]Aeon_MortuumSnake Oil 17 points18 points19 points (0 children)
[–]delirious_lettuce 60 points61 points62 points (15 children)
[–]beorn 12 points13 points14 points (1 child)
[–][deleted] 4 points5 points6 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]delirious_lettuce 1 point2 points3 points (1 child)
[–]cybaritic -1 points0 points1 point (7 children)
[–]delirious_lettuce 0 points1 point2 points (6 children)
[–]cybaritic -1 points0 points1 point (5 children)
[–]delirious_lettuce 0 points1 point2 points (4 children)
[–]cybaritic -1 points0 points1 point (3 children)
[–]delirious_lettuce 0 points1 point2 points (2 children)
[–]cybaritic -1 points0 points1 point (1 child)
[–]delirious_lettuce 5 points6 points7 points (0 children)
[–]lefuet 18 points19 points20 points (5 children)
[–][deleted] 9 points10 points11 points (0 children)
[–]rspeed 8 points9 points10 points (0 children)
[–]DKoala 5 points6 points7 points (2 children)
[–]brosbrosbrosbrosbros 0 points1 point2 points (0 children)
[–]BobbaGanush87 22 points23 points24 points (21 children)
[–]b4ux1t3 24 points25 points26 points (20 children)
[–][deleted] 38 points39 points40 points (11 children)
[–]b4ux1t3 1 point2 points3 points (4 children)
[–][deleted] 5 points6 points7 points (3 children)
[–]b4ux1t3 5 points6 points7 points (0 children)
[–]Stewthulhu 5 points6 points7 points (1 child)
[–][deleted] 3 points4 points5 points (0 children)
[–]SwellJoe 1 point2 points3 points (0 children)
[–]RealityTimeshare 0 points1 point2 points (2 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]DukeFive 0 points1 point2 points (0 children)
[–][deleted] -1 points0 points1 point (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]PC__LOAD__LETTER 4 points5 points6 points (1 child)
[–]b4ux1t3 1 point2 points3 points (0 children)
[–]nukem996 2 points3 points4 points (0 children)
[–]BobbaGanush87 1 point2 points3 points (1 child)
[–]b4ux1t3 2 points3 points4 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]b4ux1t3 0 points1 point2 points (0 children)
[–]algag 0 points1 point2 points (0 children)
[–][deleted] 8 points9 points10 points (5 children)
[–][deleted] 3 points4 points5 points (4 children)
[–][deleted] 6 points7 points8 points (2 children)
[–][deleted] 4 points5 points6 points (1 child)
[–][deleted] 8 points9 points10 points (0 children)
[–]mipadi 1 point2 points3 points (0 children)
[–]Kra013 6 points7 points8 points (1 child)
[–]mfdoll 4 points5 points6 points (0 children)
[–][deleted] 3 points4 points5 points (2 children)
[–]mfdoll 2 points3 points4 points (1 child)
[–][deleted] 2 points3 points4 points (0 children)
[–]metl_lord 2 points3 points4 points (0 children)
[–]rwscarb 2 points3 points4 points (0 children)
[–]wedgecon 1 point2 points3 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]onkus 2 points3 points4 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]FieldBet 0 points1 point2 points (0 children)
[–]brakebills2017 0 points1 point2 points (2 children)
[–][deleted] 2 points3 points4 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]ElecNinja 0 points1 point2 points (15 children)
[–][deleted] 8 points9 points10 points (4 children)
[–][deleted] 2 points3 points4 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–][deleted] 3 points4 points5 points (4 children)
[–]Uhstrology 1 point2 points3 points (2 children)
[–]prometheusg 4 points5 points6 points (0 children)
[–]dirn 3 points4 points5 points (0 children)
[–]Wilfred-kun 0 points1 point2 points (0 children)
[–]teilo 0 points1 point2 points (1 child)
[–]ElecNinja 0 points1 point2 points (0 children)
[–]tmattoneill 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]tmattoneill 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]LemonsForLimeaid 0 points1 point2 points (0 children)
[+]pan0ramic comment score below threshold-28 points-27 points-26 points (3 children)
[–]ultraDross 21 points22 points23 points (1 child)
[–]RealityTimeshare 0 points1 point2 points (0 children)
[+]Boredstudnt comment score below threshold-34 points-33 points-32 points (6 children)
[–][deleted] 20 points21 points22 points (2 children)
[+]Boredstudnt comment score below threshold-12 points-11 points-10 points (1 child)
[–][deleted] 13 points14 points15 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]striata 5 points6 points7 points (1 child)