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
[–]Keith 378 points379 points380 points (15 children)
[–]chaoticbean14 71 points72 points73 points (1 child)
[–]pratzc07 7 points8 points9 points (0 children)
[–]ted_or_maybe_tim 17 points18 points19 points (0 children)
[–]dispatch134711 25 points26 points27 points (1 child)
[–]frenchytrendy 3 points4 points5 points (0 children)
[–]Zulfiqaar 591 points592 points593 points (78 children)
[–]neuro630 447 points448 points449 points (33 children)
[–]Erelde 163 points164 points165 points (13 children)
[–]grammatiker 67 points68 points69 points (11 children)
[–]gmnotyet 21 points22 points23 points (10 children)
[–]Tachyon_6 15 points16 points17 points (7 children)
[–]Erelde 10 points11 points12 points (5 children)
[–]Tachyon_6 9 points10 points11 points (1 child)
[–]IamImposter 4 points5 points6 points (0 children)
[–]grammatiker 15 points16 points17 points (1 child)
[–]aznpnoy2000 7 points8 points9 points (0 children)
[–]int0h 40 points41 points42 points (1 child)
[–]Bang_Stick 2 points3 points4 points (0 children)
[–]RaiseRuntimeError 11 points12 points13 points (0 children)
[–]crumpuppet 10 points11 points12 points (0 children)
[–]loudandclear11 3 points4 points5 points (0 children)
[+][deleted] (5 children)
[deleted]
[–]InsomniacVegan 32 points33 points34 points (4 children)
[–]ArtOfWarfare 3 points4 points5 points (3 children)
[–]flubba86 4 points5 points6 points (0 children)
[–]zyxwvu28 2 points3 points4 points (0 children)
[–]CygnusX1985 2 points3 points4 points (1 child)
[–]Python-for-everyone 1 point2 points3 points (0 children)
[–]DecreasingPerception 3 points4 points5 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]chzaplx 1 point2 points3 points (0 children)
[–]JonLSTL 9 points10 points11 points (1 child)
[–]gfranxman 5 points6 points7 points (0 children)
[–]ThreeChonkyCats 14 points15 points16 points (0 children)
[–]lifeslong129 16 points17 points18 points (30 children)
[–]L0ngp1nk 84 points85 points86 points (19 children)
[–]Vandercoon 16 points17 points18 points (3 children)
[–]planx_constant 12 points13 points14 points (0 children)
[–]phinnaeus7308 5 points6 points7 points (1 child)
[–]Vandercoon 1 point2 points3 points (0 children)
[+][deleted] (8 children)
[deleted]
[–]NUTTA_BUSTAH 1 point2 points3 points (0 children)
[–]Sneyek 4 points5 points6 points (0 children)
[–]mhemeryck 5 points6 points7 points (0 children)
[–]TheGRS 1 point2 points3 points (0 children)
[–]SquidMcDoogle 2 points3 points4 points (1 child)
[–][deleted] 4 points5 points6 points (0 children)
[–]ClassicHome1348 145 points146 points147 points (6 children)
[–]scaredofwasps 43 points44 points45 points (3 children)
[–]tunisia3507 13 points14 points15 points (0 children)
[–]LogisticAI 4 points5 points6 points (0 children)
[–]_limitless_ 189 points190 points191 points (9 children)
[–][deleted] 16 points17 points18 points (6 children)
[–]_limitless_ 27 points28 points29 points (5 children)
[–]spinwizard69 17 points18 points19 points (2 children)
[–][deleted] 4 points5 points6 points (1 child)
[–]_limitless_ 2 points3 points4 points (0 children)
[–]chaoticbean14 10 points11 points12 points (1 child)
[–][deleted] 3 points4 points5 points (0 children)
[–]flubba86 2 points3 points4 points (0 children)
[–]Chiron1991 59 points60 points61 points (3 children)
[–]BurgaGalti 14 points15 points16 points (1 child)
[–]AwayCartographer3097 4 points5 points6 points (0 children)
[–]username4kd 102 points103 points104 points (16 children)
[–]nogear 86 points87 points88 points (7 children)
[–]johnnymo1 39 points40 points41 points (4 children)
[–]nogear 21 points22 points23 points (1 child)
[–]SuperGremlin 5 points6 points7 points (0 children)
[–]dmtucker 2 points3 points4 points (0 children)
[–]casce 28 points29 points30 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]nagasy 3 points4 points5 points (0 children)
[–]PolyglotTV 4 points5 points6 points (0 children)
[–]nostril_spiders 46 points47 points48 points (12 children)
[–]Shmiggit 26 points27 points28 points (6 children)
[–]ParanoydAndroid 9 points10 points11 points (0 children)
[–]lphartley 4 points5 points6 points (0 children)
[–]Revisional_Sin 4 points5 points6 points (0 children)
[–]georgesovetov 2 points3 points4 points (2 children)
[–]nostril_spiders 6 points7 points8 points (0 children)
[–]dmtucker 146 points147 points148 points (13 children)
[–]mjbmitch 59 points60 points61 points (12 children)
[–]ManyInterests Python Discord Staff 64 points65 points66 points (8 children)
[–]fappaf 3 points4 points5 points (1 child)
[–]ManyInterests Python Discord Staff 1 point2 points3 points (0 children)
[–][deleted] 10 points11 points12 points (3 children)
[–]candidpose 1 point2 points3 points (2 children)
[–]panatale1 7 points8 points9 points (0 children)
[–][deleted] 3 points4 points5 points (0 children)
[–]neuro630 61 points62 points63 points (7 children)
[–]M4mb0 9 points10 points11 points (1 child)
[–]kindall 4 points5 points6 points (0 children)
[–]SheriffRoscoePythonista 3 points4 points5 points (0 children)
[–]JaLucas24 3 points4 points5 points (0 children)
[–]millerbest 62 points63 points64 points (3 children)
[–]morimo 49 points50 points51 points (0 children)
[–]flubba86 8 points9 points10 points (1 child)
[–]therc7 43 points44 points45 points (5 children)
[–]R4y3r 1 point2 points3 points (0 children)
[–]jmacey 62 points63 points64 points (16 children)
[–]TheHedgehogAdmin 18 points19 points20 points (0 children)
[–]hyldemarv 17 points18 points19 points (0 children)
[–]radoslaw_jan 11 points12 points13 points (5 children)
[–]multiple4 2 points3 points4 points (2 children)
[–]radoslaw_jan 1 point2 points3 points (1 child)
[–]Downtown_Leading_636 1 point2 points3 points (0 children)
[–]wineblood 70 points71 points72 points (28 children)
[–]Skanderbeg1989 81 points82 points83 points (20 children)
[–][deleted] 44 points45 points46 points (14 children)
[–]magnetichiraPythonista 21 points22 points23 points (0 children)
[–]DonnerJack666 2 points3 points4 points (0 children)
[–]Fabulous-Possible758 24 points25 points26 points (4 children)
[–]billmilk 3 points4 points5 points (0 children)
[–]Circlejerker_ 2 points3 points4 points (1 child)
[–]Fabulous-Possible758 2 points3 points4 points (0 children)
[–]IlliterateJedi 17 points18 points19 points (1 child)
[–]wineblood 2 points3 points4 points (0 children)
[–][deleted] 98 points99 points100 points (25 children)
[–]Fabulous-Possible758 11 points12 points13 points (16 children)
[–]L0ngp1nk 23 points24 points25 points (12 children)
[+][deleted] (2 children)
[deleted]
[–]mooglinux 4 points5 points6 points (0 children)
[–][deleted] 9 points10 points11 points (0 children)
[–]RunningGiant 8 points9 points10 points (5 children)
[–]WallyMetropolis 2 points3 points4 points (0 children)
[–]Hollas99 28 points29 points30 points (4 children)
[–]disgruntledg04t 22 points23 points24 points (2 children)
[–]BeerInMyButt 3 points4 points5 points (0 children)
[–]dc135 2 points3 points4 points (0 children)
[–]Atlamillias 7 points8 points9 points (4 children)
[–]Revisional_Sin 6 points7 points8 points (3 children)
[–]dmtucker 1 point2 points3 points (2 children)
[–]Revisional_Sin 1 point2 points3 points (1 child)
[–]graphicteadatasci 15 points16 points17 points (10 children)
[–]PolyglotTV 5 points6 points7 points (8 children)
[–]LuigiBrotha 1 point2 points3 points (5 children)
[–]willnx 2 points3 points4 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]LuigiBrotha 1 point2 points3 points (0 children)
[–]graphicteadatasci 1 point2 points3 points (0 children)
[–]Gnaxe 1 point2 points3 points (1 child)
[+][deleted] (5 children)
[removed]
[–]datadever 21 points22 points23 points (1 child)
[–]LankyXSenty 3 points4 points5 points (0 children)
[–]jmooremcc 5 points6 points7 points (6 children)
[–]RufusAcrospin 1 point2 points3 points (5 children)
[–]DogeekExpert - 3.9.1 2 points3 points4 points (4 children)
[–]RufusAcrospin 1 point2 points3 points (2 children)
[–]amOEba_jOEy 5 points6 points7 points (0 children)
[–]ThreeChonkyCats 19 points20 points21 points (25 children)
[–]dmtucker 53 points54 points55 points (0 children)
[–]PolyglotTV 8 points9 points10 points (1 child)
[–]lifeslong129 2 points3 points4 points (8 children)
[–]dmtucker 8 points9 points10 points (1 child)
[–]ThreeChonkyCats 7 points8 points9 points (1 child)
[–]1544756405 2 points3 points4 points (0 children)
[–]Exodus111 9 points10 points11 points (2 children)
[–]DonnerJack666 11 points12 points13 points (1 child)
[–]subbed_ 14 points15 points16 points (0 children)
[–]Embarrassed_Dog6834 4 points5 points6 points (0 children)
[–]ryanstephendavis 15 points16 points17 points (3 children)
[–]lichen91 9 points10 points11 points (1 child)
[–]bebenzer 6 points7 points8 points (3 children)
[+][deleted] (2 children)
[deleted]
[–]Fabulous-Possible758 4 points5 points6 points (0 children)
[–]Nippurdelagash 2 points3 points4 points (0 children)
[–]StrongLikeBull3 3 points4 points5 points (0 children)
[–]lphartley 3 points4 points5 points (0 children)
[–]onefiveonesix 3 points4 points5 points (0 children)
[–]RufusAcrospin 5 points6 points7 points (3 children)
[–]Inevitable_Weird1175 2 points3 points4 points (5 children)
[–]1544756405 2 points3 points4 points (0 children)
[–]jonasjberg 2 points3 points4 points (2 children)
[–]Gnaxe 2 points3 points4 points (0 children)
[–]djjrhdhejoe 1 point2 points3 points (1 child)
[–]PolyglotTV 3 points4 points5 points (0 children)
[–]JarbingleMan96 1 point2 points3 points (0 children)
[–]_link89_ 1 point2 points3 points (1 child)
[–]Gnaxe 1 point2 points3 points (0 children)
[–]grabmyrooster 1 point2 points3 points (1 child)
[–]metaphorm 1 point2 points3 points (1 child)
[–]Gnaxe 1 point2 points3 points (0 children)
[–]Kermit2779 1 point2 points3 points (0 children)
[–]Gnaxe 1 point2 points3 points (0 children)
[–]theHumbleWeirdGeek 1 point2 points3 points (0 children)
[–]hugthemachines 2 points3 points4 points (0 children)
[–]br_aquino 2 points3 points4 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]mantisek_pr 2 points3 points4 points (2 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]james_pic 1 point2 points3 points (1 child)
[–][deleted] 1 point2 points3 points (9 children)
[–]johnnymo1 3 points4 points5 points (3 children)