TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What are some of the best Python related talks that you have watched

13 pointsby samrohnalmost 6 years ago
Could include python tutorials/ conference talks/ pycon workshops or anything that can help me understand the language better

2 comments

samrohnalmost 6 years ago
These are some of my favorites: Clean Architectures in python: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=DJtef410XaM" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=DJtef410XaM</a> Pandas from ground up: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=5JnMutdy6Fw" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=5JnMutdy6Fw</a> How to write actually object-oriented python: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=VUvEDg30FyY" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=VUvEDg30FyY</a> It&#x27;s Time to Learn Regular Expressions: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=abrcJ9MpF60" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=abrcJ9MpF60</a>
pelleralmost 6 years ago
I&#x27;m a big fan of David Beazley for getting into advanced features of Python. He&#x27;s sometimes a little bit, shall we say, oriented towards the experimental as opposed to &quot;use this in production&quot;, but regardless he&#x27;s a great speaker and a very smart dude. In particular I liked this tutorial on Python 3 Metaprogramming: <a href="https:&#x2F;&#x2F;www.dabeaz.com&#x2F;py3meta&#x2F;index.html" rel="nofollow">https:&#x2F;&#x2F;www.dabeaz.com&#x2F;py3meta&#x2F;index.html</a>