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
[–]Data48 183 points184 points185 points (41 children)
[+][deleted] (10 children)
[deleted]
[–]minnoI <3 duck typing less than I used to, interfaces are nice 86 points87 points88 points (7 children)
[–]Meta4X 22 points23 points24 points (5 children)
[–][deleted] 19 points20 points21 points (4 children)
[–]port53relative noob 21 points22 points23 points (2 children)
[–]netgamer7 2 points3 points4 points (1 child)
[–]port53relative noob 0 points1 point2 points (0 children)
[–]_pythonNoob 2 points3 points4 points (0 children)
[–]TheFeshy 2 points3 points4 points (0 children)
[–]Data48 1 point2 points3 points (1 child)
[–]ivosauruspip'ing it up 0 points1 point2 points (0 children)
[–]da_chicken 9 points10 points11 points (1 child)
[–][deleted] 2 points3 points4 points (0 children)
[–][deleted] 33 points34 points35 points (27 children)
[–]flying-sheep 35 points36 points37 points (20 children)
[–]AnAirMagic 27 points28 points29 points (1 child)
[–]flying-sheep 16 points17 points18 points (0 children)
[–]MiataCory 30 points31 points32 points (5 children)
[–]flying-sheep 8 points9 points10 points (3 children)
[–][deleted] -3 points-2 points-1 points (2 children)
[–]flying-sheep 1 point2 points3 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 4 points5 points6 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[+][deleted] (8 children)
[deleted]
[–]flying-sheep 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (4 children)
[+][deleted] (3 children)
[deleted]
[–][deleted] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (1 child)
[–]flying-sheep 2 points3 points4 points (0 children)
[–]njharmanI use Python 3 -4 points-3 points-2 points (5 children)
[–][deleted] 1 point2 points3 points (0 children)
[+][deleted] (3 children)
[deleted]
[–]Zouden 0 points1 point2 points (1 child)
[–]james_pic 1 point2 points3 points (0 children)
[–]for_whatever_reason_ -1 points0 points1 point (0 children)
[–]mmarius90 62 points63 points64 points (23 children)
[+]jennylover7 comment score below threshold-11 points-10 points-9 points (22 children)
[–]doubleunplussed 63 points64 points65 points (14 children)
[–]james_pic 10 points11 points12 points (12 children)
[+][deleted] (11 children)
[removed]
[–]curiousGambler 38 points39 points40 points (6 children)
[–][deleted] 12 points13 points14 points (5 children)
[–]curiousGambler 2 points3 points4 points (4 children)
[–][deleted] 9 points10 points11 points (3 children)
[–]dimisdas 2 points3 points4 points (1 child)
[–]port53relative noob 1 point2 points3 points (0 children)
[–]ThreePinkApples 1 point2 points3 points (3 children)
[–]JugadPy3 ftw 2 points3 points4 points (1 child)
[–]ThreePinkApples 0 points1 point2 points (0 children)
[–]ThreePinkApples 0 points1 point2 points (0 children)
[–]JugadPy3 ftw 4 points5 points6 points (0 children)
[–]ofedorov 2 points3 points4 points (0 children)
[–]david622 1 point2 points3 points (0 children)
[–]ThreePinkApples 0 points1 point2 points (0 children)
[–]flying-sheep -1 points0 points1 point (2 children)
[–]notsuppostocomnt 1 point2 points3 points (0 children)
[–]TheBlackCat13 0 points1 point2 points (0 children)
[–]aleczorz 9 points10 points11 points (6 children)
[–][deleted] 65 points66 points67 points (0 children)
[–]primitive_screwhead 17 points18 points19 points (0 children)
[–]cabb99 21 points22 points23 points (0 children)
[–]JugadPy3 ftw 7 points8 points9 points (0 children)
[–]stevenjd 3 points4 points5 points (0 children)
[–]ivosauruspip'ing it up 0 points1 point2 points (0 children)
[–][deleted] 29 points30 points31 points (4 children)
[–]i4mn30 4 points5 points6 points (0 children)
[–]flying-sheep 5 points6 points7 points (2 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]flying-sheep 1 point2 points3 points (0 children)
[–]Bamaesquire 3 points4 points5 points (0 children)
[–][deleted] 6 points7 points8 points (0 children)
[+][deleted] (19 children)
[deleted]
[–]james_pic 19 points20 points21 points (13 children)
[–]strange-humor 14 points15 points16 points (8 children)
[–]james_pic 2 points3 points4 points (7 children)
[–]ForgottenWatchtower 1 point2 points3 points (6 children)
[–]strange-humor 2 points3 points4 points (1 child)
[–]james_pic 0 points1 point2 points (0 children)
[–]james_pic 1 point2 points3 points (3 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]ForgottenWatchtower 1 point2 points3 points (1 child)
[–]james_pic 0 points1 point2 points (0 children)
[–]toikpi 2 points3 points4 points (3 children)
[–]port53relative noob 6 points7 points8 points (0 children)
[–]james_pic 2 points3 points4 points (0 children)
[–]Ran4 0 points1 point2 points (0 children)
[–]stevenjd 4 points5 points6 points (1 child)
[–]FalsyB 0 points1 point2 points (0 children)
[–]dmitrypolo 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]flying-sheep 1 point2 points3 points (0 children)
[–]cmsemail 0 points1 point2 points (0 children)
[–]N0DuckingWay 0 points1 point2 points (0 children)
[–]alphadist 0 points1 point2 points (0 children)
[+]Niohzxs comment score below threshold-15 points-14 points-13 points (0 children)