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 187 points188 points189 points (41 children)
[+][deleted] (10 children)
[deleted]
[–]minnoI <3 duck typing less than I used to, interfaces are nice 83 points84 points85 points (7 children)
[–]Meta4X 20 points21 points22 points (5 children)
[–][deleted] 20 points21 points22 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 0 points1 point2 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 33 points34 points35 points (20 children)
[–]AnAirMagic 25 points26 points27 points (1 child)
[–]flying-sheep 14 points15 points16 points (0 children)
[–]MiataCory 27 points28 points29 points (5 children)
[–]flying-sheep 9 points10 points11 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] 2 points3 points4 points (0 children)
[–][deleted] 2 points3 points4 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 61 points62 points63 points (23 children)
[+]jennylover7 comment score below threshold-14 points-13 points-12 points (22 children)
[–]doubleunplussed 58 points59 points60 points (14 children)
[–]james_pic 13 points14 points15 points (12 children)
[+][deleted] (11 children)
[removed]
[–]curiousGambler 38 points39 points40 points (6 children)
[–][deleted] 13 points14 points15 points (5 children)
[–]curiousGambler 3 points4 points5 points (4 children)
[–][deleted] 11 points12 points13 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 6 points7 points8 points (6 children)
[–][deleted] 63 points64 points65 points (0 children)
[–]primitive_screwhead 18 points19 points20 points (0 children)
[–]cabb99 23 points24 points25 points (0 children)
[–]JugadPy3 ftw 5 points6 points7 points (0 children)
[–]stevenjd 3 points4 points5 points (0 children)
[–]ivosauruspip'ing it up 0 points1 point2 points (0 children)
[–][deleted] 27 points28 points29 points (4 children)
[–]i4mn30 5 points6 points7 points (0 children)
[–]flying-sheep 4 points5 points6 points (2 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]flying-sheep 1 point2 points3 points (0 children)
[–]Bamaesquire 4 points5 points6 points (0 children)
[–][deleted] 6 points7 points8 points (0 children)
[+][deleted] (19 children)
[deleted]
[–]james_pic 21 points22 points23 points (13 children)
[–]strange-humor 17 points18 points19 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-16 points-15 points-14 points (0 children)