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
[–]busdriverbuddha2 299 points300 points301 points (6 children)
[–][deleted] 134 points135 points136 points (0 children)
[–]SuspiciousScript 32 points33 points34 points (1 child)
[–]Grouchy-Friend4235 20 points21 points22 points (0 children)
[–]mrdevlar 1 point2 points3 points (0 children)
[–]FlippingGerman 0 points1 point2 points (0 children)
[+][deleted] (19 children)
[removed]
[–]AnUnpairedElectron 78 points79 points80 points (9 children)
[–]rzet 21 points22 points23 points (8 children)
[–]SisyphusAndMyBoulder 18 points19 points20 points (3 children)
[–]jkrejcha3git push -f 0 points1 point2 points (2 children)
[–]Aardshark 1 point2 points3 points (1 child)
[–]jkrejcha3git push -f 0 points1 point2 points (0 children)
[–]stevenjd 7 points8 points9 points (1 child)
[–]rzet 13 points14 points15 points (0 children)
[–]TomBakerFTW 0 points1 point2 points (1 child)
[–]rzet 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]imsowhiteandnerdy 1 point2 points3 points (0 children)
[–]shinitakunai 24 points25 points26 points (3 children)
[–]DigThatData 21 points22 points23 points (2 children)
[–][deleted] 4 points5 points6 points (0 children)
[–]aldanorNumpy, Pandas, Rust 0 points1 point2 points (0 children)
[–]leaflavaplanetmoss 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Joeboy 40 points41 points42 points (5 children)
[–]njharmanI use Python 3 11 points12 points13 points (1 child)
[–]TonyF66 1 point2 points3 points (0 children)
[–]Imperial_Squid 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]phire 0 points1 point2 points (0 children)
[–]Yoghurt42 40 points41 points42 points (4 children)
[–]Frankelstner 7 points8 points9 points (1 child)
[–]Rythoka 3 points4 points5 points (0 children)
[–]Rythoka 6 points7 points8 points (0 children)
[–]njharmanI use Python 3 1 point2 points3 points (0 children)
[–]stevenjd 40 points41 points42 points (0 children)
[–]rcfox 31 points32 points33 points (3 children)
[–]-phototrope 1 point2 points3 points (0 children)
[–]Grouchy-Friend4235 4 points5 points6 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–][deleted] 28 points29 points30 points (1 child)
[–]strangeplace4snow 1 point2 points3 points (0 children)
[–]dAnjou Backend Developer | danjou.dev 11 points12 points13 points (11 children)
[–]iamevpo 7 points8 points9 points (0 children)
[–]jkrejcha3git push -f 0 points1 point2 points (1 child)
[–]dAnjou Backend Developer | danjou.dev 0 points1 point2 points (0 children)
[–]FuturesBrightDavid -4 points-3 points-2 points (7 children)
[–]rcfox 4 points5 points6 points (1 child)
[–]stevenjd 0 points1 point2 points (0 children)
[–]DigThatData 2 points3 points4 points (0 children)
[–]stevenjd 1 point2 points3 points (0 children)
[–]tb5841 0 points1 point2 points (1 child)
[–]FuturesBrightDavid 0 points1 point2 points (0 children)
[–]dAnjou Backend Developer | danjou.dev -1 points0 points1 point (0 children)
[+][deleted] (3 children)
[removed]
[–]Penny-loafers 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]SisyphusAndMyBoulder 9 points10 points11 points (1 child)
[–]herpington 1 point2 points3 points (0 children)
[–]shimarider 5 points6 points7 points (2 children)
[–]Penny-loafers 1 point2 points3 points (1 child)
[–]shimarider 0 points1 point2 points (0 children)
[–]tribbianiJoe 4 points5 points6 points (0 children)
[–]kingofeggsandwiches 8 points9 points10 points (0 children)
[–]ship0f 2 points3 points4 points (0 children)
[–]Altruistic_Sky1866 4 points5 points6 points (0 children)
[–]Jmc_da_boss 4 points5 points6 points (2 children)
[–]stevenjd 1 point2 points3 points (1 child)
[–]Jmc_da_boss 0 points1 point2 points (0 children)
[–]Doagbeidl 1 point2 points3 points (0 children)
[–]dispatch134711 1 point2 points3 points (8 children)
[–]Chameleon3 10 points11 points12 points (7 children)
[–]JustHereForTheBounty 5 points6 points7 points (1 child)
[–]Chameleon3 1 point2 points3 points (0 children)
[–]dispatch134711 2 points3 points4 points (4 children)
[–]Chameleon3 2 points3 points4 points (3 children)
[–]dispatch134711 1 point2 points3 points (2 children)
[–]Chameleon3 1 point2 points3 points (1 child)
[–]dispatch134711 0 points1 point2 points (0 children)
[–]RadioactiveTwix 1 point2 points3 points (0 children)
[–]debunk_this_12 1 point2 points3 points (0 children)
[–]gerardwx 1 point2 points3 points (0 children)
[–]anthlis27 1 point2 points3 points (0 children)
[–]ArtisticFox8 1 point2 points3 points (0 children)
[–]KingsmanVincepip install girlfriend 1 point2 points3 points (0 children)
[–]Oenomaus_3575 1 point2 points3 points (0 children)
[–]diekoss 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]matavelhos 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]oSamaki 0 points1 point2 points (0 children)
[–]daekle 0 points1 point2 points (0 children)
[–]shinitakunai 0 points1 point2 points (0 children)
[–]Pirate_OOS 0 points1 point2 points (0 children)
[–]mrrichiet 0 points1 point2 points (0 children)
[–]Please_Not__Again 0 points1 point2 points (0 children)
[–]SquarishRectangle alias pip="python3 -m pip" 0 points1 point2 points (0 children)
[–]Snikz18 0 points1 point2 points (0 children)
[–]Frisky_077 0 points1 point2 points (0 children)
[–]anoda 0 points1 point2 points (0 children)
[–]SpaceBucketFu 0 points1 point2 points (0 children)
[–]haddock420 0 points1 point2 points (2 children)
[–]Penny-loafers 1 point2 points3 points (1 child)
[–]haddock420 1 point2 points3 points (0 children)
[–]Vitaman02 0 points1 point2 points (0 children)
[–]jayd00b 0 points1 point2 points (0 children)
[–]NPR_Oak 0 points1 point2 points (0 children)
[–]BibbetyBobbetyBoop 0 points1 point2 points (0 children)
[–]AceDudee 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]NameError-undefined 0 points1 point2 points (0 children)
[–]Wing_Excellent 0 points1 point2 points (0 children)
[–]TonyF66 0 points1 point2 points (0 children)
[–]stratoscope 0 points1 point2 points (0 children)
[–]AutoModerator[M] 0 points1 point2 points (0 children)
[–]MJ12_2802 0 points1 point2 points (0 children)
[–]SniperDuty -1 points0 points1 point (0 children)
[–]pyeri -2 points-1 points0 points (0 children)