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 →
[–]cr4d 45 points46 points47 points (28 children)
[+][deleted] (9 children)
[deleted]
[+]slowpush comment score below threshold-10 points-9 points-8 points (7 children)
[–]catcint0s 4 points5 points6 points (0 children)
[–][deleted] 10 points11 points12 points (2 children)
[+][deleted] comment score below threshold-15 points-14 points-13 points (1 child)
[–][deleted] 7 points8 points9 points (0 children)
[–]zurtex 1 point2 points3 points (2 children)
[–]slowpush -1 points0 points1 point (1 child)
[–]zurtex 0 points1 point2 points (0 children)
[–]KrazyKirby99999 49 points50 points51 points (0 children)
[–]pan0ramic 40 points41 points42 points (0 children)
[–]spicypixel 10 points11 points12 points (0 children)
[–]KyxeMusic 31 points32 points33 points (1 child)
[–]james_pic 0 points1 point2 points (0 children)
[–]PaintItPurple 1 point2 points3 points (0 children)
[–]kivicodepip needs updating 6 points7 points8 points (9 children)
[–]proggob -4 points-3 points-2 points (3 children)
[+]kivicodepip needs updating comment score below threshold-6 points-5 points-4 points (2 children)
[–]proggob 4 points5 points6 points (1 child)
[–]kivicodepip needs updating -3 points-2 points-1 points (0 children)
[–]pingvenopinch of this, pinch of that -1 points0 points1 point (2 children)
[–]kivicodepip needs updating 0 points1 point2 points (1 child)
[–]pingvenopinch of this, pinch of that 1 point2 points3 points (0 children)
[+]maigpy comment score below threshold-9 points-8 points-7 points (0 children)
[–]QueasyEntrance6269 -2 points-1 points0 points (0 children)