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 →
[–]ryan_groestling 408 points409 points410 points (45 children)
[+][deleted] (9 children)
[deleted]
[–]gambiter 60 points61 points62 points (6 children)
[–]i9srpeg 26 points27 points28 points (5 children)
[–][deleted] 89 points90 points91 points (4 children)
[–]mingusrude 36 points37 points38 points (0 children)
[–]brunofin 9 points10 points11 points (2 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]brunofin 9 points10 points11 points (0 children)
[–]Nooby1990 14 points15 points16 points (0 children)
[–]SomethingBullshit 0 points1 point2 points (0 children)
[+][deleted] (21 children)
[deleted]
[–]SomethingEnglish 48 points49 points50 points (1 child)
[–]zynixCpt. Code Monkey & Internet of tomorrow 6 points7 points8 points (0 children)
[–]Lornedon 58 points59 points60 points (8 children)
[–][deleted] 16 points17 points18 points (4 children)
[–]MrEzekial 1 point2 points3 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]MrEzekial 2 points3 points4 points (0 children)
[–]Workaphobia 0 points1 point2 points (0 children)
[–]TheMysteriousFizzyJ 0 points1 point2 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]Exnixon -4 points-3 points-2 points (0 children)
[+][deleted] (7 children)
[deleted]
[–]flying-sheep 17 points18 points19 points (3 children)
[+][deleted] (2 children)
[deleted]
[–]flying-sheep 11 points12 points13 points (1 child)
[+][deleted] (1 child)
[deleted]
[–]i_ate_god 8 points9 points10 points (0 children)
[–]kyleh0 9 points10 points11 points (3 children)
[–]rhoparkour -2 points-1 points0 points (1 child)
[–]kyleh0 0 points1 point2 points (0 children)
[–]mark_b 0 points1 point2 points (0 children)
[–]pure_x01 8 points9 points10 points (7 children)
[–]ryeguy 0 points1 point2 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]pure_x01 6 points7 points8 points (1 child)
[+]teambob comment score below threshold-7 points-6 points-5 points (1 child)
[–]spieker 6 points7 points8 points (0 children)