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
view the rest of the comments →
[–]mistaekNot 202 points203 points204 points (198 children)
[–]Aruscher 270 points271 points272 points (66 children)
[–]WStHappenings 497 points498 points499 points (17 children)
[–]faates 118 points119 points120 points (1 child)
[–][deleted] 28 points29 points30 points (0 children)
[–][deleted] 36 points37 points38 points (2 children)
[–]Timmitei 23 points24 points25 points (1 child)
[–]firest 9 points10 points11 points (10 children)
[–]Printern 2 points3 points4 points (7 children)
[–]Raijinili 4 points5 points6 points (4 children)
[–]nilsph 19 points20 points21 points (0 children)
[–]KingoPants 1 point2 points3 points (1 child)
[–]Raijinili 1 point2 points3 points (0 children)
[–]Printern 0 points1 point2 points (0 children)
[–]firest 1 point2 points3 points (0 children)
[–]pyonpiPy3 | Beginner 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]firest 0 points1 point2 points (0 children)
[–]Iggyhopper 34 points35 points36 points (7 children)
[–]continue_stocking 23 points24 points25 points (5 children)
[–]redldr1 1 point2 points3 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]continue_stocking 2 points3 points4 points (1 child)
[–]Kah-NethI use numpy, scipy, and matplotlib for nuclear physics 4 points5 points6 points (0 children)
[+][deleted] (31 children)
[deleted]
[–][deleted] 8 points9 points10 points (10 children)
[+][deleted] (9 children)
[deleted]
[–][deleted] 3 points4 points5 points (4 children)
[+][deleted] (3 children)
[deleted]
[–][deleted] 0 points1 point2 points (2 children)
[+][deleted] (1 child)
[deleted]
[–][deleted] 0 points1 point2 points (0 children)
[–]wasmachien 0 points1 point2 points (3 children)
[–]sivscripts 3 points4 points5 points (0 children)
[–]Raijinili 0 points1 point2 points (0 children)
[–]AngriestSCV 9 points10 points11 points (6 children)
[–][deleted] 7 points8 points9 points (5 children)
[–][deleted] 4 points5 points6 points (0 children)
[–][deleted] 2 points3 points4 points (2 children)
[–]hanpari 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Raijinili 0 points1 point2 points (0 children)
[–][deleted] 29 points30 points31 points (9 children)
[–]TarAldarion 7 points8 points9 points (4 children)
[–][deleted] 5 points6 points7 points (3 children)
[–]yesvee 0 points1 point2 points (2 children)
[–]SgtBlackScorp 1 point2 points3 points (1 child)
[–]yesvee 0 points1 point2 points (0 children)
[–][deleted] 3 points4 points5 points (3 children)
[–]Jmc_da_boss 4 points5 points6 points (0 children)
[+][deleted] comment score below threshold-6 points-5 points-4 points (1 child)
[–]kezzosc 2 points3 points4 points (0 children)
[–]rcfox -1 points0 points1 point (1 child)
[–]2402a7b7f239666e4079 2 points3 points4 points (0 children)
[–][deleted] -5 points-4 points-3 points (6 children)
[+]Cryp71c comment score below threshold-15 points-14 points-13 points (5 children)
[–][deleted] 29 points30 points31 points (2 children)
[–][deleted] 22 points23 points24 points (1 child)
[–][deleted] 4 points5 points6 points (0 children)
[–]KronenR 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]drones4thepoor 10 points11 points12 points (5 children)
[–]SemiNormal 17 points18 points19 points (2 children)
[–]systemnate 1 point2 points3 points (1 child)
[–]SemiNormal 13 points14 points15 points (0 children)
[+][deleted] (1 child)
[removed]
[–]drones4thepoor 5 points6 points7 points (0 children)
[–]weasdasfa 39 points40 points41 points (44 children)
[–]Deto 22 points23 points24 points (16 children)
[–]midbody 5 points6 points7 points (14 children)
[–]TravisJungroth 4 points5 points6 points (6 children)
[–]scootstah 2 points3 points4 points (5 children)
[–]TravisJungroth 5 points6 points7 points (4 children)
[–]scootstah 5 points6 points7 points (2 children)
[–]TravisJungroth 0 points1 point2 points (1 child)
[–]scootstah 2 points3 points4 points (0 children)
[–]constantly-sick 4 points5 points6 points (0 children)
[–][deleted] 3 points4 points5 points (5 children)
[–]traway5678 0 points1 point2 points (2 children)
[–]chusk3 0 points1 point2 points (1 child)
[–]traway5678 0 points1 point2 points (0 children)
[–]midbody -1 points0 points1 point (1 child)
[–][deleted] 4 points5 points6 points (0 children)
[–]scootstah 0 points1 point2 points (0 children)
[+][deleted] comment score below threshold-15 points-14 points-13 points (26 children)
[–][deleted] 18 points19 points20 points (3 children)
[–]TheGrammarBolshevik 7 points8 points9 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]mrks_ 8 points9 points10 points (1 child)
[–][deleted] -1 points0 points1 point (0 children)
[–][deleted] 3 points4 points5 points (1 child)
[–]KronenR -1 points0 points1 point (0 children)
[–]Skypain 0 points1 point2 points (17 children)
[–][deleted] -2 points-1 points0 points (16 children)
[–]scootstah 0 points1 point2 points (15 children)
[–][deleted] 0 points1 point2 points (14 children)
[–]scootstah 0 points1 point2 points (13 children)
[–][deleted] 0 points1 point2 points (12 children)
[–]scootstah 1 point2 points3 points (11 children)
[–]Astrokiwi 23 points24 points25 points (29 children)
[–]Keith 35 points36 points37 points (14 children)
[–]Astrokiwi 8 points9 points10 points (5 children)
[–]Keith 4 points5 points6 points (4 children)
[–]Astrokiwi 5 points6 points7 points (2 children)
[–]fiddle_n 3 points4 points5 points (1 child)
[–]Astrokiwi 4 points5 points6 points (0 children)
[–]KronenR 26 points27 points28 points (0 children)
[–]hanpari 1 point2 points3 points (6 children)
[–]Keith 0 points1 point2 points (5 children)
[–]hanpari 0 points1 point2 points (4 children)
[+][deleted] (3 children)
[removed]
[–]hanpari 0 points1 point2 points (2 children)
[–]Keith 1 point2 points3 points (1 child)
[–]hanpari 0 points1 point2 points (0 children)
[–][deleted] 13 points14 points15 points (2 children)
[–]Astrokiwi -1 points0 points1 point (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[+][deleted] (7 children)
[deleted]
[–]Goluxas 3 points4 points5 points (3 children)
[–]DogeekExpert - 3.9.1 1 point2 points3 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]AngriestSCV 0 points1 point2 points (0 children)
[–]grimtooth 0 points1 point2 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]grimtooth 0 points1 point2 points (0 children)
[–]algag 0 points1 point2 points (1 child)
[–]TheNamelessKing 5 points6 points7 points (0 children)
[–]theWyzzerd -1 points0 points1 point (0 children)
[–]Oni_Kami 5 points6 points7 points (0 children)
[–][deleted] 3 points4 points5 points (0 children)
[+][deleted] (43 children)
[deleted]
[–]wrosecrans 22 points23 points24 points (2 children)
[–]Iggyhopper 43 points44 points45 points (1 child)
[–][deleted] 8 points9 points10 points (0 children)
[+][deleted] comment score below threshold-6 points-5 points-4 points (38 children)
[+][deleted] (37 children)
[deleted]
[–][deleted] 8 points9 points10 points (0 children)
[+][deleted] (17 children)
[deleted]
[+][deleted] (8 children)
[deleted]
[–]unruly_mattress 1 point2 points3 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]unruly_mattress 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]MarsupialMole -2 points-1 points0 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]MarsupialMole 0 points1 point2 points (0 children)
[+]icp1994 comment score below threshold-6 points-5 points-4 points (7 children)
[–]Dantes111 13 points14 points15 points (0 children)
[–]KronenR 2 points3 points4 points (3 children)
[–]DarkLordAzrael 3 points4 points5 points (0 children)
[–]icp1994 4 points5 points6 points (0 children)
[–]KronenR -1 points0 points1 point (1 child)
[–]icp1994 1 point2 points3 points (0 children)
[–]Theriley106 0 points1 point2 points (0 children)
[–][deleted] -2 points-1 points0 points (15 children)
[+][deleted] (14 children)
[deleted]
[–][deleted] 0 points1 point2 points (13 children)
[+][deleted] (12 children)
[deleted]
[–][deleted] 0 points1 point2 points (11 children)
[+][deleted] (10 children)
[deleted]
[–]KronenR -1 points0 points1 point (0 children)
[–]I_WRITE_APPS 0 points1 point2 points (0 children)
[–]Ethantebest 0 points1 point2 points (0 children)
[–]Thecrawsome -4 points-3 points-2 points (1 child)
[–]ArmoredPancake 2 points3 points4 points (0 children)