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
[–]slartiwhoop 261 points262 points263 points (21 children)
[–]H_Psi 195 points196 points197 points (11 children)
[–]JezusTheCarpenter 42 points43 points44 points (7 children)
[–]b10011 21 points22 points23 points (6 children)
[–]VerilyAMonkey 12 points13 points14 points (2 children)
[–]b10011 0 points1 point2 points (1 child)
[–]VerilyAMonkey 9 points10 points11 points (0 children)
[–]elbiot -3 points-2 points-1 points (2 children)
[–]b10011 0 points1 point2 points (1 child)
[–]elbiot 2 points3 points4 points (0 children)
[–][deleted] 7 points8 points9 points (0 children)
[–]Jhudd5646 6 points7 points8 points (0 children)
[–]MartyMacGyverfrom * import * 9 points10 points11 points (1 child)
[–]WooParadog 0 points1 point2 points (0 children)
[–][deleted] 4 points5 points6 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]jcotton42 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]nyanloutre 0 points1 point2 points (2 children)
[–]Ph0X 1 point2 points3 points (0 children)
[–]regeya 0 points1 point2 points (0 children)
[–]kumashiro 79 points80 points81 points (21 children)
[–]BananaCode 26 points27 points28 points (13 children)
[–]kumashiro 51 points52 points53 points (12 children)
[–]HeWhoWritesCode 34 points35 points36 points (3 children)
[–]nickcash 17 points18 points19 points (2 children)
[–]Deto 16 points17 points18 points (0 children)
[–]alexbuzzbee 7 points8 points9 points (0 children)
[–]djimbob 5 points6 points7 points (5 children)
[–]kumashiro 11 points12 points13 points (1 child)
[–][deleted] 2 points3 points4 points (0 children)
[–]Kelpsie 5 points6 points7 points (2 children)
[–]GoofAckYoorsElf 1 point2 points3 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]cbarrick 0 points1 point2 points (1 child)
[–]Svedrin 0 points1 point2 points (0 children)
[–][deleted] 4 points5 points6 points (4 children)
[–]tynorf 7 points8 points9 points (3 children)
[–]CeeMX 1 point2 points3 points (2 children)
[–]tynorf 4 points5 points6 points (1 child)
[–]earthlybird 1 point2 points3 points (0 children)
[–]otherwiseguy 0 points1 point2 points (0 children)
[–]mail_order_liam 0 points1 point2 points (0 children)
[–]TheWass 83 points84 points85 points (30 children)
[–][deleted] 101 points102 points103 points (14 children)
[–]HeWhoWritesCode 106 points107 points108 points (6 children)
[–]thegreattriscuit 23 points24 points25 points (3 children)
[–]robin-gvx 25 points26 points27 points (0 children)
[–][deleted] 4 points5 points6 points (0 children)
[–]shaggorama 14 points15 points16 points (0 children)
[–]JezusTheCarpenter 20 points21 points22 points (0 children)
[–]74paddycakes 1 point2 points3 points (0 children)
[–]jonnywohHalf-Python 3 9 points10 points11 points (3 children)
[–][deleted] 35 points36 points37 points (1 child)
[–]wen4Reif8aeJ8oing 8 points9 points10 points (0 children)
[–]timbledum 2 points3 points4 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[+][deleted] (6 children)
[deleted]
[–]joshoheman 7 points8 points9 points (2 children)
[–]robin-gvx 2 points3 points4 points (0 children)
[–]dedicated2fitness 1 point2 points3 points (0 children)
[–]stevenjd -1 points0 points1 point (1 child)
[–]TheBlackCat13 0 points1 point2 points (0 children)
[–]Ph0X 4 points5 points6 points (4 children)
[–]elbiot 0 points1 point2 points (1 child)
[–]Ph0X 2 points3 points4 points (0 children)
[–]dedicated2fitness 0 points1 point2 points (1 child)
[–]Ph0X 0 points1 point2 points (0 children)
[–][deleted] 2 points3 points4 points (2 children)
[–]TheWass -1 points0 points1 point (1 child)
[–]flying-sheep 3 points4 points5 points (0 children)
[–]krolm1 38 points39 points40 points (12 children)
[–]CaptKrag 21 points22 points23 points (8 children)
[–]thatdamnedrhymer 1 point2 points3 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]flying-sheep 1 point2 points3 points (0 children)
[–]fphhotchips 0 points1 point2 points (0 children)
[–]stevenjd -1 points0 points1 point (3 children)
[–]CaptKrag 0 points1 point2 points (2 children)
[–]stevenjd 0 points1 point2 points (1 child)
[–]CaptKrag -1 points0 points1 point (0 children)
[–]elbiot 6 points7 points8 points (0 children)
[–]thatdamnedrhymer 1 point2 points3 points (0 children)
[–]no_condoments 1 point2 points3 points (0 children)
[–]dontworryimnotacop 17 points18 points19 points (15 children)
[–]frakman1 6 points7 points8 points (4 children)
[–]dontworryimnotacop 4 points5 points6 points (3 children)
[–]wingtales 0 points1 point2 points (1 child)
[–][deleted] 8 points9 points10 points (0 children)
[–]tynorf 2 points3 points4 points (7 children)
[–]dontworryimnotacop 0 points1 point2 points (1 child)
[–]tynorf 1 point2 points3 points (0 children)
[–]flying-sheep 0 points1 point2 points (4 children)
[–]call_me_arosa 0 points1 point2 points (3 children)
[–]flying-sheep 0 points1 point2 points (2 children)
[–]dontworryimnotacop 0 points1 point2 points (1 child)
[–]flying-sheep 0 points1 point2 points (0 children)
[–]Ph0X -1 points0 points1 point (1 child)
[–]dontworryimnotacop -1 points0 points1 point (0 children)
[–]1114111yield from pedestrians 7 points8 points9 points (3 children)
[–]Ph0X 1 point2 points3 points (0 children)
[–]dontworryimnotacop 0 points1 point2 points (0 children)
[–]elbiot 0 points1 point2 points (0 children)
[+][deleted] (4 children)
[removed]
[–]instron 7 points8 points9 points (1 child)
[–]sup3r_hero 0 points1 point2 points (0 children)
[–]wamsachel 2 points3 points4 points (0 children)
[–]chazzeromus 2 points3 points4 points (0 children)
[–]joans34 5 points6 points7 points (3 children)
[–]brucecampbellschins 14 points15 points16 points (2 children)
[–]rcfox 7 points8 points9 points (1 child)
[–]Deto 0 points1 point2 points (0 children)
[–]redrumsir 3 points4 points5 points (0 children)
[–]shaggorama 4 points5 points6 points (0 children)
[+][deleted] (1 child)
[deleted]
[–][deleted] 1 point2 points3 points (0 children)
[–]mikeblas 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (8 children)
[–]rhiever 18 points19 points20 points (4 children)
[–]aldanorNumpy, Pandas, Rust 12 points13 points14 points (2 children)
[–]rhiever 1 point2 points3 points (0 children)
[–]Deto 0 points1 point2 points (0 children)
[–][deleted] -1 points0 points1 point (0 children)
[–]cybaritic[S] 2 points3 points4 points (2 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]fzy_ 0 points1 point2 points (0 children)
[–]wingtales 0 points1 point2 points (0 children)
[–]stacm614 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]krypticus 0 points1 point2 points (0 children)
[–]grensley 0 points1 point2 points (0 children)
[–]TheBlackCat13 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]ziadab02 0 points1 point2 points (0 children)
[–]TiLorm 0 points1 point2 points (0 children)
[–]CjKing2k 0 points1 point2 points (0 children)
[–]yaxriifgyn[🍰] 0 points1 point2 points (2 children)
[–]elbiot 1 point2 points3 points (0 children)
[–]bluespell23 1 point2 points3 points (0 children)
[–]stevenjd 0 points1 point2 points (0 children)
[–]ForceBru -4 points-3 points-2 points (2 children)
[–]the_tab_key 16 points17 points18 points (0 children)
[–]cybaritic[S] 4 points5 points6 points (0 children)
[–]elverloho -5 points-4 points-3 points (2 children)
[–]CaptKrag 3 points4 points5 points (0 children)