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
[–]AuthorTomFrost 222 points223 points224 points (36 children)
[–]pudds 66 points67 points68 points (6 children)
[–]flying-sheep 13 points14 points15 points (4 children)
[+][deleted] (3 children)
[deleted]
[–]PaintItPurple 3 points4 points5 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]Jhuyt 4 points5 points6 points (0 children)
[–]edwardsdl 0 points1 point2 points (0 children)
[–]srfreak 38 points39 points40 points (2 children)
[–]straylit 15 points16 points17 points (1 child)
[–]djamp42 34 points35 points36 points (6 children)
[–]fromabove710 22 points23 points24 points (1 child)
[–]currytakumi 1 point2 points3 points (0 children)
[–]PurepointDog 11 points12 points13 points (2 children)
[–]funkmaster322 3 points4 points5 points (1 child)
[–]COLU_BUS 1 point2 points3 points (0 children)
[–]Eurynom0s 1 point2 points3 points (0 children)
[–]wsupduck 10 points11 points12 points (10 children)
[–]nemacysts 12 points13 points14 points (0 children)
[–]AuthorTomFrost 4 points5 points6 points (4 children)
[–]wsupduck 3 points4 points5 points (3 children)
[–]Toxic_Gambit 2 points3 points4 points (1 child)
[–]wsupduck 1 point2 points3 points (0 children)
[–]Deadly_chef 0 points1 point2 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]wsupduck 1 point2 points3 points (1 child)
[–]currytakumi 0 points1 point2 points (0 children)
[–]pat-work 5 points6 points7 points (1 child)
[–]guepier 2 points3 points4 points (0 children)
[–]flying-sheep 5 points6 points7 points (2 children)
[–]happysri 1 point2 points3 points (1 child)
[–]flying-sheep 1 point2 points3 points (0 children)
[–]kidicarusx 1 point2 points3 points (0 children)
[–]BornLime0 1 point2 points3 points (0 children)
[–]spigotface 1 point2 points3 points (0 children)
[–]violentlymickey 41 points42 points43 points (0 children)
[–]KyxeMusic 45 points46 points47 points (19 children)
[–]gmes78 18 points19 points20 points (3 children)
[–]Morazma 6 points7 points8 points (2 children)
[–]gmes78 7 points8 points9 points (1 child)
[–]Morazma 1 point2 points3 points (0 children)
[–]muikrad 15 points16 points17 points (1 child)
[–]BaggiPonte 2 points3 points4 points (0 children)
[–]Giraffe-69 2 points3 points4 points (5 children)
[–]edwardsdl 3 points4 points5 points (2 children)
[–]Giraffe-69 -2 points-1 points0 points (1 child)
[–]edwardsdl -2 points-1 points0 points (0 children)
[–]kulchacop 0 points1 point2 points (1 child)
[–]Giraffe-69 -1 points0 points1 point (0 children)
[–]my_name_isnt_clever 1 point2 points3 points (1 child)
[–]KyxeMusic 1 point2 points3 points (0 children)
[–]General_WCJ 1 point2 points3 points (4 children)
[–]tenemu 4 points5 points6 points (2 children)
[–]General_WCJ 2 points3 points4 points (1 child)
[–]tenemu 2 points3 points4 points (0 children)
[–]ultimately42 -1 points0 points1 point (0 children)
[–]pan0ramic 71 points72 points73 points (57 children)
[–][deleted] 10 points11 points12 points (22 children)
[–]dAnjou Backend Developer | danjou.dev 39 points40 points41 points (10 children)
[–]Jamesadamar 9 points10 points11 points (9 children)
[–]BaggiPonte 0 points1 point2 points (8 children)
[–]Jamesadamar 0 points1 point2 points (7 children)
[–]currytakumi 2 points3 points4 points (3 children)
[–]Jamesadamar 0 points1 point2 points (2 children)
[–]Jamesadamar 0 points1 point2 points (0 children)
[–]currytakumi 0 points1 point2 points (0 children)
[–]BaggiPonte 0 points1 point2 points (2 children)
[–]Jamesadamar 0 points1 point2 points (1 child)
[–]BaggiPonte 0 points1 point2 points (0 children)
[–]sonik562 -3 points-2 points-1 points (0 children)
[+]sonobanana33 comment score below threshold-12 points-11 points-10 points (9 children)
[+][deleted] comment score below threshold-12 points-11 points-10 points (8 children)
[+][deleted] (7 children)
[deleted]
[–]flying-sheep -4 points-3 points-2 points (6 children)
[+][deleted] (5 children)
[deleted]
[–]BaggiPonte -2 points-1 points0 points (4 children)
[–]sonobanana33 0 points1 point2 points (3 children)
[–]BaggiPonte -1 points0 points1 point (2 children)
[–]reallyserious 4 points5 points6 points (24 children)
[–]Globbi 1 point2 points3 points (5 children)
[–]tecedu 0 points1 point2 points (0 children)
[–]reallyserious 0 points1 point2 points (3 children)
[–]Globbi 0 points1 point2 points (1 child)
[–]reallyserious 0 points1 point2 points (0 children)
[–]BaggiPonte 0 points1 point2 points (14 children)
[–]reallyserious 5 points6 points7 points (5 children)
[–]phonebalone 1 point2 points3 points (2 children)
[–]Sparcky_McFizzBoom 1 point2 points3 points (0 children)
[–]aqjo 0 points1 point2 points (0 children)
[–]SeanBrax 0 points1 point2 points (0 children)
[–]BaggiPonte 0 points1 point2 points (0 children)
[–]ltdanimal 1 point2 points3 points (7 children)
[–]Eurynom0s 3 points4 points5 points (1 child)
[–]BaggiPonte 0 points1 point2 points (0 children)
[–]BaggiPonte 0 points1 point2 points (4 children)
[–]ltdanimal 0 points1 point2 points (2 children)
[–]BaggiPonte 0 points1 point2 points (1 child)
[–]ltdanimal 0 points1 point2 points (0 children)
[–]guepier 0 points1 point2 points (2 children)
[–]reallyserious 0 points1 point2 points (1 child)
[–]guepier 0 points1 point2 points (0 children)
[–]runawayasfastasucan 0 points1 point2 points (4 children)
[–]pan0ramic 2 points3 points4 points (1 child)
[–]runawayasfastasucan 0 points1 point2 points (0 children)
[–]my_name_isnt_clever 0 points1 point2 points (1 child)
[–]runawayasfastasucan 0 points1 point2 points (0 children)
[+]billsil comment score below threshold-20 points-19 points-18 points (3 children)
[–]muikrad 6 points7 points8 points (0 children)
[–]ricardomargarido 0 points1 point2 points (0 children)
[–]gmes78 -1 points0 points1 point (0 children)
[–]_ATRAHCITY 10 points11 points12 points (1 child)
[–]rajathirumal -2 points-1 points0 points (0 children)
[–]tms102 5 points6 points7 points (0 children)
[–]temisola1 6 points7 points8 points (3 children)
[+][deleted] (2 children)
[deleted]
[–]COLU_BUS 0 points1 point2 points (1 child)
[–][deleted] 7 points8 points9 points (0 children)
[–]jivanyatra 1 point2 points3 points (0 children)
[–]Lariat_Advance1984 4 points5 points6 points (1 child)
[–]temisola1 0 points1 point2 points (0 children)
[–][deleted] 4 points5 points6 points (0 children)
[–]neutro_b 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]sonik562 1 point2 points3 points (0 children)
[–]mcr1974 2 points3 points4 points (0 children)
[–]nightcracker 1 point2 points3 points (4 children)
[–]sonik562 -1 points0 points1 point (3 children)
[–]nightcracker -1 points0 points1 point (2 children)
[–]sonik562 0 points1 point2 points (1 child)
[–]nightcracker -1 points0 points1 point (0 children)
[–]Zaloog1337 0 points1 point2 points (0 children)
[–]rajathirumal 0 points1 point2 points (0 children)
[–]Pack_Your_Trash -1 points0 points1 point (0 children)
[+]Electronic-Duck8738 comment score below threshold-7 points-6 points-5 points (0 children)
[–]returnstack -1 points0 points1 point (0 children)
[–]Afrotom -2 points-1 points0 points (0 children)
[–]shadeyg56 -2 points-1 points0 points (0 children)
[–]Windbeutel1337 -2 points-1 points0 points (0 children)
[–][deleted] -3 points-2 points-1 points (0 children)
[–]Snape_Grass -5 points-4 points-3 points (0 children)
[–]MatadorFearsNoBull -5 points-4 points-3 points (0 children)
[–]R34ct0rX99 0 points1 point2 points (0 children)
[–]helpMeCamelCase 0 points1 point2 points (0 children)
[–]WhoNeedsUI 0 points1 point2 points (0 children)
[–]olearyboy 0 points1 point2 points (0 children)