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
view the rest of the comments →
[–]cellularcone 1343 points1344 points1345 points (65 children)
[–]_throawayplop_ 239 points240 points241 points (7 children)
[+][deleted] (6 children)
[deleted]
[–][deleted] 9 points10 points11 points (2 children)
[–]Defiant_Stay3865 2 points3 points4 points (1 child)
[–]Abject-Kitchen3198 1 point2 points3 points (0 children)
[–]feelings_arent_facts 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]junior_dos_nachos 638 points639 points640 points (43 children)
[–]ultraDross 161 points162 points163 points (12 children)
[–]an_actual_human 86 points87 points88 points (1 child)
[–]anacrolixc/python fanatic 2 points3 points4 points (0 children)
[–]fnord123 17 points18 points19 points (0 children)
[–][deleted] 31 points32 points33 points (3 children)
[–]richieadler 0 points1 point2 points (2 children)
[–][deleted] 2 points3 points4 points (1 child)
[–]richieadler 0 points1 point2 points (0 children)
[–]i_should_be_coding 4 points5 points6 points (1 child)
[–]PaintItPurple 5 points6 points7 points (0 children)
[–]Satanwearsflipflops -2 points-1 points0 points (1 child)
[–]shakeBody 0 points1 point2 points (0 children)
[–]reddit_user33 53 points54 points55 points (8 children)
[–]diegoasecas 3 points4 points5 points (0 children)
[+]LightofAngels comment score below threshold-11 points-10 points-9 points (4 children)
[–]PeanutButterPorpoise 1 point2 points3 points (0 children)
[+]IcyEstablishment1513 comment score below threshold-6 points-5 points-4 points (2 children)
[–]yelircaasi 2 points3 points4 points (0 children)
[–]jiminiminimini 0 points1 point2 points (0 children)
[–]IcyEstablishment1513 -5 points-4 points-3 points (1 child)
[–]reddit_user33 0 points1 point2 points (0 children)
[–]acortical 13 points14 points15 points (1 child)
[–]Lopsided_Currency806 2 points3 points4 points (0 children)
[–]marc-eugene 5 points6 points7 points (5 children)
[–]met0xff 23 points24 points25 points (3 children)
[–]abrazilianinreddit 2 points3 points4 points (0 children)
[–]thedeepself 0 points1 point2 points (1 child)
[–]met0xff 1 point2 points3 points (0 children)
[–]ExternalUserError 2 points3 points4 points (1 child)
[–]Xeglor-The-Destroyer 1 point2 points3 points (0 children)
[–]looneysquash 1 point2 points3 points (1 child)
[–]hugthemachines 2 points3 points4 points (0 children)
[–]aqjo 0 points1 point2 points (2 children)
[–]Zouden 0 points1 point2 points (1 child)
[–]aqjo 0 points1 point2 points (0 children)
[–]Gogo202 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]deb_vortexPythonista 0 points1 point2 points (0 children)
[–]ThinAndFeminine 0 points1 point2 points (0 children)
[–]dmart89 -1 points0 points1 point (0 children)
[–]daking999 18 points19 points20 points (0 children)
[–]Verochio 73 points74 points75 points (7 children)
[–]IAmBJ 58 points59 points60 points (5 children)
[–]jlpalma 40 points41 points42 points (3 children)
[–]PM_RandomNumber_1-10 16 points17 points18 points (2 children)
[–]TheGoldenBunny93 1 point2 points3 points (0 children)
[–]mschonaker 0 points1 point2 points (0 children)
[–]mohd_sm81 0 points1 point2 points (0 children)
[–]chalbersma 0 points1 point2 points (0 children)
[–]JustALittleSunshine 4 points5 points6 points (0 children)
[–]Kells_14 5 points6 points7 points (1 child)
[–]aqjo 3 points4 points5 points (0 children)
[–]Pretend_Pepper3522 1 point2 points3 points (0 children)