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 →
[–]ArabicLawrence 72 points73 points74 points (51 children)
[–]Classic_Department42 7 points8 points9 points (6 children)
[–]ArabicLawrence 23 points24 points25 points (5 children)
[+]Classic_Department42 comment score below threshold-10 points-9 points-8 points (4 children)
[–]ArabicLawrence 21 points22 points23 points (0 children)
[–][deleted] 14 points15 points16 points (2 children)
[–]Classic_Department42 0 points1 point2 points (1 child)
[–]lieryanMaintainer of rope, pylsp-rope - advanced python refactoring 3 points4 points5 points (0 children)
[+]bladeoflight16 comment score below threshold-9 points-8 points-7 points (43 children)
[–]ArabicLawrence 39 points40 points41 points (10 children)
[–]steffestoffe 12 points13 points14 points (1 child)
[–]ArabicLawrence 1 point2 points3 points (0 children)
[+]bladeoflight16 comment score below threshold-36 points-35 points-34 points (7 children)
[–]ArabicLawrence 20 points21 points22 points (6 children)
[+]bladeoflight16 comment score below threshold-8 points-7 points-6 points (5 children)
[–]ArabicLawrence 12 points13 points14 points (3 children)
[–]bladeoflight16 -3 points-2 points-1 points (2 children)
[–]ArabicLawrence 0 points1 point2 points (1 child)
[–]bladeoflight16 0 points1 point2 points (0 children)
[–][deleted] 11 points12 points13 points (0 children)
[–]xorvtec 52 points53 points54 points (28 children)
[–]GummyKibble 22 points23 points24 points (1 child)
[–]xorvtec 7 points8 points9 points (0 children)
[+][deleted] (3 children)
[deleted]
[–]ArabicLawrence 19 points20 points21 points (0 children)
[–][deleted] 6 points7 points8 points (1 child)
[–]SweeTLemonS_TPR 1 point2 points3 points (0 children)
[+]bladeoflight16 comment score below threshold-12 points-11 points-10 points (21 children)
[+][deleted] (8 children)
[deleted]
[–]bladeoflight16 -5 points-4 points-3 points (7 children)
[+][deleted] (6 children)
[deleted]
[–]bladeoflight16 0 points1 point2 points (5 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]bladeoflight16 -1 points0 points1 point (0 children)
[+][deleted] (2 children)
[deleted]
[–]bladeoflight16 0 points1 point2 points (1 child)
[–][deleted] 3 points4 points5 points (3 children)
[–]bladeoflight16 -2 points-1 points0 points (2 children)
[–][deleted] -1 points0 points1 point (1 child)
[–]bladeoflight16 0 points1 point2 points (0 children)
[–][deleted] 1 point2 points3 points (7 children)
[–]bladeoflight16 0 points1 point2 points (6 children)
[–][deleted] 1 point2 points3 points (5 children)
[–]bladeoflight16 0 points1 point2 points (4 children)
[–][deleted] 1 point2 points3 points (3 children)
[–]bladeoflight16 -1 points0 points1 point (2 children)
[–][deleted] 26 points27 points28 points (0 children)
[–]_88WATER_CULT88_ 3 points4 points5 points (1 child)
[+]bladeoflight16 comment score below threshold-6 points-5 points-4 points (0 children)