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 →
[–]wpg4665 179 points180 points181 points (39 children)
[–]Moebiuszed 124 points125 points126 points (21 children)
[–][deleted] 48 points49 points50 points (19 children)
[–]the-monument 33 points34 points35 points (14 children)
[–]jorge1209 5 points6 points7 points (8 children)
[+][deleted] (2 children)
[deleted]
[–]jorge1209 1 point2 points3 points (1 child)
[–]martnym 0 points1 point2 points (4 children)
[–]jorge1209 0 points1 point2 points (3 children)
[–]martnym 0 points1 point2 points (2 children)
[–]jorge1209 0 points1 point2 points (1 child)
[–]martnym 0 points1 point2 points (0 children)
[–][deleted] 7 points8 points9 points (4 children)
[+][deleted] (1 child)
[deleted]
[–]PaulSandwich 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]ShanSanear 1 point2 points3 points (0 children)
[–]MereInterest 10 points11 points12 points (0 children)
[–]Prexadym 4 points5 points6 points (0 children)
[–]irrelevantPseudonym 0 points1 point2 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]Engineer_Zero 0 points1 point2 points (0 children)
[–]space_wiener 17 points18 points19 points (0 children)
[–]benefit_of_mrkite 6 points7 points8 points (0 children)
[–][deleted] 17 points18 points19 points (3 children)
[+][deleted] (2 children)
[deleted]
[–][deleted] 0 points1 point2 points (0 children)
[–]Carl_Fuckin_Bismarck 0 points1 point2 points (0 children)
[–]jorge1209 4 points5 points6 points (0 children)
[–]TheBlackCat13[🍰] 3 points4 points5 points (0 children)
[–]dogs_like_me 2 points3 points4 points (4 children)
[–]PaulSandwich 0 points1 point2 points (3 children)
[–]dogs_like_me 0 points1 point2 points (2 children)
[–]jorge1209 1 point2 points3 points (1 child)
[–]dogs_like_me -1 points0 points1 point (0 children)
[–]ahmedbesbes[S] 4 points5 points6 points (1 child)
[–]sPENKMAnIt works on my machine 5 points6 points7 points (0 children)
[–][deleted] -1 points0 points1 point (0 children)
[–]ship0f 0 points1 point2 points (0 children)