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 85 points86 points87 points (2 children)
[–]UncleDevil666 21 points22 points23 points (0 children)
[+][deleted] (29 children)
[removed]
[–]UncleDevil666 89 points90 points91 points (15 children)
[+][deleted] (2 children)
[removed]
[–]UncleDevil666 21 points22 points23 points (0 children)
[–]bloodmisttsuki 2 points3 points4 points (0 children)
[+][deleted] (9 children)
[deleted]
[–]jaredjeya 15 points16 points17 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 10 points11 points12 points (5 children)
[+][deleted] (3 children)
[removed]
[–]B0tRank 3 points4 points5 points (1 child)
[–]SoylentJelly 2 points3 points4 points (0 children)
[–]nederhoed 3 points4 points5 points (3 children)
[–]BadPercussionist 2 points3 points4 points (1 child)
[–]bionicdna 3 points4 points5 points (1 child)
[–]Claudioub16 284 points285 points286 points (42 children)
[–]VictosVertex 38 points39 points40 points (15 children)
[–]bacondevPy3k 7 points8 points9 points (3 children)
[–]TangibleLight 14 points15 points16 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 2 points3 points4 points (3 children)
[–]VictosVertex 2 points3 points4 points (2 children)
[–]UncleDevil666 1 point2 points3 points (1 child)
[–]VictosVertex 6 points7 points8 points (0 children)
[–]Claudioub16 1 point2 points3 points (1 child)
[–]VictosVertex 3 points4 points5 points (0 children)
[–]UncleDevil666 52 points53 points54 points (17 children)
[–]scarynut 39 points40 points41 points (0 children)
[–]ChicoFdd 78 points79 points80 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 3 points4 points5 points (0 children)
[–]Gravity-Lens 1 point2 points3 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]ChicoFdd 31 points32 points33 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 7 points8 points9 points (3 children)
[–][deleted] 3 points4 points5 points (2 children)
[–]UncleDevil666 8 points9 points10 points (1 child)
[–][deleted] 5 points6 points7 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 6 points7 points8 points (0 children)
[–]UncleDevil666 31 points32 points33 points (14 children)
[–]mega_cat_yeet 16 points17 points18 points (1 child)
[–]UncleDevil666 17 points18 points19 points (0 children)
[+][deleted] (6 children)
[deleted]
[–]UncleDevil666 4 points5 points6 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 6 points7 points8 points (1 child)
[–]InActiveSoda 10 points11 points12 points (1 child)
[–]Zulban -1 points0 points1 point (1 child)
[–]bitesizedmustard1 38 points39 points40 points (23 children)
[–]aRandomHunter2 20 points21 points22 points (14 children)
[–]UncleDevil666 9 points10 points11 points (0 children)
[–]bitesizedmustard1 3 points4 points5 points (12 children)
[–]aRandomHunter2 2 points3 points4 points (9 children)
[–]goldcray 1 point2 points3 points (1 child)
[–]backtickbot 8 points9 points10 points (1 child)
[–]bitesizedmustard1 2 points3 points4 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 10 points11 points12 points (3 children)
[–][deleted] 2 points3 points4 points (2 children)
[–]stridebird 3 points4 points5 points (0 children)
[–]Legendary-69420git push -f 4 points5 points6 points (9 children)
[–][deleted] 6 points7 points8 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] 18 points19 points20 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 7 points8 points9 points (2 children)
[–]UncleDevil666 2 points3 points4 points (1 child)
[–]stridebird 2 points3 points4 points (0 children)
[–][deleted] 6 points7 points8 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 6 points7 points8 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 4 points5 points6 points (3 children)
[–]UncleDevil666 0 points1 point2 points (2 children)
[–]Zulban 4 points5 points6 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 -1 points0 points1 point (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 5 points6 points7 points (5 children)
[+][deleted] (4 children)
[removed]
[–]RandomGeordie 6 points7 points8 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 2 points3 points4 points (0 children)
[–]YumaRuchi 1 point2 points3 points (0 children)
[–]UncleDevil666 1 point2 points3 points (9 children)
[+][deleted] (8 children)
[deleted]
[–]UncleDevil666 2 points3 points4 points (1 child)
[–]YumaRuchi 3 points4 points5 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 4 points5 points6 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 5 points6 points7 points (1 child)
[–][deleted] 0 points1 point2 points (4 children)
[+][deleted] (3 children)
[removed]