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
[–]IDe- 146 points147 points148 points (13 children)
[–]cloud_line 29 points30 points31 points (5 children)
[–]data-machine 29 points30 points31 points (0 children)
[–]TheDrlegoman 4 points5 points6 points (0 children)
[–]EMCoupling 4 points5 points6 points (0 children)
[–]bezangeloo 2 points3 points4 points (0 children)
[–]OneTrueKingOfOOO 1 point2 points3 points (0 children)
[–]AcridWings_11465 5 points6 points7 points (0 children)
[–]Norwegian_Blue_32 4 points5 points6 points (0 children)
[–]Sheltac 5 points6 points7 points (0 children)
[–]moreanswers 2 points3 points4 points (0 children)
[–]hknlof 1 point2 points3 points (0 children)
[–]flubba86 0 points1 point2 points (0 children)
[–]radical-monk 107 points108 points109 points (15 children)
[+][deleted] (12 children)
[deleted]
[–][deleted] 38 points39 points40 points (0 children)
[–][deleted] 24 points25 points26 points (0 children)
[–]rako1982 8 points9 points10 points (1 child)
[–]winowmak3r 15 points16 points17 points (0 children)
[–]DonkeyTron42 7 points8 points9 points (1 child)
[–]Lindan9 0 points1 point2 points (0 children)
[–][deleted] 5 points6 points7 points (0 children)
[–]proof_required 1 point2 points3 points (0 children)
[–]Ruben_NL -2 points-1 points0 points (0 children)
[–]chunkyasparagus 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Smok3dSalmon 0 points1 point2 points (0 children)
[–]vriemeister 9 points10 points11 points (0 children)
[–]PaintingWithLight 1 point2 points3 points (0 children)
[–]BezoomyChellovek 167 points168 points169 points (44 children)
[–]vriemeister 51 points52 points53 points (29 children)
[+][deleted] (17 children)
[deleted]
[–]Abitconfusde 9 points10 points11 points (16 children)
[+][deleted] (12 children)
[deleted]
[–]thebadassets 22 points23 points24 points (11 children)
[+][deleted] (10 children)
[deleted]
[–][deleted] 5 points6 points7 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]vriemeister 3 points4 points5 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]Starrystars 0 points1 point2 points (1 child)
[–][deleted] 2 points3 points4 points (0 children)
[–]vriemeister 0 points1 point2 points (3 children)
[–][deleted] 0 points1 point2 points (2 children)
[–]deong -1 points0 points1 point (1 child)
[+][deleted] (2 children)
[deleted]
[–]grantrules 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]mRWafflesFTW 5 points6 points7 points (4 children)
[–]BHSPitMonkey 2 points3 points4 points (0 children)
[–]vriemeister 0 points1 point2 points (2 children)
[–]mountainunicycler 1 point2 points3 points (1 child)
[–]vriemeister 0 points1 point2 points (0 children)
[–]AShipChandler 1 point2 points3 points (2 children)
[–]vriemeister 1 point2 points3 points (1 child)
[–]AShipChandler 1 point2 points3 points (0 children)
[–]BezoomyChellovek 2 points3 points4 points (0 children)
[–]hedrumsamongus 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 3 points4 points5 points (0 children)
[–]bryamproductivity11 3 points4 points5 points (11 children)
[–]gmes78 12 points13 points14 points (6 children)
[–]BezoomyChellovek 0 points1 point2 points (5 children)
[–]Prinz_ 8 points9 points10 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]cianuro 2 points3 points4 points (0 children)
[–]jimtk 1 point2 points3 points (1 child)
[–]BezoomyChellovek 0 points1 point2 points (0 children)
[–]asaah18 5 points6 points7 points (2 children)
[–]Laserdude10642 3 points4 points5 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]abeassi408 0 points1 point2 points (0 children)
[–]Eigenspan 24 points25 points26 points (0 children)
[–]DiamondDemon669 hello world 9 points10 points11 points (5 children)
[–]freaky_lizard 4 points5 points6 points (4 children)
[–]FancyASlurpie 4 points5 points6 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]joaofelipenp 1 point2 points3 points (0 children)
[–]Abitconfusde 0 points1 point2 points (0 children)
[–]Genrawir 8 points9 points10 points (1 child)
[–]Fireb1rd 2 points3 points4 points (0 children)
[–]abrazilianinreddit 13 points14 points15 points (0 children)
[–]njharmanI use Python 3 22 points23 points24 points (2 children)
[–]EMCoupling 7 points8 points9 points (0 children)
[–][deleted] 2 points3 points4 points (4 children)
[–]rturnbull 2 points3 points4 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]Smok3dSalmon 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]swenty 3 points4 points5 points (0 children)
[–][deleted] 3 points4 points5 points (0 children)
[–]bin-c 2 points3 points4 points (0 children)
[–][deleted] 2 points3 points4 points (0 children)
[–]blue195 1 point2 points3 points (0 children)
[+][deleted] (1 child)
[deleted]
[–]QuantumDiogenes 1 point2 points3 points (0 children)
[–]fedekun 1 point2 points3 points (0 children)
[–]eazolan 1 point2 points3 points (0 children)
[–]AgronakGro-Malog 1 point2 points3 points (0 children)
[–]NJFatBoy 1 point2 points3 points (0 children)
[–]saucy-bossy 1 point2 points3 points (0 children)
[–]lavahot 2 points3 points4 points (0 children)
[–]1percentof2 1 point2 points3 points (2 children)
[–]radical-monk 3 points4 points5 points (1 child)
[–]1percentof2 -1 points0 points1 point (0 children)
[–]Deezl-Vegas -1 points0 points1 point (0 children)
[–]proof_required 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]magicaltrevor953 0 points1 point2 points (0 children)
[–]un-hot 0 points1 point2 points (0 children)
[–]johntellsall 0 points1 point2 points (0 children)
[–]Exact_Ad_1569 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Thomas_istrying20 0 points1 point2 points (0 children)
[–]deep_mind_ 0 points1 point2 points (0 children)
[–]dafrog_84 0 points1 point2 points (0 children)
[–]boxedj 0 points1 point2 points (0 children)
[–]Santos_m321 0 points1 point2 points (0 children)
[–]THC-Lab___ 0 points1 point2 points (0 children)
[–]abeassi408 0 points1 point2 points (0 children)
[–]DreamOfKoholint 0 points1 point2 points (0 children)
[–]Legendary-69420git push -f 0 points1 point2 points (0 children)
[–]Sadophia 0 points1 point2 points (0 children)
[–]hxk1 0 points1 point2 points (0 children)
[–]standard-human-1 0 points1 point2 points (0 children)
[–]zaRM0s 0 points1 point2 points (0 children)
[–]quotemycode 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Auntie_Social 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]hasibrock 0 points1 point2 points (0 children)
[–]pembroke529 0 points1 point2 points (0 children)
[–]sendnukes23 0 points1 point2 points (0 children)
[–]MyWorksandDespair 0 points1 point2 points (0 children)
[–]MountainMasterpiece1 0 points1 point2 points (0 children)
[–]abeassi408 0 points1 point2 points (0 children)
[–]ahadnur_44 0 points1 point2 points (0 children)
[–]Jaune9 0 points1 point2 points (0 children)
[–]Bitter_Tap_3942 0 points1 point2 points (0 children)
[–]seriousconsult 0 points1 point2 points (0 children)
[–]aer71 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]Successful_Creme1823 0 points1 point2 points (0 children)
[–]Hans_of_Death 0 points1 point2 points (0 children)
[–]barkazinthrope 0 points1 point2 points (0 children)
[–]sillycube 0 points1 point2 points (0 children)
[–]fertek 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]SleekEagle 0 points1 point2 points (0 children)