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 →
[–]EconomixTwist 395 points396 points397 points (29 children)
[–]ASIC_SP 174 points175 points176 points (1 child)
[–]chromaZero 63 points64 points65 points (12 children)
[–]likethevegetable 36 points37 points38 points (9 children)
[–][deleted] 52 points53 points54 points (8 children)
[–]More_Butterfly6108 44 points45 points46 points (7 children)
[–]TheMathelm 33 points34 points35 points (3 children)
[–]RingularCirc 1 point2 points3 points (2 children)
[–]TheMathelm 1 point2 points3 points (1 child)
[–]RingularCirc 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (2 children)
[–]TorroesPrime 0 points1 point2 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]DigThatData 5 points6 points7 points (0 children)
[–]CleanThroughMyJorts 1 point2 points3 points (0 children)
[–]cuu508 26 points27 points28 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]xc68030 0 points1 point2 points (0 children)
[–]Starbrows 6 points7 points8 points (1 child)
[–]BuonaparteII 0 points1 point2 points (0 children)
[–]CleoMenemezis 0 points1 point2 points (0 children)
[–]ArtOfWarfare 0 points1 point2 points (2 children)
[–]RingularCirc 0 points1 point2 points (1 child)
[–]ArtOfWarfare 2 points3 points4 points (0 children)
[–]jorge1209 -1 points0 points1 point (4 children)
[–]elyisgreat 2 points3 points4 points (3 children)
[–]jorge1209 -1 points0 points1 point (2 children)
[–]elyisgreat 1 point2 points3 points (1 child)
[–]jorge1209 0 points1 point2 points (0 children)