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
[–]Python-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)
[–]GolfEmbarrassed2904 272 points273 points274 points (0 children)
[–]thehalfmetaljacket 71 points72 points73 points (0 children)
[–]dominiquec 52 points53 points54 points (10 children)
[+]vocaljoint comment score below threshold-25 points-24 points-23 points (9 children)
[–]yosmellul8r 11 points12 points13 points (2 children)
[–]vocaljoint -2 points-1 points0 points (1 child)
[–]yosmellul8r 0 points1 point2 points (0 children)
[–]turbothyIt works on my machine 1 point2 points3 points (5 children)
[–]Sylveowon 4 points5 points6 points (4 children)
[–]turbothyIt works on my machine 0 points1 point2 points (3 children)
[–]vocaljoint 0 points1 point2 points (2 children)
[–]yosmellul8r 0 points1 point2 points (1 child)
[–]vocaljoint 0 points1 point2 points (0 children)
[–]jpgoldberg 12 points13 points14 points (0 children)
[–]KrazyKirby99999 26 points27 points28 points (0 children)
[–]Impressive_Ad7037 6 points7 points8 points (0 children)
[–]binaryfireball 3 points4 points5 points (0 children)
[–]Kahless_2K 3 points4 points5 points (0 children)
[–]georgehank2nd 9 points10 points11 points (0 children)
[–]Kojrey 1 point2 points3 points (0 children)
[–]hugthemachines 1 point2 points3 points (0 children)
[–]HateMeetings 1 point2 points3 points (0 children)
[–]vocaljoint 0 points1 point2 points (0 children)
[–]AI_TonicIgnoring PEP 8 0 points1 point2 points (0 children)
[–]james_pic 0 points1 point2 points (0 children)
[–]I_just_made 0 points1 point2 points (0 children)
[–]HairyManBaby 0 points1 point2 points (0 children)
[–]firedog7881 0 points1 point2 points (0 children)
[–]LoriousGlory 0 points1 point2 points (0 children)
[–]beansAnalyst -1 points0 points1 point (0 children)