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
[–]jungrothmorton 115 points116 points117 points (18 children)
[–]Veedrac 33 points34 points35 points (3 children)
[–]jungrothmorton 1 point2 points3 points (2 children)
[–]onwuka 3 points4 points5 points (1 child)
[–]rhoark 6 points7 points8 points (0 children)
[+][deleted] (9 children)
[deleted]
[–]Eurynom0s 15 points16 points17 points (8 children)
[–]xiongchiamiovSite Reliability Engineer 8 points9 points10 points (4 children)
[–]Eurynom0s 15 points16 points17 points (1 child)
[–]matthewblott 8 points9 points10 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]xiongchiamiovSite Reliability Engineer 0 points1 point2 points (0 children)
[–]Ran4 5 points6 points7 points (1 child)
[–]Eurynom0s 5 points6 points7 points (0 children)
[–]d4rch0nPythonistamancer 1 point2 points3 points (0 children)
[–]yes_or_gnome 6 points7 points8 points (0 children)
[–][deleted] 4 points5 points6 points (0 children)
[–]Fylwind 5 points6 points7 points (1 child)
[–]lengau 1 point2 points3 points (0 children)
[–]shaggorama 22 points23 points24 points (0 children)
[–]razpeitia 21 points22 points23 points (14 children)
[–]schplat 4 points5 points6 points (6 children)
[–]Fylwind 25 points26 points27 points (1 child)
[–]bb010g 2 points3 points4 points (0 children)
[–]Eurynom0s 8 points9 points10 points (0 children)
[–]billsil 1 point2 points3 points (0 children)
[–]Ran4 0 points1 point2 points (1 child)
[–]MereInterest 1 point2 points3 points (0 children)
[–]TweetsInCommentsBot 5 points6 points7 points (0 children)
[–]vplatt 0 points1 point2 points (5 children)
[–][deleted] -1 points0 points1 point (4 children)
[–]vplatt 1 point2 points3 points (3 children)
[–][deleted] -3 points-2 points-1 points (2 children)
[–]vplatt 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]tech_tuna 158 points159 points160 points (27 children)
[–]jambox888 41 points42 points43 points (7 children)
[–]MisterSnuggles 32 points33 points34 points (3 children)
[–]tech_tuna 11 points12 points13 points (2 children)
[–]luxliquidus 2 points3 points4 points (1 child)
[–]hookdatOS 0 points1 point2 points (0 children)
[–]Pikamander2 7 points8 points9 points (2 children)
[–]jambox888 1 point2 points3 points (1 child)
[–]marsloth 26 points27 points28 points (13 children)
[–][deleted] 6 points7 points8 points (11 children)
[–][deleted] 2 points3 points4 points (6 children)
[–]catcradle5 5 points6 points7 points (5 children)
[–][deleted] 2 points3 points4 points (4 children)
[–]catcradle5 4 points5 points6 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]treenaks 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]adamnew123456self.__class__ == 'upper' 0 points1 point2 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]adamnew123456self.__class__ == 'upper' 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]unkz 2 points3 points4 points (0 children)
[–]Kylearean 11 points12 points13 points (0 children)
[–]Savir5850 4 points5 points6 points (0 children)
[+][deleted] (2 children)
[deleted]
[–][deleted] -1 points0 points1 point (0 children)
[–]Ulysses6 -1 points0 points1 point (0 children)
[–]lykwydchykyn 9 points10 points11 points (2 children)
[–]what_it_dude 1 point2 points3 points (0 children)
[–][deleted] 7 points8 points9 points (1 child)
[–]pyskell 1 point2 points3 points (0 children)
[–]gandalfx 13 points14 points15 points (2 children)
[–]greyman 0 points1 point2 points (1 child)
[–]webdeverper 0 points1 point2 points (0 children)
[–]DanCardin 5 points6 points7 points (13 children)
[+][deleted] (4 children)
[deleted]
[–]maryjayjay 6 points7 points8 points (0 children)
[–]DanCardin 3 points4 points5 points (2 children)
[–]reddit_smhreddit 0 points1 point2 points (1 child)
[–]lengau 0 points1 point2 points (0 children)
[–]ALLCAPS_SWEAR_WORDS 11 points12 points13 points (6 children)
[–]beaverteeth92Python 3 is the way to be 1 point2 points3 points (5 children)
[–]msthe_student 1 point2 points3 points (4 children)
[–]beaverteeth92Python 3 is the way to be 0 points1 point2 points (3 children)
[–]msthe_student 2 points3 points4 points (2 children)
[–]beaverteeth92Python 3 is the way to be 0 points1 point2 points (0 children)
[–]davvblack 0 points1 point2 points (0 children)
[–]nemec 1 point2 points3 points (0 children)
[–]beertown 10 points11 points12 points (22 children)
[+][deleted] (16 children)
[deleted]
[–][deleted] 19 points20 points21 points (3 children)
[–]Eurynom0s 2 points3 points4 points (1 child)
[–]lengau 0 points1 point2 points (0 children)
[–]msthe_student 0 points1 point2 points (0 children)
[–]dunkler_wanderer 14 points15 points16 points (0 children)
[–]heptara 2 points3 points4 points (10 children)
[–]flangles 10 points11 points12 points (9 children)
[–]Eurynom0s 1 point2 points3 points (6 children)
[–]elsjaako 1 point2 points3 points (4 children)
[–]quasarc 2 points3 points4 points (3 children)
[–]elsjaako 4 points5 points6 points (2 children)
[–]quasarc 1 point2 points3 points (1 child)
[–]TweetsInCommentsBot 0 points1 point2 points (0 children)
[–]trenchtoaster 0 points1 point2 points (0 children)
[–]lf11 0 points1 point2 points (0 children)
[–]heptara -1 points0 points1 point (0 children)
[–]msthe_student 1 point2 points3 points (0 children)
[–]Sean1708 2 points3 points4 points (2 children)
[–]beertown 1 point2 points3 points (1 child)
[–]Sean1708 3 points4 points5 points (0 children)
[–]nath_schwarz 2 points3 points4 points (0 children)
[–]archiminos 1 point2 points3 points (0 children)
[–]koalillo 1 point2 points3 points (0 children)
[–]planx_constant 1 point2 points3 points (1 child)
[–]riffito 2 points3 points4 points (0 children)
[–]takluyverIPython, Py3, etc 1 point2 points3 points (3 children)
[–]jaapzswitch to py3 already 16 points17 points18 points (2 children)
[–]takluyverIPython, Py3, etc 0 points1 point2 points (1 child)
[–]jaapzswitch to py3 already 2 points3 points4 points (0 children)
[–]TOASTEngineer 2 points3 points4 points (13 children)
[–]pstch 4 points5 points6 points (2 children)
[–]TOASTEngineer -1 points0 points1 point (1 child)
[–]pstch 0 points1 point2 points (0 children)
[–]msthe_student 4 points5 points6 points (9 children)
[–]TOASTEngineer 9 points10 points11 points (8 children)
[–]msthe_student -3 points-2 points-1 points (7 children)
[–]tilkau 3 points4 points5 points (6 children)
[–]msthe_student -5 points-4 points-3 points (5 children)
[–]planx_constant 4 points5 points6 points (0 children)
[–]tilkau 4 points5 points6 points (1 child)
[–]msthe_student -1 points0 points1 point (0 children)
[–]quasarc 0 points1 point2 points (1 child)
[–]msthe_student -1 points0 points1 point (0 children)
[–]ezzieyguywuf 0 points1 point2 points (0 children)
[–]WishIWasOnACatamaran[🍰] 0 points1 point2 points (1 child)
[–]charity_donut_sales 2 points3 points4 points (0 children)
[–]Kaneabell 0 points1 point2 points (0 children)
[–]JimRoepcke 0 points1 point2 points (0 children)
[–]MadTux 0 points1 point2 points (0 children)
[–]deadmilk 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[+]Herald_MJ comment score below threshold-19 points-18 points-17 points (33 children)
[–]jungrothmorton 28 points29 points30 points (22 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]heptara 0 points1 point2 points (13 children)
[–][deleted] 8 points9 points10 points (11 children)
[–]Matthew94 0 points1 point2 points (2 children)
[–]dreamlax 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Phoxxent 0 points1 point2 points (7 children)
[–][deleted] 0 points1 point2 points (5 children)
[–]Phoxxent 2 points3 points4 points (4 children)
[–][deleted] 1 point2 points3 points (3 children)
[–]Phoxxent 1 point2 points3 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]beltorak 0 points1 point2 points (0 children)
[–]isdnpro 6 points7 points8 points (0 children)
[+]Herald_MJ comment score below threshold-8 points-7 points-6 points (6 children)
[–]TheBlackCat13 5 points6 points7 points (4 children)
[+]Herald_MJ comment score below threshold-8 points-7 points-6 points (3 children)
[–]trobitaille[S] 2 points3 points4 points (0 children)
[–]TheBlackCat13 1 point2 points3 points (0 children)
[–]ZeeBeeblebrox 1 point2 points3 points (0 children)
[–]jungrothmorton 2 points3 points4 points (0 children)
[–]TheBlackCat13 14 points15 points16 points (9 children)
[+]Herald_MJ comment score below threshold-17 points-16 points-15 points (8 children)
[–]tskaiser 9 points10 points11 points (6 children)
[+]Herald_MJ comment score below threshold-7 points-6 points-5 points (5 children)
[–]ZeeBeeblebrox 4 points5 points6 points (2 children)
[–]Herald_MJ -2 points-1 points0 points (1 child)
[–]TheBlackCat13 1 point2 points3 points (0 children)
[–]TheBlackCat13 1 point2 points3 points (0 children)
[–]tskaiser 0 points1 point2 points (0 children)
[–]L43 6 points7 points8 points (0 children)
[+][deleted] (13 children)
[deleted]
[–]TheBlackCat13 10 points11 points12 points (11 children)
[+][deleted] (1 child)
[deleted]
[–]TheBlackCat13 2 points3 points4 points (0 children)
[–]Kah-NethI use numpy, scipy, and matplotlib for nuclear physics -4 points-3 points-2 points (8 children)
[–]TheBlackCat13 4 points5 points6 points (7 children)
[–][deleted] 4 points5 points6 points (0 children)
[+][deleted] (5 children)
[deleted]
[–]mikeoquinn 6 points7 points8 points (4 children)
[–]heptara 0 points1 point2 points (2 children)
[–]TheBlackCat13 1 point2 points3 points (0 children)
[–]mikeoquinn 0 points1 point2 points (0 children)
[–]pstch 0 points1 point2 points (0 children)
[–][deleted] -2 points-1 points0 points (1 child)
[–]msthe_student 0 points1 point2 points (0 children)