

Talk Python To Me
Michael Kennedy
Talk Python to Me is a weekly podcast hosted by developer and entrepreneur Michael Kennedy. We dive
deep into the popular packages and software developers, data scientists, and incredible hobbyists doing
amazing things with Python. If you're new to Python, you'll quickly learn the ins and outs of the community
by hearing from the leaders. And if you've been Pythoning for years, you'll learn about your favorite
packages and the hot new ones coming out of open source.
deep into the popular packages and software developers, data scientists, and incredible hobbyists doing
amazing things with Python. If you're new to Python, you'll quickly learn the ins and outs of the community
by hearing from the leaders. And if you've been Pythoning for years, you'll learn about your favorite
packages and the hot new ones coming out of open source.
Episodes
Mentioned books

170 snips
Dec 27, 2024 • 1h 2min
#491: DuckDB and Python: Ducks and Snakes living together
Join Alex Monahan, a forward deployed software engineer at MotherDuck, as he unwraps the power of DuckDB. Discover how this in-process database is revolutionizing data workflows in Python, highlighting its blazingly fast columnar architecture and seamless cloud integration. They cover advanced CSV reader capabilities, indexing strategies, and the ease of integrating DuckDB with pandas for data analysis. Plus, learn about unique concurrency models and the accessibility of DuckDB that makes data handling a breeze for developers!

44 snips
Dec 24, 2024 • 1h 5min
#490: Django Ninja
Vitaly Kucheryaviy, the creator of Django Ninja, dives deep into the powerful framework that melds FastAPI inspiration with Django integration. He discusses why Django developers should consider Django Ninja, especially for REST API development, highlighting its automated data validation and documentation features. Vitaly contrasts Django with other frameworks like Flask, shares his journey in Python, and emphasizes the performance and clarity benefits of static typing and type hints. He also addresses challenges with large language models, making a case for efficient API versioning.

77 snips
Dec 20, 2024 • 1h 9min
#489: Anaconda Toolbox for Excel and more with Peter Wang
Peter Wang, Co-founder of Anaconda and a key advocate for Python in enterprise, discusses the evolution and impact of Python in data science and AI. He introduces the Anaconda Toolbox for Excel, enhancing its data transformation capabilities with Python integration. The conversation delves into challenges in Python packaging, the significance of reproducibility, and the historical dominance of Excel in financial data processing. Wang also highlights new features that secure local execution of Python code in Excel, bridging the gap between data manipulation and user-friendly tools.

54 snips
Dec 12, 2024 • 58min
#488: Multimodal data with LanceDB
Chang She, CEO and co-founder of LanceDB, discusses the innovative open-source database tailored for AI, highlighting its application across companies like Midjourney. He explores the shift from traditional languages to Rust, the rise of unstructured data, and the implications for programming. The conversation delves into optimizing multimodal data lakes and efficient storage solutions, plus practical tips on integrating LanceDB into Python applications. Chang also emphasizes community engagement and the benefits of contributing to an evolving AI landscape.

59 snips
Dec 1, 2024 • 1h 2min
#487: Building Rust Extensions for Python
David Seddon, a Django expert at Octopus Energy, and Samuel Colvin, the creator of Pydantic, dive into the integration of Rust into Python for enhanced performance. They discuss the massive shifts in the Python ecosystem and the benefits of using Rust, particularly through the Pydantic library. Topics include managing a large-scale Django monolith, the stricter parsing behavior of Pydantic, and the introduction of Logfire for observability. The conversation also highlights tools like Jitter and the architectural strategies for building Python packages.

Nov 22, 2024 • 1h 3min
#486: CSnakes: Embed Python code in .NET
In this engaging discussion, Anthony Shaw, a lead Python advocate at Microsoft and author, along with Aaron Powell, a .NET developer, dive into their groundbreaking project, CSnakes. They explore how this tool enables developers to seamlessly integrate Python into .NET applications, unlocking access to nearly 600,000 PyPI packages. The duo discusses overcoming challenges in embedding Python, performance optimization, and the exciting world of code generation and type compatibility, making .NET much more versatile for developers.

14 snips
Nov 15, 2024 • 1h 9min
#485: Secure coding for Python with SheHacksPurple
Tonya Janca, also known as SheHacksPurple, is an application security expert passionate about securing software. In this discussion, she shares valuable insights on threat modeling and secure coding practices in Python. Tonya emphasizes the need for early security integration and collaboration in development teams. She highlights the challenges faced by new developers and real-life vulnerabilities like SQL injections. The conversation encourages adopting updated technologies and best practices to build a strong security culture within programming teams.

60 snips
Nov 5, 2024 • 58min
#484: From React to a Django+HTMX based stack
Sheena O'Connell, a software developer, shares her transformative journey from a React-Django app to a streamlined Django+HTMX stack. She highlights how HTMX simplifies web development by reducing cognitive load and enabling developers to work in a single context. The conversation dives into her experience developing a learner management system during COVID-19, the challenges encountered, and the significant advantages HTMX brings in interactive applications. She also discusses innovative teaching strategies and effective coding practices for enhanced productivity.

20 snips
Oct 29, 2024 • 1h 3min
#483: Reflex Framework: Frontend, Backend, Pure Python
Nikhil Rao and Elvis Kahoro from Reflex.dev discuss the innovative Reflex framework that transforms pure Python code into full web applications. They explore the simplification of web development by merging frontend and backend processes, making it more accessible for developers. The duo also shares insights on bypassing traditional frameworks, the community's role in startups, and the seamless integration of React components. Their vision aims to democratize web development while ensuring flexibility and ease of deployment, streamlining the entire process for small teams.

12 snips
Oct 24, 2024 • 1h 10min
#482: Pre-commit Hooks for Python Devs
Stefanie Molin, a software engineer at Bloomberg renowned for her expertise in Git pre-commit hooks, shares invaluable insights on ensuring code quality. She discusses the power of pre-commit hooks for automating coding standards, particularly the NumPy doc standard. Stefanie highlights the importance of maintaining consistency in team workflows and dives into practical setups for effective linting. With tips on Commitizen and CI integration, she emphasizes boosting developer productivity while addressing data privacy in image uploads.


