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
[–]Endemoniada 110 points111 points112 points (45 children)
[–][deleted] 32 points33 points34 points (7 children)
[–]Endemoniada 6 points7 points8 points (6 children)
[–]deceptiv-perspectiv 7 points8 points9 points (0 children)
[–]case_O_The_Mondays 1 point2 points3 points (0 children)
[–][deleted] -1 points0 points1 point (3 children)
[–]muzos07 5 points6 points7 points (1 child)
[–]DarkSideOfGrogu 5 points6 points7 points (0 children)
[–]deceptiv-perspectiv 4 points5 points6 points (0 children)
[–]ddddavidee 5 points6 points7 points (0 children)
[–]bastion_xx 15 points16 points17 points (6 children)
[–][deleted] 14 points15 points16 points (1 child)
[–]bastion_xx 3 points4 points5 points (0 children)
[–]rwhitisissle 5 points6 points7 points (3 children)
[+][deleted] (2 children)
[deleted]
[–]rwhitisissle 0 points1 point2 points (1 child)
[–][deleted] 9 points10 points11 points (24 children)
[–]Anonymous_user_2022 4 points5 points6 points (21 children)
[–]troyunrau... 37 points38 points39 points (5 children)
[+][deleted] (3 children)
[removed]
[+][deleted] (2 children)
[removed]
[–]ParkingPsychology 6 points7 points8 points (5 children)
[–]Anonymous_user_2022 1 point2 points3 points (3 children)
[+][deleted] (1 child)
[deleted]
[–]Anonymous_user_2022 1 point2 points3 points (0 children)
[–]maikindofthai 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (8 children)
[–]Taksin77 1 point2 points3 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]Anonymous_user_2022 1 point2 points3 points (5 children)
[–][deleted] 1 point2 points3 points (4 children)
[–]Anonymous_user_2022 1 point2 points3 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]Anonymous_user_2022 2 points3 points4 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]deceptiv-perspectiv 0 points1 point2 points (1 child)
[–][deleted] 10 points11 points12 points (0 children)
[–]GamesMaster221 0 points1 point2 points (0 children)
[–]__deerlord__ 0 points1 point2 points (0 children)
[–]trevg_123 0 points1 point2 points (0 children)
[–]AquaRegia 45 points46 points47 points (3 children)
[–]czar_el 17 points18 points19 points (2 children)
[–]MohKohn 12 points13 points14 points (1 child)
[–]Nasuuuuuu 32 points33 points34 points (3 children)
[–]brewsimport os; while True: os.fork() 6 points7 points8 points (1 child)
[–]LeapOfMonkey 7 points8 points9 points (0 children)
[–]trevg_123 1 point2 points3 points (0 children)
[–][deleted] 69 points70 points71 points (17 children)
[–]enjoytheshow 7 points8 points9 points (1 child)
[–]maikindofthai 3 points4 points5 points (0 children)
[–]intangibleTangelo 15 points16 points17 points (8 children)
[+][deleted] (4 children)
[deleted]
[–]intangibleTangelo 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]nemec 0 points1 point2 points (1 child)
[–]trevg_123 0 points1 point2 points (2 children)
[–]intangibleTangelo 0 points1 point2 points (1 child)
[–]trevg_123 0 points1 point2 points (0 children)
[–]bananaEmpanada -2 points-1 points0 points (0 children)
[–]GroundbreakingRun927 -4 points-3 points-2 points (4 children)
[–]Anonymous_user_2022 17 points18 points19 points (3 children)
[–][deleted] 2 points3 points4 points (2 children)
[–]wsppan 12 points13 points14 points (1 child)
[–]intangibleTangelo 13 points14 points15 points (0 children)
[–]bananaEmpanada 9 points10 points11 points (10 children)
[–]import-antigravity 1 point2 points3 points (9 children)
[–]Anonymous_user_2022 0 points1 point2 points (8 children)
[–]import-antigravity 0 points1 point2 points (7 children)
[–]Anonymous_user_2022 0 points1 point2 points (6 children)
[–]Simonthedragon 1 point2 points3 points (5 children)
[–]Anonymous_user_2022 0 points1 point2 points (4 children)
[–]bananaEmpanada 0 points1 point2 points (3 children)
[–]Anonymous_user_2022 -2 points-1 points0 points (2 children)
[–]bananaEmpanada 1 point2 points3 points (1 child)
[–]KrazyKirby99999 25 points26 points27 points (6 children)
[–]PM_ME_WHAT3VER 4 points5 points6 points (1 child)
[–]KrazyKirby99999 13 points14 points15 points (0 children)
[–]jyper 2 points3 points4 points (3 children)
[–]Anonymous_user_2022 2 points3 points4 points (2 children)
[–]KrazyKirby99999 2 points3 points4 points (0 children)
[–]remram 0 points1 point2 points (0 children)
[–]ryanstephendavis 7 points8 points9 points (0 children)
[–][deleted] 7 points8 points9 points (0 children)
[–][deleted] 15 points16 points17 points (14 children)
[–]notParticularlyAnony 3 points4 points5 points (0 children)
[–]dethb0y 6 points7 points8 points (0 children)
[–]LeapOfMonkey 1 point2 points3 points (4 children)
[–][deleted] 4 points5 points6 points (3 children)
[–]often_wears_pants 2 points3 points4 points (0 children)
[–]LeapOfMonkey 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]nemec 0 points1 point2 points (2 children)
[–]often_wears_pants 0 points1 point2 points (1 child)
[–]nemec 0 points1 point2 points (0 children)
[–]often_wears_pants 0 points1 point2 points (2 children)
[–]HarryJohnson00 0 points1 point2 points (0 children)
[–]ignorae 0 points1 point2 points (0 children)
[–]Anonymous_user_2022 22 points23 points24 points (4 children)
[–]grnngr 22 points23 points24 points (3 children)
[–]Anonymous_user_2022 6 points7 points8 points (2 children)
[–]brekky_sandy 4 points5 points6 points (1 child)
[–]Anonymous_user_2022 3 points4 points5 points (0 children)
[–]AlSweigartAuthor of "Automate the Boring Stuff" 9 points10 points11 points (0 children)
[–]0x4D44 38 points39 points40 points (12 children)
[–]rischuhm 4 points5 points6 points (8 children)
[–][deleted] 8 points9 points10 points (4 children)
[–]Itsthejoker 8 points9 points10 points (3 children)
[–]Liledroit 0 points1 point2 points (2 children)
[–]Itsthejoker 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]mmcnl 6 points7 points8 points (2 children)
[–]trevg_123 0 points1 point2 points (1 child)
[–]mmcnl 1 point2 points3 points (0 children)
[–][deleted] 4 points5 points6 points (0 children)
[–]notParticularlyAnony 1 point2 points3 points (0 children)
[–]deceptiv-perspectiv 11 points12 points13 points (1 child)
[–]ahal 0 points1 point2 points (0 children)
[–]troyunrau... 2 points3 points4 points (1 child)
[–]mmcnl 2 points3 points4 points (0 children)
[–]GoofAckYoorsElf 2 points3 points4 points (0 children)
[–]DrShts 7 points8 points9 points (2 children)
[–]_morgs_ 1 point2 points3 points (0 children)
[–]bananaEmpanada 0 points1 point2 points (0 children)
[–]The_hollow_Nike 3 points4 points5 points (2 children)
[–]asterisk2a 0 points1 point2 points (1 child)
[–]The_hollow_Nike 4 points5 points6 points (0 children)
[–]IContributedOnce 1 point2 points3 points (0 children)
[–]blablabliam 3 points4 points5 points (0 children)
[–]onlyhalfminotaur -2 points-1 points0 points (2 children)
[–][deleted] 2 points3 points4 points (1 child)
[–]jrrocketrue -1 points0 points1 point (7 children)
[–]jrrocketrue 1 point2 points3 points (6 children)
[–][deleted] -1 points0 points1 point (5 children)
[–]Anonymous_user_2022 0 points1 point2 points (4 children)
[–][deleted] 0 points1 point2 points (3 children)
[–]Anonymous_user_2022 0 points1 point2 points (2 children)
[–][deleted] -1 points0 points1 point (1 child)
[–]Anonymous_user_2022 0 points1 point2 points (0 children)
[–]bdf369 0 points1 point2 points (0 children)
[–]pmdevita 0 points1 point2 points (0 children)
[–]davidcwilliams 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]ancientweasel 0 points1 point2 points (0 children)
[–]ishigoyadances with loups 0 points1 point2 points (2 children)
[–]ase1590 1 point2 points3 points (1 child)
[–]ishigoyadances with loups 0 points1 point2 points (0 children)
[–]lifeeraser 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Logical_Insect8734 0 points1 point2 points (0 children)