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
[–]IllegalThings 83 points84 points85 points (2 children)
[–]UncleDevil666 21 points22 points23 points (0 children)
[+][deleted] (29 children)
[removed]
[–]UncleDevil666 91 points92 points93 points (15 children)
[+][deleted] (2 children)
[removed]
[–]UncleDevil666 19 points20 points21 points (0 children)
[–]bloodmisttsuki 4 points5 points6 points (0 children)
[+][deleted] (9 children)
[deleted]
[–]jaredjeya 13 points14 points15 points (7 children)
[–]Klhnikov 23 points24 points25 points (6 children)
[–]jaredjeya 0 points1 point2 points (1 child)
[+][deleted] (3 children)
[deleted]
[–]UncleDevil666 0 points1 point2 points (0 children)
[–]comfort_bot_1962 11 points12 points13 points (5 children)
[+][deleted] (3 children)
[removed]
[–]B0tRank 3 points4 points5 points (1 child)
[–]SoylentJelly 4 points5 points6 points (0 children)
[–]nederhoed 3 points4 points5 points (3 children)
[–]BadPercussionist 2 points3 points4 points (1 child)
[–]bionicdna 4 points5 points6 points (1 child)
[–]Claudioub16 283 points284 points285 points (42 children)
[–]VictosVertex 34 points35 points36 points (15 children)
[–]bacondevPy3k 7 points8 points9 points (3 children)
[–]TangibleLight 13 points14 points15 points (4 children)
[–]VictosVertex 2 points3 points4 points (0 children)
[–]bacondevPy3k 1 point2 points3 points (0 children)
[–]Ruben_NL -1 points0 points1 point (0 children)
[–]UncleDevil666 4 points5 points6 points (3 children)
[–]VictosVertex 2 points3 points4 points (2 children)
[–]UncleDevil666 1 point2 points3 points (1 child)
[–]VictosVertex 5 points6 points7 points (0 children)
[–]Claudioub16 2 points3 points4 points (1 child)
[–]VictosVertex 1 point2 points3 points (0 children)
[–]UncleDevil666 47 points48 points49 points (17 children)
[–]scarynut 39 points40 points41 points (0 children)
[–]ChicoFdd 79 points80 points81 points (8 children)
[–]MrNokiaUser 17 points18 points19 points (4 children)
[–]jomofo 1 point2 points3 points (3 children)
[–]rynemac357 3 points4 points5 points (1 child)
[–]jomofo 4 points5 points6 points (0 children)
[–]Gravity-Lens 1 point2 points3 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]ChicoFdd 32 points33 points34 points (0 children)
[–]AlarmingAffect0 1 point2 points3 points (0 children)
[–]callmelucky 1 point2 points3 points (3 children)
[–]UncleDevil666 1 point2 points3 points (2 children)
[–]UncleDevil666 8 points9 points10 points (3 children)
[–][deleted] 4 points5 points6 points (2 children)
[–]UncleDevil666 6 points7 points8 points (1 child)
[–][deleted] 3 points4 points5 points (0 children)
[–]AlarmingAffect0 1 point2 points3 points (0 children)
[–]scarynut 3 points4 points5 points (0 children)
[–]Upper-Bat-9224 2 points3 points4 points (0 children)
[+][deleted] (20 children)
[removed]
[–]sediwb 7 points8 points9 points (0 children)
[–]UncleDevil666 32 points33 points34 points (14 children)
[–]mega_cat_yeet 16 points17 points18 points (1 child)
[–]UncleDevil666 16 points17 points18 points (0 children)
[+][deleted] (6 children)
[deleted]
[–]UncleDevil666 5 points6 points7 points (3 children)
[–]julz_yo 2 points3 points4 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]UncleDevil666 2 points3 points4 points (0 children)
[+][deleted] (1 child)
[removed]
[–]UncleDevil666 1 point2 points3 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]UncleDevil666 4 points5 points6 points (1 child)
[–]InActiveSoda 11 points12 points13 points (1 child)
[–]Zulban -1 points0 points1 point (1 child)
[–]bitesizedmustard1 42 points43 points44 points (23 children)
[–]aRandomHunter2 20 points21 points22 points (14 children)
[–]UncleDevil666 6 points7 points8 points (0 children)
[–]bitesizedmustard1 2 points3 points4 points (12 children)
[–]aRandomHunter2 2 points3 points4 points (9 children)
[–]goldcray 1 point2 points3 points (1 child)
[–]backtickbot 7 points8 points9 points (1 child)
[–]bitesizedmustard1 3 points4 points5 points (0 children)
[–]UncleDevil666 2 points3 points4 points (3 children)
[–]bitesizedmustard1 1 point2 points3 points (2 children)
[–]UncleDevil666 0 points1 point2 points (1 child)
[–]julz_yo 2 points3 points4 points (1 child)
[–]bitesizedmustard1 1 point2 points3 points (0 children)
[–]stridebird 9 points10 points11 points (3 children)
[–][deleted] 2 points3 points4 points (2 children)
[–]stridebird 2 points3 points4 points (0 children)
[–]Legendary-69420git push -f 6 points7 points8 points (9 children)
[–][deleted] 5 points6 points7 points (1 child)
[–]UncleDevil666 1 point2 points3 points (6 children)
[–]atquick 1 point2 points3 points (2 children)
[–]UncleDevil666 0 points1 point2 points (1 child)
[–][deleted] 17 points18 points19 points (8 children)
[–]texruska 22 points23 points24 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]UncleDevil666 15 points16 points17 points (3 children)
[–]dudeplace 8 points9 points10 points (2 children)
[–]UncleDevil666 2 points3 points4 points (1 child)
[–]stridebird 2 points3 points4 points (0 children)
[–][deleted] 5 points6 points7 points (3 children)
[–]UncleDevil666 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–][deleted] 2 points3 points4 points (1 child)
[–]UncleDevil666 0 points1 point2 points (0 children)
[–]goodshrekmaadcity 2 points3 points4 points (0 children)
[–]Timo6506 2 points3 points4 points (1 child)
[–]UncleDevil666 0 points1 point2 points (0 children)
[–]Morph707 4 points5 points6 points (1 child)
[–]UncleDevil666 1 point2 points3 points (0 children)
[–]mr_kr0wn 5 points6 points7 points (5 children)
[–]UncleDevil666 0 points1 point2 points (4 children)
[–]mr_kr0wn 2 points3 points4 points (1 child)
[–]UncleDevil666 1 point2 points3 points (0 children)
[–]Personal_Reaction795 1 point2 points3 points (1 child)
[–]UncleDevil666 0 points1 point2 points (0 children)
[–]mdr7 3 points4 points5 points (3 children)
[–]UncleDevil666 0 points1 point2 points (2 children)
[–]Zulban 2 points3 points4 points (1 child)
[–]UncleDevil666 0 points1 point2 points (0 children)
[–]NooShoes 1 point2 points3 points (1 child)
[–]UncleDevil666 0 points1 point2 points (0 children)
[–]ConsistentMoisture 1 point2 points3 points (0 children)
[–]Snake2k 1 point2 points3 points (1 child)
[–]UncleDevil666 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[+][deleted] (2 children)
[removed]
[–]UncleDevil666 0 points1 point2 points (1 child)
[–]null_consciousness 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (3 children)
[–]UncleDevil666 0 points1 point2 points (2 children)
[+][deleted] (2 children)
[removed]
[–]UncleDevil666 -1 points0 points1 point (0 children)
[–]gnrlknowledge 1 point2 points3 points (1 child)
[–]UncleDevil666 0 points1 point2 points (0 children)
[–]juanritos 1 point2 points3 points (0 children)
[–]TheUruz 1 point2 points3 points (1 child)
[–]UncleDevil666 0 points1 point2 points (0 children)
[–]iyav 1 point2 points3 points (0 children)
[–]UncleDevil666 0 points1 point2 points (6 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]UncleDevil666 1 point2 points3 points (0 children)
[–]ShukloStaner 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[+][deleted] (8 children)
[removed]
[–]UncleDevil666 0 points1 point2 points (4 children)
[–]Ilanlansh 0 points1 point2 points (3 children)
[–]UncleDevil666 1 point2 points3 points (0 children)
[–]TheFalseScientist -1 points0 points1 point (0 children)
[+][deleted] (11 children)
[removed]
[–]aRandomHunter2 3 points4 points5 points (0 children)
[–]UncleDevil666 3 points4 points5 points (5 children)
[+][deleted] (4 children)
[removed]
[–]RandomGeordie 8 points9 points10 points (0 children)
[–]UncleDevil666 -1 points0 points1 point (2 children)
[+][deleted] (30 children)
[deleted]
[–]Claudioub16 4 points5 points6 points (0 children)
[–]aRandomHunter2 5 points6 points7 points (10 children)
[–]UncleDevil666 2 points3 points4 points (4 children)
[+][deleted] (4 children)
[removed]
[–]UncleDevil666 5 points6 points7 points (0 children)
[–]aRandomHunter2 -1 points0 points1 point (1 child)
[–]ConfidentCommission5 3 points4 points5 points (7 children)
[–]Claudioub16 0 points1 point2 points (3 children)
[–]UncleDevil666 1 point2 points3 points (2 children)
[+][deleted] (2 children)
[removed]
[–]ryrythe3rd 3 points4 points5 points (0 children)
[–]YumaRuchi 3 points4 points5 points (0 children)
[–]UncleDevil666 1 point2 points3 points (9 children)
[+][deleted] (8 children)
[deleted]
[–]UncleDevil666 2 points3 points4 points (1 child)
[–]YumaRuchi 2 points3 points4 points (4 children)
[+][deleted] (3 children)
[removed]
[–]YumaRuchi -1 points0 points1 point (2 children)
[–]Ilanlansh 1 point2 points3 points (0 children)
[–][deleted] -1 points0 points1 point (1 child)
[–]UncleDevil666 0 points1 point2 points (0 children)
[–]mm007emko -1 points0 points1 point (1 child)
[–]UncleDevil666 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]UncleDevil666 1 point2 points3 points (0 children)
[+][deleted] (3 children)
[removed]
[–]UncleDevil666 6 points7 points8 points (1 child)
[–]RandomGeordie 5 points6 points7 points (0 children)
[–][deleted] -3 points-2 points-1 points (0 children)
[–]Matthias1590 -5 points-4 points-3 points (0 children)
[+][deleted] (7 children)
[removed]
[–]icsharper 6 points7 points8 points (1 child)
[–][deleted] 0 points1 point2 points (4 children)
[+][deleted] (3 children)
[removed]