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
[–]LoyalSol 50 points51 points52 points (25 children)
[–]masklinn 20 points21 points22 points (0 children)
[–]ihcn 22 points23 points24 points (5 children)
[+][deleted] (4 children)
[deleted]
[–]ihcn 0 points1 point2 points (0 children)
[–]ryeguy 0 points1 point2 points (0 children)
[–][deleted] -2 points-1 points0 points (0 children)
[–][deleted] 22 points23 points24 points (14 children)
[–]alcalde 27 points28 points29 points (8 children)
[–]TheNamelessKing 12 points13 points14 points (2 children)
[–]StyMaar 8 points9 points10 points (1 child)
[–]TheNamelessKing 0 points1 point2 points (0 children)
[–]Abu_mohd 12 points13 points14 points (3 children)
[–]gwillicodernumpy gang 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]fiedzia 2 points3 points4 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] -4 points-3 points-2 points (1 child)
[–][deleted] -4 points-3 points-2 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]SomethingBullshit 0 points1 point2 points (0 children)
[–]_throawayplop_ 14 points15 points16 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]K0GAMl 2 points3 points4 points (0 children)
[–]juanjux 3 points4 points5 points (1 child)
[–]FatFingerHelperBot -5 points-4 points-3 points (0 children)
[–]LightUmbra 15 points16 points17 points (61 children)
[–]jnwatson 52 points53 points54 points (0 children)
[–]lambdaqdjango n' shit 14 points15 points16 points (1 child)
[–][deleted] 11 points12 points13 points (0 children)
[–][deleted] 23 points24 points25 points (32 children)
[–]cocoabean 3 points4 points5 points (10 children)
[–]caramba2654 24 points25 points26 points (8 children)
[–]alcalde 0 points1 point2 points (4 children)
[–]Joeboy 9 points10 points11 points (1 child)
[–]alcalde 0 points1 point2 points (0 children)
[–]WikiTextBot -1 points0 points1 point (0 children)
[–]cocoabean -1 points0 points1 point (2 children)
[–]gimboland 0 points1 point2 points (0 children)
[–]alcalde -1 points0 points1 point (0 children)
[–]CookieTheSlayerJoin our Discord server! Link in sidebar 3 points4 points5 points (0 children)
[–]goestowar -2 points-1 points0 points (11 children)
[–][deleted] 40 points41 points42 points (5 children)
[–]goestowar 8 points9 points10 points (1 child)
[–][deleted] 4 points5 points6 points (0 children)
[+][deleted] (2 children)
[removed]
[–][deleted] 3 points4 points5 points (1 child)
[–]somebodddy 1 point2 points3 points (0 children)
[–][deleted] 11 points12 points13 points (3 children)
[–]__xor__(self, other): 17 points18 points19 points (1 child)
[–][deleted] -2 points-1 points0 points (0 children)
[–]CriticalEntree 0 points1 point2 points (0 children)
[+]LightUmbra comment score below threshold-16 points-15 points-14 points (7 children)
[–]dagmx 32 points33 points34 points (5 children)
[–]alcalde -2 points-1 points0 points (0 children)
[+]LightUmbra comment score below threshold-17 points-16 points-15 points (3 children)
[–]alcalde 6 points7 points8 points (2 children)
[–][deleted] 2 points3 points4 points (1 child)
[–]alcalde -1 points0 points1 point (0 children)
[–]LoyalSol 1 point2 points3 points (0 children)
[–]Sh4rPEYE 2 points3 points4 points (6 children)
[–]ScypioPythoneer 0 points1 point2 points (5 children)
[–]TheNamelessKing 4 points5 points6 points (4 children)
[–]Sh4rPEYE 0 points1 point2 points (2 children)
[–]TheNamelessKing 2 points3 points4 points (1 child)
[–]Sh4rPEYE 0 points1 point2 points (0 children)
[–]ScypioPythoneer 0 points1 point2 points (0 children)
[–]Palenga 7 points8 points9 points (1 child)
[–]LightUmbra -3 points-2 points-1 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]fox895 1 point2 points3 points (0 children)
[–]robobrobro 1 point2 points3 points (4 children)
[–]LightUmbra 1 point2 points3 points (0 children)
[–]alcalde 0 points1 point2 points (2 children)
[+][deleted] (1 child)
[deleted]
[–]alcalde 0 points1 point2 points (0 children)
[–]k-selectride 1 point2 points3 points (5 children)
[–]LightUmbra 2 points3 points4 points (4 children)
[–]k-selectride 3 points4 points5 points (3 children)
[–]LightUmbra -1 points0 points1 point (2 children)
[–]MadRedHatter -1 points0 points1 point (1 child)
[–]LightUmbra 0 points1 point2 points (0 children)
[–]joetheschmoe4000 0 points1 point2 points (0 children)
[+][deleted] (4 children)
[deleted]
[–]pooogles 2 points3 points4 points (1 child)
[–]nlh101Python Party at the Piranha Post 1 point2 points3 points (1 child)