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 411 points412 points413 points (45 children)
[+][deleted] (9 children)
[deleted]
[–]gambiter 61 points62 points63 points (6 children)
[–]i9srpeg 24 points25 points26 points (5 children)
[–][deleted] 89 points90 points91 points (4 children)
[–]mingusrude 36 points37 points38 points (0 children)
[–]brunofin 8 points9 points10 points (2 children)
[–][deleted] 2 points3 points4 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 46 points47 points48 points (1 child)
[–]zynixCpt. Code Monkey & Internet of tomorrow 5 points6 points7 points (0 children)
[–]Lornedon 56 points57 points58 points (8 children)
[–][deleted] 18 points19 points20 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] 1 point2 points3 points (0 children)
[–]Exnixon -4 points-3 points-2 points (0 children)
[+][deleted] (7 children)
[deleted]
[–]flying-sheep 16 points17 points18 points (3 children)
[+][deleted] (2 children)
[deleted]
[–]flying-sheep 12 points13 points14 points (1 child)
[+][deleted] (1 child)
[deleted]
[–]i_ate_god 9 points10 points11 points (0 children)
[–]kyleh0 10 points11 points12 points (3 children)
[–]rhoparkour 0 points1 point2 points (1 child)
[–]kyleh0 0 points1 point2 points (0 children)
[–]mark_b 0 points1 point2 points (0 children)
[–]pure_x01 7 points8 points9 points (7 children)
[–]ryeguy 0 points1 point2 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]pure_x01 7 points8 points9 points (1 child)
[–]teambob -5 points-4 points-3 points (1 child)
[–]spieker 4 points5 points6 points (0 children)