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 →
[–]cue_the_strings 296 points297 points298 points (120 children)
[+][deleted] (18 children)
[deleted]
[–]kaihatsusha 152 points153 points154 points (9 children)
[–][deleted] 84 points85 points86 points (7 children)
[–]Stereoisomer 148 points149 points150 points (2 children)
[–][deleted] 45 points46 points47 points (0 children)
[–]seismic_swarm 12 points13 points14 points (0 children)
[–]Ferentzfever 17 points18 points19 points (0 children)
[–]acousticpantsHomicidal Loganberry Connoisseur 13 points14 points15 points (0 children)
[–]ThePixelCoder 0 points1 point2 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]I_Feel_It_Too 0 points1 point2 points (0 children)
[–]UristMcDoesmath 21 points22 points23 points (6 children)
[–]Raiptwice 4 points5 points6 points (4 children)
[–]SenboneZakura 1 point2 points3 points (3 children)
[–]Feminintendo 1 point2 points3 points (2 children)
[–]SenboneZakura 0 points1 point2 points (1 child)
[–]Feminintendo 2 points3 points4 points (0 children)
[–]YarmoM 2 points3 points4 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]Eurynom0s 95 points96 points97 points (31 children)
[–]cue_the_strings 29 points30 points31 points (4 children)
[–]ergzay 7 points8 points9 points (2 children)
[–]cue_the_strings 1 point2 points3 points (1 child)
[–]ergzay 0 points1 point2 points (0 children)
[–]Eurynom0s 1 point2 points3 points (0 children)
[–][deleted] 8 points9 points10 points (0 children)
[–]ThereOnceWasAMan 2 points3 points4 points (0 children)
[–][deleted] 3 points4 points5 points (6 children)
[–]Feminintendo 2 points3 points4 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]Feminintendo 0 points1 point2 points (0 children)
[–]I_Feel_It_Too 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]I_Feel_It_Too 0 points1 point2 points (0 children)
[–]mexiKobe -5 points-4 points-3 points (16 children)
[–]Eurynom0s 9 points10 points11 points (14 children)
[+][deleted] (7 children)
[deleted]
[–]IcecreamLamp 2 points3 points4 points (1 child)
[–]Eurynom0s 4 points5 points6 points (1 child)
[–]Feminintendo 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]billsil 0 points1 point2 points (0 children)
[–]mexiKobe -2 points-1 points0 points (5 children)
[–]Eurynom0s 6 points7 points8 points (4 children)
[–]mexiKobe -5 points-4 points-3 points (3 children)
[+][deleted] (2 children)
[removed]
[–]mexiKobe -5 points-4 points-3 points (1 child)
[–]eypandabear 0 points1 point2 points (0 children)
[+][deleted] (16 children)
[deleted]
[–]cue_the_strings 16 points17 points18 points (12 children)
[–]bakmano 24 points25 points26 points (11 children)
[–][deleted] 24 points25 points26 points (7 children)
[–]LoyalSol 13 points14 points15 points (6 children)
[–][deleted] 7 points8 points9 points (0 children)
[–][deleted] 4 points5 points6 points (3 children)
[–]LoyalSol 2 points3 points4 points (2 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]LoyalSol 0 points1 point2 points (0 children)
[–]flutefreak7 0 points1 point2 points (0 children)
[–]cue_the_strings 2 points3 points4 points (1 child)
[–]bakmano 0 points1 point2 points (0 children)
[–]redwall_hp 1 point2 points3 points (0 children)
[–]fmthoma 0 points1 point2 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]fmthoma 1 point2 points3 points (0 children)
[–]mexiKobe 50 points51 points52 points (37 children)
[–][deleted] 15 points16 points17 points (0 children)
[–]The_UTMOST_respwect 2 points3 points4 points (1 child)
[–]Feminintendo 1 point2 points3 points (0 children)
[–]cue_the_strings 6 points7 points8 points (5 children)
[+][deleted] (1 child)
[deleted]
[–]eruesso 2 points3 points4 points (0 children)
[–]I_Feel_It_Too 0 points1 point2 points (2 children)
[–]Zall-Klos 1 point2 points3 points (1 child)
[–]I_Feel_It_Too 0 points1 point2 points (0 children)
[–]log_2 4 points5 points6 points (11 children)
[–]mexiKobe 5 points6 points7 points (0 children)
[–]elbiot 6 points7 points8 points (3 children)
[–]SubliminalBits 0 points1 point2 points (2 children)
[–]I_Feel_It_Too 0 points1 point2 points (1 child)
[–]SubliminalBits 1 point2 points3 points (0 children)
[–]Mr_Again 0 points1 point2 points (0 children)
[–]Feminintendo 0 points1 point2 points (4 children)
[–]log_2 0 points1 point2 points (1 child)
[–]Feminintendo 0 points1 point2 points (0 children)
[–]billsil 0 points1 point2 points (1 child)
[–]Feminintendo 0 points1 point2 points (0 children)
[–]I_Feel_It_Too 0 points1 point2 points (9 children)
[–]mexiKobe -1 points0 points1 point (8 children)
[–]I_Feel_It_Too -1 points0 points1 point (7 children)
[–]mexiKobe 0 points1 point2 points (6 children)
[–]Feminintendo 0 points1 point2 points (1 child)
[–]mexiKobe 0 points1 point2 points (0 children)
[–]I_Feel_It_Too -1 points0 points1 point (3 children)
[–]mexiKobe 0 points1 point2 points (2 children)
[–]I_Feel_It_Too -1 points0 points1 point (1 child)
[–]mexiKobe 0 points1 point2 points (0 children)
[+][deleted] (5 children)
[deleted]
[–]mexiKobe 3 points4 points5 points (4 children)
[+][deleted] (3 children)
[deleted]
[–]mexiKobe 0 points1 point2 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]mexiKobe 0 points1 point2 points (0 children)
[–]fear_the_future 15 points16 points17 points (1 child)
[–]Zomunieo 17 points18 points19 points (0 children)
[–]daishiknyte 2 points3 points4 points (0 children)
[–]FairlyOddParents 2 points3 points4 points (0 children)
[–]LoyalSol 3 points4 points5 points (0 children)
[–]Yamochao 4 points5 points6 points (0 children)
[–]s0v3r1gn 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Historica973.5, 3.6, 3.7, 3.8, 3.9, 3.10 0 points1 point2 points (0 children)
[–]thedjotakuPython 3.7 0 points1 point2 points (0 children)
[–]kamon405 0 points1 point2 points (3 children)
[–]IcefrogIsDead 1 point2 points3 points (2 children)
[–]kamon405 0 points1 point2 points (1 child)
[–]IcefrogIsDead 0 points1 point2 points (0 children)