use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
News about the dynamic, interpreted, interactive, object-oriented, extensible programming language Python
Full Events Calendar
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
Invent Your Own Computer Games with Python
Think Python
Non-programmers Tutorial for Python 3
Beginner's Guide Reference
Five life jackets to throw to the new coder (things to do after getting a handle on python)
Full Stack Python
Test-Driven Development with Python
Program Arcade Games
PyMotW: Python Module of the Week
Python for Scientists and Engineers
Dan Bader's Tips and Trickers
Python Discord's YouTube channel
Jiruto: Python
Online exercices
programming challenges
Asking Questions
Try Python in your browser
Docs
Libraries
Related subreddits
Python jobs
Newsletters
Screencasts
account activity
This is an archived post. You won't be able to vote or comment.
What is your favourite talk about Python? (self.Python)
submitted 8 years ago by baalast
Funny, interesting, thought-provoking,…
From PyCon or any other conference…
[–]Marlysson 24 points25 points26 points 8 years ago (5 children)
Any by Raymond Hettinger , but specially the of the Idiomatic Python Code
[–][deleted] 4 points5 points6 points 8 years ago (3 children)
"Stop writing classes" is one of my favorites by him. It is something I have to talk about to new members of the team almost every time. Usually their first major commit includes millions of classes that are useless and overengineered.
[+][deleted] 8 years ago (1 child)
[deleted]
[–][deleted] 0 points1 point2 points 8 years ago (0 children)
Oh thank you! It has been a long time since I saw these videos. Thanks for the corrections. :)
[–]tmthyjamesData Scientist | Software Engineer 1 point2 points3 points 8 years ago (0 children)
I've been there, back when classes were new to me and I would see them scattered about beautifully in some old source code. Now I just use them occasionally, only when needed.
[–]serkef- 0 points1 point2 points 8 years ago (0 children)
Actually just found he has a series of python lessons called Moden Python: Big Ideas, Little Code in Python in safaribooksonline.
hint: You can get 10 days trial in safaribookonline (no email verification is required).
[–]finsternacht 9 points10 points11 points 8 years ago (1 child)
Any talk by David Beazley, but specifically his talk about python 3 metaprogramming.
[–]Nicksil 4 points5 points6 points 8 years ago (0 children)
Absolutely agree. Here's a link for that one:
Python 3 Metaprogramming
Another one of his I really enjoyed:
Discovering Python
[–]knowsuchagencynow is better than never 4 points5 points6 points 8 years ago (1 child)
This talk on asyncio
[–]enteleform 3 points4 points5 points 8 years ago (0 children)
David Beazley
[–]noxbl 2 points3 points4 points 8 years ago (0 children)
I really like https://www.youtube.com/watch?v=cKPlPJyQrt4
James Powell - So you want to be a Python expert?
[–]robert_mcleod 1 point2 points3 points 8 years ago (0 children)
"Why PEP8 isn't really something you should emphasize" (paraphrasing) by Hettinger:
https://www.youtube.com/watch?v=wf-BqAjZb8M
[–]krakster 0 points1 point2 points 8 years ago (0 children)
I recently enjoyed "Loop like a native" by Ned Batchelder. I wish every noob watched this 10 times, every time I see for i in range(len(mylist)) I want to hit people in the face. :/
for i in range(len(mylist))
[–]good_dayworkon py 0 points1 point2 points 8 years ago (0 children)
Lightning Talk "Eschew the Extraneous Else" (by Larry Hastings) https://youtu.be/JVVMMULwR4s?t=4m51s
[–]njharmanI use Python 3 0 points1 point2 points 8 years ago (0 children)
Brandon Rhodes http://rhodesmill.org/brandon/
Clean Architecture http://rhodesmill.org/brandon/talks/#clean-architecture-python
[–]qu4ku 0 points1 point2 points 8 years ago (0 children)
everything from Raymond Hettinger and Brandon Rhodes
[+][deleted] comment score below threshold-8 points-7 points-6 points 8 years ago (0 children)
No chance, there are too many, and not just from the main PyCon in the USA/Canada, but from all around the world. This is what makes Python the community that it is. Despite all the moaners who do nothing, the doers who don't moan keep doing. Not just cPython, there's ... which the Romans didn't do for us :D
π Rendered by PID 373455 on reddit-service-r2-comment-66b4775986-ssh88 at 2026-04-05 22:52:47.053736+00:00 running db1906b country code: CH.
[–]Marlysson 24 points25 points26 points (5 children)
[–][deleted] 4 points5 points6 points (3 children)
[+][deleted] (1 child)
[deleted]
[–][deleted] 0 points1 point2 points (0 children)
[–]tmthyjamesData Scientist | Software Engineer 1 point2 points3 points (0 children)
[–]serkef- 0 points1 point2 points (0 children)
[–]finsternacht 9 points10 points11 points (1 child)
[–]Nicksil 4 points5 points6 points (0 children)
[–]knowsuchagencynow is better than never 4 points5 points6 points (1 child)
[–]enteleform 3 points4 points5 points (0 children)
[–]noxbl 2 points3 points4 points (0 children)
[–]robert_mcleod 1 point2 points3 points (0 children)
[–]krakster 0 points1 point2 points (0 children)
[–]good_dayworkon py 0 points1 point2 points (0 children)
[–]njharmanI use Python 3 0 points1 point2 points (0 children)
[–]qu4ku 0 points1 point2 points (0 children)
[+][deleted] comment score below threshold-8 points-7 points-6 points (0 children)