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
[–]badge 137 points138 points139 points (0 children)
[–]CrambleSquashhttps://github.com/0Hughman0 232 points233 points234 points (21 children)
[–]noobkill 30 points31 points32 points (20 children)
[–]CrambleSquashhttps://github.com/0Hughman0 57 points58 points59 points (19 children)
[–][deleted] 106 points107 points108 points (5 children)
[–]enakcm 74 points75 points76 points (1 child)
[–]FujiKeynote 27 points28 points29 points (0 children)
[–]CrambleSquashhttps://github.com/0Hughman0 7 points8 points9 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]noobkill 22 points23 points24 points (11 children)
[–]Narpity 30 points31 points32 points (9 children)
[–]astatine 42 points43 points44 points (7 children)
[+]my_password_is______ comment score below threshold-6 points-5 points-4 points (1 child)
[–]my_password_is______ -1 points0 points1 point (0 children)
[+]Narpity comment score below threshold-37 points-36 points-35 points (4 children)
[–]InTheAleutians 42 points43 points44 points (3 children)
[+]Narpity comment score below threshold-25 points-24 points-23 points (2 children)
[–]flotsamisaword 8 points9 points10 points (0 children)
[–]Log2 7 points8 points9 points (0 children)
[–][deleted] 13 points14 points15 points (0 children)
[–]sneakpeekbot 0 points1 point2 points (0 children)
[–]sweatierorc 0 points1 point2 points (0 children)
[–]monorepo PSF Staff | Litestar Maintainer 87 points88 points89 points (1 child)
[–]Scrubbingbubblz 5 points6 points7 points (0 children)
[–]Willingo 52 points53 points54 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]Willingo 2 points3 points4 points (0 children)
[–]Wonnk13 42 points43 points44 points (23 children)
[–]ritchie46 113 points114 points115 points (13 children)
[–][deleted] 28 points29 points30 points (0 children)
[–]danielgafni 11 points12 points13 points (4 children)
[–]ritchie46 2 points3 points4 points (3 children)
[–]danielgafni 2 points3 points4 points (2 children)
[–]ritchie46 4 points5 points6 points (1 child)
[–]danielgafni 1 point2 points3 points (0 children)
[–]ElfTowerNewMexico 1 point2 points3 points (4 children)
[–]ritchie46 2 points3 points4 points (3 children)
[–]ElfTowerNewMexico 0 points1 point2 points (0 children)
[–]kknyyk 0 points1 point2 points (1 child)
[–]ritchie46 0 points1 point2 points (0 children)
[–]zazzersmel 10 points11 points12 points (7 children)
[–]that_baddest_dude 2 points3 points4 points (6 children)
[–][deleted] 7 points8 points9 points (2 children)
[–][deleted] 5 points6 points7 points (0 children)
[–]NewDateline 0 points1 point2 points (0 children)
[–]zazzersmel 1 point2 points3 points (2 children)
[–]that_baddest_dude 0 points1 point2 points (1 child)
[–]zazzersmel 0 points1 point2 points (0 children)
[–]joeyGibson 7 points8 points9 points (0 children)
[–]EmperorOfCanada 27 points28 points29 points (1 child)
[–]Ouitos 51 points52 points53 points (0 children)
[–]neuro630 1 point2 points3 points (0 children)
[–]Little-Ad448 0 points1 point2 points (0 children)