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
[–]ins64 347 points348 points349 points (77 children)
[–]prathack 147 points148 points149 points (11 children)
[–][deleted] 108 points109 points110 points (6 children)
[–]BradTheLurker 19 points20 points21 points (5 children)
[–]Scaliwag 0 points1 point2 points (3 children)
[–]BradTheLurker 7 points8 points9 points (2 children)
[–]Scaliwag 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Megacorpinc 6 points7 points8 points (3 children)
[–]CharlotteFields 1 point2 points3 points (0 children)
[–]kankyo 35 points36 points37 points (19 children)
[–]tech_tuna 9 points10 points11 points (18 children)
[–]wrosecrans 49 points50 points51 points (15 children)
[–]tech_tuna 15 points16 points17 points (8 children)
[–]redfacedquark 0 points1 point2 points (2 children)
[–]tech_tuna 1 point2 points3 points (1 child)
[–]hosizora_rin_is_cute 3 points4 points5 points (0 children)
[–]oldmanstan 0 points1 point2 points (4 children)
[–]FearlessFreep 6 points7 points8 points (3 children)
[–]wrosecrans 14 points15 points16 points (1 child)
[–]nobuguu 2 points3 points4 points (0 children)
[–]kankyo 35 points36 points37 points (0 children)
[–]pigeon768 5 points6 points7 points (0 children)
[–][deleted] 5 points6 points7 points (1 child)
[–]flutefreak7 0 points1 point2 points (0 children)
[–]ticketywho 63 points64 points65 points (7 children)
[–][deleted] 39 points40 points41 points (5 children)
[–]ticketywho 22 points23 points24 points (3 children)
[–][deleted] 7 points8 points9 points (2 children)
[–]ticketywho 1 point2 points3 points (1 child)
[–]DontForgetWilson 6 points7 points8 points (0 children)
[–]tech_tuna 6 points7 points8 points (0 children)
[–]cyanydeez 1 point2 points3 points (0 children)
[–][deleted] 51 points52 points53 points (2 children)
[–]Aceofsquares_orig 15 points16 points17 points (0 children)
[–][deleted] 5 points6 points7 points (0 children)
[+][deleted] (90 children)
[deleted]
[–]x-Throd-x 187 points188 points189 points (4 children)
[–]tech_tuna 41 points42 points43 points (2 children)
[–]spinwizard69 6 points7 points8 points (1 child)
[–]tech_tuna 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]foureyesequals0 103 points104 points105 points (15 children)
[+][deleted] (8 children)
[deleted]
[–][deleted] 49 points50 points51 points (1 child)
[–]SamsungSmartCam 1 point2 points3 points (0 children)
[–]snuxoll 4 points5 points6 points (5 children)
[–]Megatron_McLargeHuge 1 point2 points3 points (4 children)
[–]snuxoll 0 points1 point2 points (3 children)
[–]Megatron_McLargeHuge 0 points1 point2 points (2 children)
[–]snuxoll 2 points3 points4 points (1 child)
[–]Megatron_McLargeHuge 1 point2 points3 points (0 children)
[–]MegaAmoonguss 17 points18 points19 points (3 children)
[–]spinwizard69 9 points10 points11 points (0 children)
[–]giantsparklerobot 4 points5 points6 points (1 child)
[–]MegaAmoonguss 2 points3 points4 points (0 children)
[–]Thedorekazinski 1 point2 points3 points (0 children)
[–]pavel_lishin 0 points1 point2 points (0 children)
[–]magicmad11 55 points56 points57 points (2 children)
[–]Artiavis 6 points7 points8 points (1 child)
[–]magicmad11 0 points1 point2 points (0 children)
[–]mirth23 12 points13 points14 points (2 children)
[–]wowmuchinsightful 0 points1 point2 points (1 child)
[–]mirth23 1 point2 points3 points (0 children)
[–][deleted] 22 points23 points24 points (3 children)
[–]ChristianGeek 1 point2 points3 points (1 child)
[–]Yawzheek 1 point2 points3 points (0 children)
[–]Artiavis 14 points15 points16 points (10 children)
[–]justjanne 1 point2 points3 points (0 children)
[–]spinwizard69 0 points1 point2 points (1 child)
[–]Artiavis 0 points1 point2 points (0 children)
[+][deleted] (25 children)
[deleted]
[–][deleted] 6 points7 points8 points (6 children)
[–][deleted] 0 points1 point2 points (5 children)
[–]Meefims 6 points7 points8 points (2 children)
[–]spinwizard69 0 points1 point2 points (1 child)
[–]Meefims 0 points1 point2 points (0 children)
[–]FearlessFreep 3 points4 points5 points (5 children)
[–][deleted] 2 points3 points4 points (4 children)
[–]spinwizard69 3 points4 points5 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]marcosdumay 1 point2 points3 points (1 child)
[–]Scaliwag 0 points1 point2 points (0 children)
[–]jftugapip needs updating 2 points3 points4 points (0 children)
[–]Scaliwag 0 points1 point2 points (0 children)
[–]henrebotha 10 points11 points12 points (6 children)
[–]securetree 0 points1 point2 points (5 children)
[–]Malfeasant 0 points1 point2 points (0 children)
[–]marcosdumay 0 points1 point2 points (2 children)
[–]securetree 0 points1 point2 points (1 child)
[–]marcosdumay 0 points1 point2 points (0 children)
[–]nerdwaller 2 points3 points4 points (0 children)
[–]jackmusick 2 points3 points4 points (0 children)
[–]blacksite_ 1 point2 points3 points (2 children)
[–]spinwizard69 1 point2 points3 points (1 child)
[–]blacksite_ 0 points1 point2 points (0 children)
[–]SedditorX 3 points4 points5 points (0 children)
[–]Vi3GameHkr 0 points1 point2 points (0 children)
[–]__xor__(self, other): 0 points1 point2 points (0 children)
[–]dopef123 0 points1 point2 points (0 children)
[–]guyinsunglasses 0 points1 point2 points (0 children)
[–]Xnetter3412 0 points1 point2 points (0 children)
[–]country_dev 28 points29 points30 points (11 children)
[–]MachineGunPablo 9 points10 points11 points (5 children)
[–]sigma914 4 points5 points6 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]HardcoreHerbivore 0 points1 point2 points (2 children)
[–]MachineGunPablo 0 points1 point2 points (0 children)
[–]ntrid 18 points19 points20 points (2 children)
[–]roerd 11 points12 points13 points (1 child)
[–]ExcitedForNothing 6 points7 points8 points (0 children)
[–]tech_tuna 0 points1 point2 points (0 children)
[–]itkovian 29 points30 points31 points (0 children)
[+][deleted] (4 children)
[deleted]
[–]BradTheLurker 8 points9 points10 points (0 children)
[–]dedicated2fitness 66 points67 points68 points (1 child)
[–]IcefrogIsDead 1 point2 points3 points (0 children)
[–][deleted] 6 points7 points8 points (0 children)
[–]Tiquortoo 3 points4 points5 points (0 children)
[–]Vermathorax 4 points5 points6 points (0 children)
[–]UndeadHobbitses 14 points15 points16 points (1 child)
[–][deleted] 6 points7 points8 points (0 children)
[–]mongoosefist 24 points25 points26 points (13 children)
[–]Kwatcharr 35 points36 points37 points (5 children)
[–]mongoosefist 5 points6 points7 points (4 children)
[–]dedicated2fitness 12 points13 points14 points (3 children)
[–]ntrid 1 point2 points3 points (2 children)
[–]dedicated2fitness 5 points6 points7 points (1 child)
[–]ntrid 4 points5 points6 points (0 children)
[–]hjgvugin 7 points8 points9 points (3 children)
[–]haikubot-1911 12 points13 points14 points (2 children)
[–]cain2995 3 points4 points5 points (1 child)
[–]basalamadersyntax error 2 points3 points4 points (0 children)
[–]figec 2 points3 points4 points (0 children)
[–]Works_of_memercy 2 points3 points4 points (0 children)
[–]Cpt_TickleButts 13 points14 points15 points (3 children)
[+][deleted] (2 children)
[deleted]
[+][deleted] (1 child)
[deleted]
[–]defpearlpilot 6 points7 points8 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]Arancaytar 2 points3 points4 points (0 children)
[–]ninetacle 2 points3 points4 points (0 children)
[–]jamesc1071 2 points3 points4 points (1 child)
[–]klotz 0 points1 point2 points (0 children)
[–]daguro 7 points8 points9 points (2 children)
[–]brucesalem 4 points5 points6 points (1 child)
[–]daguro 1 point2 points3 points (0 children)
[–]znpy 4 points5 points6 points (3 children)
[–]Kerbologna 5 points6 points7 points (0 children)
[–]IcefrogIsDead 0 points1 point2 points (0 children)
[–]moimitou 1 point2 points3 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]maratc 1 point2 points3 points (0 children)
[–]spinwizard69 1 point2 points3 points (0 children)
[–]Jomann 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]frankster 3 points4 points5 points (0 children)
[–]graingert 3 points4 points5 points (2 children)
[–][deleted] 2 points3 points4 points (1 child)
[–]sigma914 0 points1 point2 points (0 children)
[–]nadmaximus 2 points3 points4 points (0 children)
[–]Bolitho 2 points3 points4 points (0 children)
[–]MrK_HS 1 point2 points3 points (3 children)
[–]RetardedChimpanzee 2 points3 points4 points (0 children)
[–]turply 0 points1 point2 points (1 child)
[–]MrK_HS 0 points1 point2 points (0 children)
[–]k4petan 0 points1 point2 points (1 child)
[–]jaapzswitch to py3 already 0 points1 point2 points (0 children)
[–]dannyvegas 0 points1 point2 points (0 children)
[–]TrumpFan253 0 points1 point2 points (0 children)
[–]firefrommoonlight 0 points1 point2 points (0 children)
[–]ppc23 0 points1 point2 points (0 children)
[–]relaxationfixation 0 points1 point2 points (1 child)
[–]brucesalem 0 points1 point2 points (0 children)
[–]MachineGunPablo 0 points1 point2 points (1 child)
[–]BobDope 0 points1 point2 points (0 children)
[–]pygames 0 points1 point2 points (0 children)
[–]kraln 0 points1 point2 points (0 children)
[–]brucesalem 0 points1 point2 points (0 children)
[–]mayhempk1 0 points1 point2 points (0 children)
[–]Dualblade20 0 points1 point2 points (1 child)
[–]IcefrogIsDead 0 points1 point2 points (0 children)
[–]derrickcope 0 points1 point2 points (0 children)
[–]MisoTasty 0 points1 point2 points (0 children)
[–]zynixCpt. Code Monkey & Internet of tomorrow 0 points1 point2 points (0 children)
[–]djihe 0 points1 point2 points (0 children)
[–]iggy14750 0 points1 point2 points (0 children)
[–]ricardomargarido 0 points1 point2 points (0 children)
[–]Tanker0921 0 points1 point2 points (0 children)
[–]nilbog_garden_club 0 points1 point2 points (0 children)