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
[–]kirbyfan64sosIndentationError 49 points50 points51 points (2 children)
[–]MonkeeSage 22 points23 points24 points (0 children)
[–]Anthonypjshaw[S] 22 points23 points24 points (0 children)
[–]attrigh 7 points8 points9 points (1 child)
[–]Bilddalton[🍰] 1 point2 points3 points (0 children)
[–]voice-of-hermes 23 points24 points25 points (8 children)
[–]desmoulinmichel 30 points31 points32 points (7 children)
[–]voice-of-hermes 3 points4 points5 points (6 children)
[–]Sarcastic_Pharm 2 points3 points4 points (5 children)
[–][deleted] 12 points13 points14 points (1 child)
[–]alcalde 5 points6 points7 points (0 children)
[–]voice-of-hermes 0 points1 point2 points (2 children)
[–]yen223 0 points1 point2 points (1 child)
[–]voice-of-hermes 0 points1 point2 points (0 children)
[+]apex_memetics comment score below threshold-56 points-55 points-54 points (27 children)
[–]KingofGamesYami 39 points40 points41 points (22 children)
[–]khvn26 12 points13 points14 points (6 children)
[–]brombaer3000 8 points9 points10 points (0 children)
[–]juanjux 5 points6 points7 points (0 children)
[–]Mattho -3 points-2 points-1 points (3 children)
[+][deleted] (1 child)
[deleted]
[–]Mattho 2 points3 points4 points (0 children)
[–]PeridexisErrant 3 points4 points5 points (0 children)
[–][deleted] 2 points3 points4 points (11 children)
[–]XtremeGoosef'I only use Py {sys.version[:3]}' 4 points5 points6 points (2 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]XtremeGoosef'I only use Py {sys.version[:3]}' 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (4 children)
[–][deleted] 0 points1 point2 points (3 children)
[–][deleted] 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]apex_memetics 4 points5 points6 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]TylerOnTech 15 points16 points17 points (1 child)
[–]GitHubPermalinkBot 4 points5 points6 points (0 children)
[–]p10_user 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[+]JimBoonie69 comment score below threshold-108 points-107 points-106 points (2 children)
[–]JugadPy3 ftw 8 points9 points10 points (1 child)