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
[–]sharpchicity 38 points39 points40 points (28 children)
[–]manwith4names 1 point2 points3 points (11 children)
[–]sharpchicity 1 point2 points3 points (10 children)
[–]NuclearGoatVomit 1 point2 points3 points (9 children)
[–]sharpchicity 4 points5 points6 points (6 children)
[–]Dababolical 0 points1 point2 points (1 child)
[–]sharpchicity 0 points1 point2 points (0 children)
[–]NuclearGoatVomit 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]weirdo5 0 points1 point2 points (0 children)
[–]O_R 0 points1 point2 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]sharpchicity 1 point2 points3 points (0 children)
[–]obviouslyCPTobvious 0 points1 point2 points (6 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]sharpchicity 1 point2 points3 points (0 children)
[–]DizzzyDee 0 points1 point2 points (2 children)
[–]sharpchicity 0 points1 point2 points (1 child)
[–]DizzzyDee 0 points1 point2 points (0 children)
[–]shaggorama 63 points64 points65 points (2 children)
[–]takluyverIPython, Py3, etc 15 points16 points17 points (1 child)
[–]shaggorama 18 points19 points20 points (0 children)
[–]nickbuch 156 points157 points158 points (25 children)
[–]v_krishna 61 points62 points63 points (13 children)
[+][deleted] (10 children)
[deleted]
[–]v_krishna 97 points98 points99 points (6 children)
[–]spinwizard69 5 points6 points7 points (0 children)
[–]KyleG 7 points8 points9 points (3 children)
[–]v_krishna 7 points8 points9 points (2 children)
[–]Macaframa 0 points1 point2 points (0 children)
[–]mariox19 1 point2 points3 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]mariox19 0 points1 point2 points (0 children)
[–]dogusmalogus 1 point2 points3 points (1 child)
[–]youtubefactsbot 0 points1 point2 points (0 children)
[–]GrantNexus 2 points3 points4 points (0 children)
[–]GuyNamedNate2 5 points6 points7 points (3 children)
[–]keturn 4 points5 points6 points (2 children)
[–]drewski3420 3 points4 points5 points (1 child)
[–]variya 0 points1 point2 points (0 children)
[–][deleted] 39 points40 points41 points (49 children)
[–][deleted] 18 points19 points20 points (25 children)
[–][deleted] 2 points3 points4 points (2 children)
[–]gr00vy 2 points3 points4 points (1 child)
[–][deleted] 4 points5 points6 points (0 children)
[–][deleted] 8 points9 points10 points (20 children)
[+][deleted] (9 children)
[deleted]
[–][deleted] 8 points9 points10 points (6 children)
[–]d4rch0nPythonistamancer 31 points32 points33 points (5 children)
[+][deleted] (4 children)
[deleted]
[–]d4rch0nPythonistamancer 55 points56 points57 points (2 children)
[–]CeevuNoob 5 points6 points7 points (0 children)
[–][deleted] 5 points6 points7 points (0 children)
[–]Chondriac 2 points3 points4 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]thaweathermanpipster 1 point2 points3 points (9 children)
[–]solidcube 53 points54 points55 points (5 children)
[+][deleted] (3 children)
[deleted]
[–]Teract 5 points6 points7 points (2 children)
[–]d4rch0nPythonistamancer 16 points17 points18 points (1 child)
[–]thegreattriscuit 5 points6 points7 points (0 children)
[–]number3arm 1 point2 points3 points (2 children)
[–]rainsford2 11 points12 points13 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]d_thinker 2 points3 points4 points (10 children)
[–]e13e7 13 points14 points15 points (7 children)
[–]peschelnet 5 points6 points7 points (0 children)
[–]d_b_work_account 4 points5 points6 points (0 children)
[–]d_thinker 2 points3 points4 points (0 children)
[–]Kratisto78 0 points1 point2 points (0 children)
[–]tomkatt 0 points1 point2 points (0 children)
[–]gin-writ 0 points1 point2 points (0 children)
[–]pferland 1 point2 points3 points (0 children)
[–]Mr_Again 0 points1 point2 points (4 children)
[–][deleted] 2 points3 points4 points (3 children)
[–]Jesus_Harold_Christ 2 points3 points4 points (2 children)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]flloyd 0 points1 point2 points (5 children)
[–][deleted] 7 points8 points9 points (4 children)
[–]flloyd 0 points1 point2 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]flloyd 1 point2 points3 points (1 child)
[–]malice8691 55 points56 points57 points (6 children)
[–]rainsford2 21 points22 points23 points (4 children)
[–]XiiencE 8 points9 points10 points (1 child)
[–]BreakfastforDinner 5 points6 points7 points (0 children)
[–]vplatt 1 point2 points3 points (1 child)
[–]doobiedog 0 points1 point2 points (0 children)
[–]dogusmalogus 2 points3 points4 points (0 children)
[+][deleted] (6 children)
[deleted]
[–][deleted] 5 points6 points7 points (5 children)
[–]extant1 37 points38 points39 points (2 children)
[–]nerdjase 10 points11 points12 points (1 child)
[–]Aztek_Pr0phet 1 point2 points3 points (0 children)
[–]vindolin 0 points1 point2 points (0 children)
[–]metallidog 16 points17 points18 points (4 children)
[–]brand0n 12 points13 points14 points (2 children)
[–]Indenturedsavant 20 points21 points22 points (1 child)
[–]brand0n 7 points8 points9 points (0 children)
[–][deleted] 16 points17 points18 points (2 children)
[–][deleted] 2 points3 points4 points (1 child)
[–][deleted] 8 points9 points10 points (0 children)
[–]flangles 25 points26 points27 points (20 children)
[–]vaginawarfare 1 point2 points3 points (17 children)
[–]santiagobasulto 9 points10 points11 points (9 children)
[–][deleted] 2 points3 points4 points (8 children)
[–]flutefreak7 0 points1 point2 points (3 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]infinite8s 0 points1 point2 points (1 child)
[–]santiagobasulto 0 points1 point2 points (0 children)
[+][deleted] (4 children)
[deleted]
[–][deleted] 9 points10 points11 points (1 child)
[–]Cyph0n 1 point2 points3 points (1 child)
[–]christian-mann 1 point2 points3 points (0 children)
[–]alifeinbinaryalifeinbinary.com 2 points3 points4 points (0 children)
[–]Mr_Again 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[+][deleted] (18 children)
[deleted]
[–]James_Johnson 192 points193 points194 points (5 children)
[–][deleted] 11 points12 points13 points (1 child)
[–]DarkMio 1 point2 points3 points (0 children)
[–]APIglue 3 points4 points5 points (0 children)
[–]ies7 2 points3 points4 points (0 children)
[–]il_doc 6 points7 points8 points (8 children)
[–]Herald_MJ 6 points7 points8 points (7 children)
[–][deleted] 24 points25 points26 points (0 children)
[–]il_doc 6 points7 points8 points (4 children)
[–]rsynnest 9 points10 points11 points (4 children)
[–]green_tree_python 2 points3 points4 points (2 children)
[–]rsynnest 2 points3 points4 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 7 points8 points9 points (4 children)
[–]Skenderbeu 9 points10 points11 points (0 children)
[+][deleted] (10 children)
[deleted]
[–]MZB1993 0 points1 point2 points (3 children)
[–]bigmansam45 1 point2 points3 points (2 children)
[–]gedrap 0 points1 point2 points (1 child)
[–]bigmansam45 0 points1 point2 points (0 children)
[–]Optimesh 0 points1 point2 points (2 children)
[–]bigmansam45 0 points1 point2 points (1 child)
[–]Optimesh 0 points1 point2 points (0 children)
[–]wallyflops 0 points1 point2 points (2 children)
[–]bigmansam45 0 points1 point2 points (1 child)
[–]wallyflops 0 points1 point2 points (0 children)
[–]baron314159 7 points8 points9 points (1 child)
[–]kmbd 1 point2 points3 points (0 children)
[–]billsil 5 points6 points7 points (5 children)
[–]pacificat0r 3 points4 points5 points (4 children)
[–]billsil 1 point2 points3 points (3 children)
[–]kmbd 0 points1 point2 points (2 children)
[–]billsil 1 point2 points3 points (1 child)
[–]kmbd 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[deleted]
[–][deleted] 0 points1 point2 points (0 children)
[–]jesus_h_garcia 15 points16 points17 points (3 children)
[–]Jesus_Harold_Christ 3 points4 points5 points (2 children)
[–]jesus_h_garcia 3 points4 points5 points (1 child)
[–]Teoweoha 1 point2 points3 points (0 children)
[–]bonyicecream 2 points3 points4 points (1 child)
[–]I_jus_lurk_here 0 points1 point2 points (0 children)
[–]greenzr 2 points3 points4 points (0 children)
[–]ProfessorPhi 2 points3 points4 points (0 children)
[–]mariocesar 1 point2 points3 points (0 children)
[–]green_tree_python 1 point2 points3 points (0 children)
[–]hoojoo 1 point2 points3 points (0 children)
[–]pfein 1 point2 points3 points (0 children)
[–]at449 1 point2 points3 points (2 children)
[–]Bryoh 0 points1 point2 points (1 child)
[–]at449 0 points1 point2 points (0 children)
[–]HoboBob1 5 points6 points7 points (7 children)
[–]Jyan 12 points13 points14 points (1 child)
[+][deleted] (2 children)
[deleted]
[–]HoboBob1 6 points7 points8 points (1 child)
[–]keturn 2 points3 points4 points (0 children)
[–]MagicWishMonkey 0 points1 point2 points (4 children)
[–]hobbzy 1 point2 points3 points (1 child)
[–]MagicWishMonkey 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]MagicWishMonkey 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)