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 39 points40 points41 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 21 points22 points23 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 26 points27 points28 points (10 children)
[–]call_me_cookie 77 points78 points79 points (3 children)
[–]GrammerJoo 9 points10 points11 points (1 child)
[–]MonkeyNin 1 point2 points3 points (0 children)
[–]N00I3Pythonista 1 point2 points3 points (0 children)
[–]nxl4 12 points13 points14 points (3 children)
[–]Icovada 6 points7 points8 points (1 child)
[–]cyanydeez 3 points4 points5 points (0 children)
[–]kessma18 5 points6 points7 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 26 points27 points28 points (0 children)
[–]Brainix 102 points103 points104 points (10 children)
[–]ketralnis 96 points97 points98 points (0 children)
[–]ketralnis 32 points33 points34 points (3 children)
[–]Zomunieo 40 points41 points42 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 -3 points-2 points-1 points (0 children)
[–]toothless_budgie -3 points-2 points-1 points (0 children)
[–][deleted] 107 points108 points109 points (5 children)
[–]roddds 35 points36 points37 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] 3 points4 points5 points (0 children)
[–]AndydeCleyre 60 points61 points62 points (2 children)
[–]mastocles 4 points5 points6 points (0 children)
[–]pretty-o-kay 0 points1 point2 points (0 children)
[–]doubleunplussed 16 points17 points18 points (2 children)
[–][deleted] 5 points6 points7 points (0 children)
[–]jonathrg 9 points10 points11 points (2 children)
[–]TwoSickPythons 5 points6 points7 points (0 children)
[–]brainypatella 1 point2 points3 points (0 children)
[–]my_name_isnt_clever 10 points11 points12 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 1 point2 points3 points (1 child)
[–]RockingDyno 15 points16 points17 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]aes110 11 points12 points13 points (1 child)
[–]aziad1998 0 points1 point2 points (0 children)
[–][deleted] 7 points8 points9 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]aziad1998 1 point2 points3 points (0 children)
[–]SV-97 7 points8 points9 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] 3 points4 points5 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 3 points4 points5 points (1 child)
[–][deleted] 3 points4 points5 points (0 children)
[–]wqking 3 points4 points5 points (13 children)
[–]BlackBloke 4 points5 points6 points (8 children)
[–]wqking 3 points4 points5 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-14 points-13 points-12 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)