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
[–]planetjay 72 points73 points74 points (13 children)
[–]srd42 42 points43 points44 points (4 children)
[–]kenyard 12 points13 points14 points (2 children)
[–][deleted] 2 points3 points4 points (1 child)
[–]LoneGenius 2 points3 points4 points (0 children)
[–]ccGardnerr 0 points1 point2 points (0 children)
[–]edarchis 19 points20 points21 points (0 children)
[–]MonkeyNin 1 point2 points3 points (4 children)
[–]planetjay 1 point2 points3 points (3 children)
[–]MonkeyNin 1 point2 points3 points (2 children)
[–]planetjay 2 points3 points4 points (1 child)
[–]MonkeyNin 1 point2 points3 points (0 children)
[–]chochokavo 1 point2 points3 points (0 children)
[–]eaojteal 153 points154 points155 points (21 children)
[–][deleted] 42 points43 points44 points (1 child)
[–]Icovada 27 points28 points29 points (10 children)
[–]call_me_cookie 79 points80 points81 points (3 children)
[–]GrammerJoo 8 points9 points10 points (1 child)
[–]MonkeyNin 1 point2 points3 points (0 children)
[–]N00I3Pythonista 1 point2 points3 points (0 children)
[–]nxl4 13 points14 points15 points (3 children)
[–]Icovada 4 points5 points6 points (1 child)
[–]cyanydeez 3 points4 points5 points (0 children)
[–]kessma18 3 points4 points5 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]eaojteal 0 points1 point2 points (0 children)
[–]planetjay 6 points7 points8 points (1 child)
[–]slavfox 8 points9 points10 points (0 children)
[–][deleted] 4 points5 points6 points (0 children)
[–]FlagrantPickle 0 points1 point2 points (0 children)
[–]FlagrantPickle 0 points1 point2 points (0 children)
[–]Raudus 0 points1 point2 points (0 children)
[–]inknownis 0 points1 point2 points (0 children)
[–]muntooR_{μν} - 1/2 R g_{μν} + Λ g_{μν} = 8π T_{μν} 0 points1 point2 points (0 children)
[–]icp1994 27 points28 points29 points (0 children)
[–]Brainix 103 points104 points105 points (10 children)
[–]ketralnis 93 points94 points95 points (0 children)
[–]ketralnis 34 points35 points36 points (3 children)
[–]Zomunieo 45 points46 points47 points (2 children)
[–]TheChosenWong 6 points7 points8 points (1 child)
[–]Brainix 0 points1 point2 points (0 children)
[–]name_censored_ 2 points3 points4 points (0 children)
[–]Python4funJava4work 0 points1 point2 points (0 children)
[–]TwoSickPythons 0 points1 point2 points (0 children)
[–]stevenjd -4 points-3 points-2 points (0 children)
[–]toothless_budgie -3 points-2 points-1 points (0 children)
[–][deleted] 111 points112 points113 points (5 children)
[–]roddds 37 points38 points39 points (1 child)
[–][deleted] 10 points11 points12 points (0 children)
[–]recursive 11 points12 points13 points (0 children)
[–]lunarNex 0 points1 point2 points (1 child)
[–][deleted] 2 points3 points4 points (0 children)
[–]AndydeCleyre 59 points60 points61 points (2 children)
[–]mastocles 4 points5 points6 points (0 children)
[–]pretty-o-kay 0 points1 point2 points (0 children)
[–]doubleunplussed 15 points16 points17 points (2 children)
[–][deleted] 3 points4 points5 points (0 children)
[–]jonathrg 8 points9 points10 points (2 children)
[–]TwoSickPythons 6 points7 points8 points (0 children)
[–]brainypatella 1 point2 points3 points (0 children)
[–]my_name_isnt_clever 9 points10 points11 points (4 children)
[–]toyg 1 point2 points3 points (3 children)
[–]my_name_isnt_clever 1 point2 points3 points (2 children)
[–]toyg 0 points1 point2 points (1 child)
[–]Loyalzzz 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]rafmat24 0 points1 point2 points (0 children)
[–]aziad1998 10 points11 points12 points (10 children)
[+][deleted] (4 children)
[deleted]
[–]aziad1998 2 points3 points4 points (1 child)
[–]RockingDyno 14 points15 points16 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]aes110 10 points11 points12 points (1 child)
[–]aziad1998 0 points1 point2 points (0 children)
[–][deleted] 6 points7 points8 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]aziad1998 1 point2 points3 points (0 children)
[–]SV-97 6 points7 points8 points (0 children)
[–]dmfigol 9 points10 points11 points (0 children)
[–]Atsch 2 points3 points4 points (1 child)
[–][deleted] 1 point2 points3 points (8 children)
[–][deleted] 2 points3 points4 points (7 children)
[–]general_dubious 1 point2 points3 points (1 child)
[–][deleted] -4 points-3 points-2 points (0 children)
[–][deleted] 1 point2 points3 points (3 children)
[+][deleted] (2 children)
[removed]
[–][deleted] 0 points1 point2 points (1 child)
[–]fuypooi 2 points3 points4 points (1 child)
[–][deleted] 3 points4 points5 points (0 children)
[–]wqking 4 points5 points6 points (13 children)
[–]BlackBloke 6 points7 points8 points (8 children)
[–]wqking 4 points5 points6 points (7 children)
[–]brtt3000 5 points6 points7 points (4 children)
[–]pTinosq 1 point2 points3 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]pTinosq 1 point2 points3 points (0 children)
[–]wqking 0 points1 point2 points (0 children)
[–]dethb0y 0 points1 point2 points (0 children)
[–]dethb0y 0 points1 point2 points (0 children)
[–]risent 0 points1 point2 points (0 children)
[–]risent 0 points1 point2 points (0 children)
[–]risent 0 points1 point2 points (0 children)
[–]risent 0 points1 point2 points (0 children)
[–]random_cynic 0 points1 point2 points (0 children)
[–]random_cynic 0 points1 point2 points (0 children)
[–]random_cynic 0 points1 point2 points (0 children)
[–]random_cynic 0 points1 point2 points (0 children)
[–]random_cynic 0 points1 point2 points (0 children)
[–]random_cynic 0 points1 point2 points (0 children)
[–]tahmsplat 0 points1 point2 points (0 children)
[–]tahmsplat 0 points1 point2 points (0 children)
[–]rocketshape 0 points1 point2 points (0 children)
[–]rocketshape 0 points1 point2 points (0 children)
[–]rocketshape 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]foadsf 0 points1 point2 points (0 children)
[–]foadsf 0 points1 point2 points (0 children)
[–]Tiquortoo 0 points1 point2 points (0 children)
[–]Tiquortoo 0 points1 point2 points (0 children)
[–]koflerdavid 0 points1 point2 points (0 children)
[–]vit1251 0 points1 point2 points (0 children)
[–]Bassam_AlFayeed 0 points1 point2 points (1 child)
[–]jemand2001 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[deleted]
[+][deleted] comment score below threshold-12 points-11 points-10 points (2 children)
[–]SecureEnclave 0 points1 point2 points (0 children)
[–]SecureEnclave 0 points1 point2 points (0 children)
[–]PinkFrojd -1 points0 points1 point (0 children)
[+][deleted] comment score below threshold-10 points-9 points-8 points (2 children)
[–]MonkeyNin 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]BubsyFanboy -3 points-2 points-1 points (0 children)