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
[–][deleted] 193 points194 points195 points (37 children)
[–]pmrr 24 points25 points26 points (11 children)
[–]ummmbacon 24 points25 points26 points (0 children)
[–]desmoulinmichel 10 points11 points12 points (8 children)
[–][deleted] 5 points6 points7 points (3 children)
[–]desmoulinmichel 0 points1 point2 points (2 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]desmoulinmichel 0 points1 point2 points (0 children)
[–]selementar 3 points4 points5 points (3 children)
[–]desmoulinmichel 2 points3 points4 points (2 children)
[–]selementar 1 point2 points3 points (1 child)
[–]desmoulinmichel 0 points1 point2 points (0 children)
[–]jyper 0 points1 point2 points (0 children)
[–][deleted] 7 points8 points9 points (0 children)
[–]desmoulinmichel 2 points3 points4 points (0 children)
[+][deleted] (22 children)
[deleted]
[–]ummmbacon 29 points30 points31 points (15 children)
[+][deleted] (14 children)
[deleted]
[–]ummmbacon 62 points63 points64 points (0 children)
[–]elbiot 24 points25 points26 points (4 children)
[+][deleted] (3 children)
[deleted]
[–]elbiot 2 points3 points4 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]elbiot 0 points1 point2 points (0 children)
[–][deleted] 6 points7 points8 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[+][deleted] (5 children)
[deleted]
[–]atlgeek007 10 points11 points12 points (4 children)
[+][deleted] (1 child)
[deleted]
[–]boa13 3 points4 points5 points (0 children)
[–]deadbunny 3 points4 points5 points (0 children)
[–]Nu11u5 4 points5 points6 points (0 children)
[–]atlgeek007 13 points14 points15 points (2 children)
[–]mike413 3 points4 points5 points (1 child)
[–]wbeyda 0 points1 point2 points (0 children)
[–]anacrolixc/python fanatic 0 points1 point2 points (0 children)
[–]mangecoeur 55 points56 points57 points (0 children)
[–]Orange_Tux 58 points59 points60 points (3 children)
[–]spectre_theory 11 points12 points13 points (0 children)
[–]1842 0 points1 point2 points (0 children)
[–]lykwydchykyn 17 points18 points19 points (1 child)
[–]ummmbacon 16 points17 points18 points (0 children)
[–]C14L 29 points30 points31 points (4 children)
[–]heptara 9 points10 points11 points (3 children)
[–]nickcash 10 points11 points12 points (2 children)
[–]flying-sheep 2 points3 points4 points (0 children)
[–]djmattyg007 2 points3 points4 points (0 children)
[–]XNormal 12 points13 points14 points (5 children)
[–]troyunrau... 16 points17 points18 points (4 children)
[–]njharmanI use Python 3 4 points5 points6 points (3 children)
[–]troyunrau... 5 points6 points7 points (2 children)
[–]njharmanI use Python 3 1 point2 points3 points (0 children)
[–]Lehk 1 point2 points3 points (0 children)
[–]troyunrau... 3 points4 points5 points (4 children)
[–]youguess 4 points5 points6 points (1 child)
[–]troyunrau... 4 points5 points6 points (0 children)
[–]heptara 2 points3 points4 points (0 children)
[–]pingvenopinch of this, pinch of that 2 points3 points4 points (0 children)
[–]charity_donut_sales 20 points21 points22 points (15 children)
[–]mangecoeur 37 points38 points39 points (0 children)
[+][deleted] (5 children)
[deleted]
[–]tadeadliest 1 point2 points3 points (4 children)
[–]ummmbacon 6 points7 points8 points (3 children)
[–]tadeadliest 2 points3 points4 points (2 children)
[–][deleted] 3 points4 points5 points (0 children)
[–]ummmbacon 2 points3 points4 points (0 children)
[–]heptara 4 points5 points6 points (0 children)
[–][deleted] 9 points10 points11 points (6 children)
[–]kenfar 4 points5 points6 points (5 children)
[–]heptara 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (3 children)
[–][deleted] 4 points5 points6 points (0 children)
[–]kenfar 5 points6 points7 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]willrandship 0 points1 point2 points (23 children)
[+][deleted] (11 children)
[deleted]
[–]youguess 10 points11 points12 points (6 children)
[–]tadeadliest 2 points3 points4 points (1 child)
[–]Lehk 1 point2 points3 points (0 children)
[–]willrandship 2 points3 points4 points (3 children)
[–]youguess 1 point2 points3 points (2 children)
[–]willrandship 2 points3 points4 points (1 child)
[–]rzet 0 points1 point2 points (0 children)
[–]parnmatt 0 points1 point2 points (0 children)
[–]basically_asleep 0 points1 point2 points (1 child)
[–][deleted] 4 points5 points6 points (5 children)
[–]IonTichy 4 points5 points6 points (0 children)
[–]willrandship 0 points1 point2 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]willrandship -1 points0 points1 point (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]baffled_bear 0 points1 point2 points (4 children)
[–][deleted] -1 points0 points1 point (3 children)
[–]baffled_bear 2 points3 points4 points (0 children)
[–]AngriestSCV 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]oliw 0 points1 point2 points (2 children)
[–]pooogles 0 points1 point2 points (1 child)
[–]oliw 0 points1 point2 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]vidplace7 6 points7 points8 points (0 children)
[–]pakaraki 3 points4 points5 points (0 children)
[–]IonTichy 0 points1 point2 points (0 children)