

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

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.

Oct 17, 2024 • 1h 3min
#481: Python Opinions and Zeitgeist with Hynek
Hynek Schlawack, a Czech developer and Python packaging expert, dives into the fascinating evolution of Python development. He shares insights on the intricacies of packaging and the importance of virtual environments within Docker. The conversation highlights the launch of UV, a tool simplifying Python binaries, and discusses challenges in free threading. Hynek also reflects on the transformative role of AI in coding and the significance of mentorship for developers navigating their careers in this evolving landscape.

6 snips
Oct 9, 2024 • 59min
#480: Ahoy, Narwhals are bridging the data science APIs
Marco Gorelli, a contributor at Quansight Labs and creator of the Narwhals library, discusses the challenges of achieving compatibility across various data frame libraries like Pandas and Polars. He highlights how Narwhals enhances code consistency and simplifies transitions for developers. The conversation dives into performance comparisons between Polars and cuDF, the advantages of integrating Rust, and the significance of typing in open-source projects. Marco also emphasizes the importance of community engagement in evolving data science tools.

43 snips
Oct 6, 2024 • 59min
#479: Designing Effective Load Tests for Your Python App
In this engaging discussion, Anthony Shaw, Python advocacy lead at Microsoft and creator of the VS Code Pets extension, shares insights on load testing for web applications. He emphasizes the importance of simulating realistic user behavior to prevent app failures during high-traffic events. Shaw explores tools like Locust and Playwright, and discusses managing resource usage and response times. He highlights the necessity of realistic data generation with Mimesis and introduces observability tools like OpenTelemetry to enhance performance monitoring.

15 snips
Sep 25, 2024 • 54min
#478: When and how to start coding with kids
Join Anna-Lena Popkes, a researcher passionate about teaching programming to kids. She discusses age-appropriate timing for introducing coding concepts and shares engaging tools like Bee Bots and Scratch. The conversation highlights creative visual programming languages and the importance of hands-on experiences. Parents and educators can learn how to cultivate problem-solving skills and creativity in children while benefiting from various coding resources. Anna-Lena also emphasizes the joy and excitement of coding, making it accessible and fun for young learners.

40 snips
Sep 20, 2024 • 1h 4min
#477: Awesome Text Tricks with NLP and spaCy
Vincent D. Warmerdam, a prominent figure in the Python community and co-founder of PyData Amsterdam, shares his expertise on NLP with spaCy. He discusses how to automate text processing, from sentiment analysis to extracting key topics. The episode also highlights the impact of ergonomic design on programming performance and delves into tools that enhance data deployment. Vincent encourages a curious mindset for tackling NLP projects and underscores the importance of community collaboration in Python development.

8 snips
Sep 4, 2024 • 1h 13min
#476: Unified Python packaging with uv
Charlie Marsh, a software developer at Astral known for his innovative Python tooling projects like Ruff and uv, joins the discussion. They dive into the launch of uv: Unified Python packaging, which simplifies dependency management and enhances the coding experience. Marsh shares insights on the relationship between Python and Rust, the significance of financial support for open source projects, and the collaborative spirit that drives innovation. They also explore the evolution of Python tooling and the future of project management with UV.