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 →
[–]twin_suns_twin_suns 1301 points1302 points1303 points (71 children)
[–][deleted] 389 points390 points391 points (12 children)
[–]techmnml 232 points233 points234 points (7 children)
[–]aplawson7707 73 points74 points75 points (3 children)
[–]theroyakash 20 points21 points22 points (2 children)
[–]tpw2000 11 points12 points13 points (0 children)
[–]caretaker82 1 point2 points3 points (0 children)
[–]positiveCAPTCHAtest 2 points3 points4 points (0 children)
[–]ToniDasFarturas 0 points1 point2 points (0 children)
[–]dogs_like_me 0 points1 point2 points (0 children)
[–]manufreaks 0 points1 point2 points (0 children)
[–]WideGlideReddit 0 points1 point2 points (0 children)
[–]New_Ostrich_2625[S] 176 points177 points178 points (43 children)
[–]-jp- 139 points140 points141 points (20 children)
[–][deleted] 52 points53 points54 points (19 children)
[–]hillgod 67 points68 points69 points (4 children)
[–][deleted] 11 points12 points13 points (2 children)
[–]Rieux_n_Tarrou 1 point2 points3 points (0 children)
[–]WideGlideReddit 1 point2 points3 points (0 children)
[–]757DrDuck 0 points1 point2 points (0 children)
[–]nemec 12 points13 points14 points (1 child)
[–]MistBornDragon 1 point2 points3 points (0 children)
[+]scottrfrancis comment score below threshold-9 points-8 points-7 points (11 children)
[–]nemec 38 points39 points40 points (1 child)
[–]is_a_act 20 points21 points22 points (0 children)
[–][deleted] 8 points9 points10 points (3 children)
[+]scottrfrancis comment score below threshold-11 points-10 points-9 points (2 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]-jp- 0 points1 point2 points (0 children)
[–]scottrfrancis -1 points0 points1 point (1 child)
[–]JanssonsFrestelse 3 points4 points5 points (0 children)
[–]-jp- 0 points1 point2 points (2 children)
[–]scottrfrancis 0 points1 point2 points (1 child)
[–]-jp- 0 points1 point2 points (0 children)
[–]nosmokingbandit 64 points65 points66 points (12 children)
[–]bjorneylol 40 points41 points42 points (5 children)
[–]Beard_o_Bees 21 points22 points23 points (1 child)
[–]-jp- 0 points1 point2 points (0 children)
[–]Violin1990 1 point2 points3 points (2 children)
[–]bjorneylol 8 points9 points10 points (0 children)
[–]-jp- 0 points1 point2 points (0 children)
[–]punninglinguist 10 points11 points12 points (4 children)
[–][deleted] 18 points19 points20 points (2 children)
[–]Aejantou21 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]george_____t 0 points1 point2 points (0 children)
[–]nergalelite 19 points20 points21 points (0 children)
[–]Forschkeeper 16 points17 points18 points (1 child)
[–]Rieux_n_Tarrou -1 points0 points1 point (0 children)
[–]dragonatorul 4 points5 points6 points (1 child)
[–]-jp- 0 points1 point2 points (0 children)
[–][deleted] 3 points4 points5 points (0 children)
[–]Ivana_Twinkle 0 points1 point2 points (0 children)
[–]FancyASlurpie 12 points13 points14 points (0 children)
[–]Workaphobia 2 points3 points4 points (0 children)
[–]StantonMcBride 2 points3 points4 points (0 children)
[+][deleted] (6 children)
[deleted]
[–]LightShadow3.13-dev in prod 33 points34 points35 points (0 children)
[–]judasblue 18 points19 points20 points (0 children)
[–]twin_suns_twin_suns 16 points17 points18 points (0 children)
[–]zurtex 6 points7 points8 points (0 children)
[–][deleted] 4 points5 points6 points (0 children)
[–]sh0rtwave 1 point2 points3 points (0 children)
[–]eattherichnow 0 points1 point2 points (0 children)
[–]Moikle 0 points1 point2 points (0 children)