this post was submitted on 20 Jun 2023
10 points (100.0% liked)

Python

6288 readers
3 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

πŸ“… Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

🐍 Python project:
πŸ’“ Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS
 

Link your favorite Python conference talk and give everyone else a chance to be blown away like you were the first time you heard it!

Please also include some description of what you liked about the talk. Also, the only requirement is that it is at least tangentially related to Python, so talks about developing in Python, developing CPython, general programming techniques that also apply to Python, some Python library, or even the community are all fair game.

Also, feel free to submit more than one talk, but please include only one talk per top-level comment so that we can have a place to discuss each one.

top 5 comments
sorted by: hot top controversial new old
[–] jnovinger 3 points 1 year ago

My favorite PyCon talk comes from, who else, Raymond Hettinger at PyCon US 2013 and is titled Transforming Code into Beautiful, Idiomatic Python.

I had been a Python developer for maybe a year-and-half at this point and was starting to grok some more advanced concepts. But, I remember walking out of that talk thinking about how excited Raymond was about Python and how to make Python code beautiful. I'm sure I've forgotten a few, but most everything I learned about in that talk (like context managers, looping over dictionary key/value pairs, counting with dictionaries, and decorators) have all really stuck with me and influenced how I tackle problems.

[–] jnovinger 2 points 1 year ago

Another one of my favorite conference talks comes from DjangoCon 2012. It's a keynote in the DjangoCon tradition of "Why I Hate Django". This one is called Why I Think Django Is Presently on a Collision Course with Extinction by Geoff Schmidt, one of the co-creators of Meteor.

This was my first DjangoCon and my first "Why I Hate Django" talk.

[–] pixelpop3 2 points 1 year ago (1 children)
[–] jnovinger 1 points 1 year ago

Thanks, will check these out!

Judging just from titles ... seems like the last two are coming at notebooks from different angles!

[–] jnovinger 1 points 1 year ago

I should also call out the pyvideo link on the new and improved sidebard. pyvideo is a great place to find aggregated videos from all sorts of Python related conferences from all over the world.