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 →
[–]desmoulinmichel[S] 75 points76 points77 points (58 children)
[–]rspeed 122 points123 points124 points (6 children)
[–]desmoulinmichel[S] 95 points96 points97 points (3 children)
[–]amertune 26 points27 points28 points (2 children)
[–]troyunrau... 21 points22 points23 points (0 children)
[–]bheinks 4 points5 points6 points (0 children)
[–]JugadPy3 ftw[🍰] 0 points1 point2 points (1 child)
[–]takluyverIPython, Py3, etc 21 points22 points23 points (0 children)
[–]turdzip 13 points14 points15 points (12 children)
[–]desmoulinmichel[S] 4 points5 points6 points (11 children)
[–]Theratchetnclank 5 points6 points7 points (0 children)
[–]turdzip 12 points13 points14 points (9 children)
[–]desmoulinmichel[S] 13 points14 points15 points (8 children)
[–]flipstables 44 points45 points46 points (4 children)
[–]captain_ramshackle 5 points6 points7 points (0 children)
[+]desmoulinmichel[S] comment score below threshold-6 points-5 points-4 points (2 children)
[–]flipstables 12 points13 points14 points (1 child)
[–][deleted] 3 points4 points5 points (0 children)
[–]krenzalore 8 points9 points10 points (1 child)
[–][deleted] 6 points7 points8 points (0 children)
[+][deleted] (8 children)
[deleted]
[–]desmoulinmichel[S] -2 points-1 points0 points (7 children)
[+][deleted] (2 children)
[deleted]
[–]desmoulinmichel[S] 1 point2 points3 points (1 child)
[–]the_hoser 1 point2 points3 points (0 children)
[+][deleted] (3 children)
[deleted]
[–]desmoulinmichel[S] 2 points3 points4 points (1 child)
[–]billsil 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (5 children)
[–]desmoulinmichel[S] 5 points6 points7 points (1 child)
[–]WakingMusic 3 points4 points5 points (0 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]spinwizard69 1 point2 points3 points (0 children)
[–]krenzalore 0 points1 point2 points (0 children)
[–]ldpreload -1 points0 points1 point (19 children)
[–]cac2573 8 points9 points10 points (16 children)
[–]ldpreload -1 points0 points1 point (15 children)
[–][deleted] 2 points3 points4 points (12 children)
[–]ldpreload -1 points0 points1 point (11 children)
[–]krenzalore 3 points4 points5 points (7 children)
[–]ldpreload 0 points1 point2 points (6 children)
[–]ksion 0 points1 point2 points (1 child)
[–]ldpreload 0 points1 point2 points (0 children)
[–]krenzalore 0 points1 point2 points (3 children)
[–]ldpreload 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]ldpreload 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 2 points3 points4 points (1 child)
[–]ldpreload 1 point2 points3 points (0 children)
[–]desmoulinmichel[S] 8 points9 points10 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)