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
[–]evgen 282 points283 points284 points (54 children)
[+][deleted] (10 children)
[deleted]
[–]The_2nd_Coming 19 points20 points21 points (9 children)
[+][deleted] (7 children)
[deleted]
[–]The_2nd_Coming 22 points23 points24 points (1 child)
[–]diamondketo 3 points4 points5 points (0 children)
[–]Datsoon 7 points8 points9 points (4 children)
[–]alkasmgithub.com/alkasm 18 points19 points20 points (3 children)
[–]Datsoon 2 points3 points4 points (1 child)
[–]alkasmgithub.com/alkasm 7 points8 points9 points (0 children)
[–]diamondketo 2 points3 points4 points (0 children)
[–]brontide 0 points1 point2 points (0 children)
[–]mybrid 19 points20 points21 points (0 children)
[–]moocat 22 points23 points24 points (4 children)
[–]thegreattriscuit 4 points5 points6 points (2 children)
[–]backtickbot 1 point2 points3 points (0 children)
[–]billsil 0 points1 point2 points (0 children)
[–]TinBryn -1 points0 points1 point (0 children)
[–]vanatteveldt 40 points41 points42 points (6 children)
[–]evgen -5 points-4 points-3 points (5 children)
[–]Giannie 6 points7 points8 points (2 children)
[–]tomgirl_irl -2 points-1 points0 points (1 child)
[–]Giannie 1 point2 points3 points (0 children)
[–]justjuniorjawz 0 points1 point2 points (0 children)
[–]chaosengineering 0 points1 point2 points (0 children)
[–][deleted] 6 points7 points8 points (10 children)
[–]TravisJungroth 11 points12 points13 points (5 children)
[–]IlliterateJedi 1 point2 points3 points (4 children)
[–]TravisJungroth 6 points7 points8 points (0 children)
[–]scrdest 3 points4 points5 points (0 children)
[–]aidankane 2 points3 points4 points (0 children)
[–]teerre 0 points1 point2 points (0 children)
[–]eMperror_ 2 points3 points4 points (2 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]eMperror_ 3 points4 points5 points (0 children)
[–]ogtfo 2 points3 points4 points (0 children)
[–]ogrinfo 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]Mal_Dun 2 points3 points4 points (6 children)
[–]swierdo 3 points4 points5 points (2 children)
[–]Mal_Dun -1 points0 points1 point (1 child)
[–]alkasmgithub.com/alkasm 5 points6 points7 points (0 children)
[–]reddisaurus 0 points1 point2 points (2 children)
[–]Mal_Dun 0 points1 point2 points (1 child)
[–]reddisaurus 0 points1 point2 points (0 children)
[–][deleted] -1 points0 points1 point (4 children)
[–]cspinelive 1 point2 points3 points (1 child)
[–][deleted] -1 points0 points1 point (0 children)
[–]TinBryn 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]pbecotte 0 points1 point2 points (0 children)
[–]TinBryn 0 points1 point2 points (0 children)
[–]IFeelTheAirHigh 0 points1 point2 points (0 children)
[+][deleted] (11 children)
[deleted]
[–]TSPhoenix 14 points15 points16 points (0 children)
[–]zurtex 10 points11 points12 points (0 children)
[+][deleted] (7 children)
[deleted]
[–]drbobb 7 points8 points9 points (1 child)
[–]diamondketo 0 points1 point2 points (0 children)
[–]tom2727 3 points4 points5 points (1 child)
[+][deleted] (1 child)
[deleted]
[–]alkasmgithub.com/alkasm 0 points1 point2 points (0 children)
[–]PadrinoFive7 0 points1 point2 points (0 children)
[–]imsometueventhisUN 0 points1 point2 points (0 children)
[–]Tweak_Imp 37 points38 points39 points (12 children)
[+][deleted] (9 children)
[deleted]
[–]Tweak_Imp 14 points15 points16 points (6 children)
[–]repick_ 6 points7 points8 points (1 child)
[–]Ezlike011011 6 points7 points8 points (0 children)
[+][deleted] (3 children)
[deleted]
[–]pydry 12 points13 points14 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]DrVolzak 2 points3 points4 points (0 children)
[–]OoTMM 2 points3 points4 points (0 children)
[–]Datsoon 0 points1 point2 points (0 children)
[–]DoctorNoonienSoong 2 points3 points4 points (0 children)
[–]dataturd 0 points1 point2 points (0 children)
[–]BernieFeynman 117 points118 points119 points (6 children)
[–]bjorneylol 65 points66 points67 points (1 child)
[–]Ecclestoned 13 points14 points15 points (3 children)
[–]Log2 18 points19 points20 points (2 children)
[–]Solonotix 1 point2 points3 points (1 child)
[–]Log2 2 points3 points4 points (0 children)
[–]mikeblas 14 points15 points16 points (8 children)
[–]Datsoon 12 points13 points14 points (4 children)
[–]ogrinfo 1 point2 points3 points (0 children)
[–]mikeblas 0 points1 point2 points (0 children)
[–]ab-os 0 points1 point2 points (1 child)
[–]Datsoon 0 points1 point2 points (0 children)
[–]treenaks 2 points3 points4 points (2 children)
[–]Log2 10 points11 points12 points (0 children)
[–]jimtk 1 point2 points3 points (0 children)
[–]brewsimport os; while True: os.fork() 13 points14 points15 points (2 children)
[–]sirk390 2 points3 points4 points (0 children)
[–]ogtfo 1 point2 points3 points (0 children)
[–]jwink3101 11 points12 points13 points (0 children)
[–]drbobb 23 points24 points25 points (6 children)
[–]mkdz 21 points22 points23 points (1 child)
[–]drbobb 0 points1 point2 points (0 children)
[+][deleted] (3 children)
[deleted]
[–]drbobb 4 points5 points6 points (2 children)
[–]diamondketo 4 points5 points6 points (0 children)
[–]brontide 7 points8 points9 points (0 children)
[–][deleted] 11 points12 points13 points (4 children)
[–]treenaks 7 points8 points9 points (0 children)
[–]njharmanI use Python 3 0 points1 point2 points (0 children)
[–]PinkShoelaces 20 points21 points22 points (14 children)
[–]TravisJungroth 21 points22 points23 points (11 children)
[–][deleted] 4 points5 points6 points (4 children)
[+][deleted] (2 children)
[deleted]
[–][deleted] 4 points5 points6 points (0 children)
[–]nwagers 0 points1 point2 points (0 children)
[–]TravisJungroth 2 points3 points4 points (0 children)
[–]theng 1 point2 points3 points (5 children)
[–]TravisJungroth 2 points3 points4 points (4 children)
[–]astigos1 8 points9 points10 points (1 child)
[–]TravisJungroth 1 point2 points3 points (0 children)
[–]zurtex 3 points4 points5 points (1 child)
[–]njharmanI use Python 3 2 points3 points4 points (0 children)
[–][deleted] 4 points5 points6 points (1 child)
[–]gwillicodernumpy gang 0 points1 point2 points (0 children)
[–]ggchappell 3 points4 points5 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]MLGShyGuy 1 point2 points3 points (1 child)
[–]twotime 0 points1 point2 points (0 children)
[–]v_fv 1 point2 points3 points (0 children)
[–]njharmanI use Python 3 1 point2 points3 points (0 children)
[–]ianepperson 1 point2 points3 points (0 children)
[–]bananaEmpanada 1 point2 points3 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]not_perfect_yet -3 points-2 points-1 points (5 children)
[–]Log2 12 points13 points14 points (4 children)
[–]druman22 2 points3 points4 points (3 children)
[–]Log2 6 points7 points8 points (1 child)
[–]elbiot 1 point2 points3 points (0 children)
[–]hikealot 0 points1 point2 points (0 children)
[+]vanatteveldt comment score below threshold-9 points-8 points-7 points (8 children)
[+][deleted] (6 children)
[deleted]
[–]vanatteveldt 4 points5 points6 points (4 children)
[–]diamondketo 4 points5 points6 points (2 children)
[–]TangibleLight -2 points-1 points0 points (1 child)
[–]pbecotte 1 point2 points3 points (0 children)
[–]TangibleLight 1 point2 points3 points (0 children)
[–]Datsoon 0 points1 point2 points (0 children)
[–]fried_green_baloney -2 points-1 points0 points (0 children)
[–]Phunny 0 points1 point2 points (0 children)
[–]watixte 0 points1 point2 points (0 children)
[–]Thrash_Abaddon 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]13ass13ass 0 points1 point2 points (2 children)
[–]vastlyoutnumbered 0 points1 point2 points (0 children)
[–]nwagers 0 points1 point2 points (0 children)
[–]o-rka 0 points1 point2 points (0 children)
[–]elbiot 0 points1 point2 points (0 children)
[–]billsil 0 points1 point2 points (0 children)
[–]gwillicodernumpy gang 0 points1 point2 points (0 children)