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.
…
continue reading
Talk Python to Me is a weekly podcast hosted by Michael Kennedy. The show covers a wide array of Python topics as well as many related topics (e.g. MongoDB, AngularJS, DevOps).The format is a casual 30 minute conversation with industry experts.
…
continue reading
1
#491: DuckDB and Python: Ducks and Snakes living together
1:02:03
1:02:03
Spill senere
Spill senere
Lister
Lik
Likt
1:02:03
Join me for an insightful conversation with Alex Monahan, who works on documentation, tutorials, and training at DuckDB Labs. We explore why DuckDB is gaining momentum among Python and data enthusiasts, from its in-process database design to its blazingly fast, columnar architecture. We also dive into indexing strategies, concurrency considerations…
…
continue reading
If you're a Django developer, I'm sure you've heard so many people raving about FastAPI and Pydantic. But you really love Django and don't want to switch. Then you might want to give Django Ninja a serious look. Django Ninja is highly inspired by FastAPI, but is also deeply integrated into Django itself. We have Vitaliy Kucheryaviy the creator of D…
…
continue reading
1
#489: Anaconda Toolbox for Excel and more with Peter Wang
1:09:09
1:09:09
Spill senere
Spill senere
Lister
Lik
Likt
1:09:09
Peter Wang has been pushing Python forward since the early days of its data science roots. We're lucky to have him back on the show. We're going to talk about the Anaconda Toolbox for Excel as well as many other trends and topics that are hot in the Python space right now. I'm sure you'll enjoy listening to the two of us exchanging our takes on the…
…
continue reading
LanceDB is a developer-friendly, open source database for AI. It's used by well-known companies such as Midjourney and Character.ai. We have Chang She, the CEO and cofounder of LanceDB on to give us a look at the concept of multi-modal data and how you can use LanceDB in your own Python apps. Episode sponsors Sentry Error Monitoring, Code TALKPYTHO…
…
continue reading
1
#487: Building Rust Extensions for Python
1:02:24
1:02:24
Spill senere
Spill senere
Lister
Lik
Likt
1:02:24
There has been a lot of changes in the low-level Python space these days. The biggest has to be how many projects have rewritten core performance-intensive sections in Rust. Or even the wholesale adoption of Rust for newer projects such as uv and ruff. On this episode, we dive into the tools and workflow needed to build these portions of Python app…
…
continue reading
1
#486: CSnakes: Embed Python code in .NET
1:02:45
1:02:45
Spill senere
Spill senere
Lister
Lik
Likt
1:02:45
If you are a .NET developer or work in a place that has some of those folks, wouldn't it be great to fully leverage the entirety of PyPI with it's almost 600,000 packages inside your .NET code? But how would you do this? Previous efforts have let you write Python syntax but using the full libraries (especially the C-based ones) has been out of reac…
…
continue reading
1
#485: Secure coding for Python with SheHacksPurple
1:09:28
1:09:28
Spill senere
Spill senere
Lister
Lik
Likt
1:09:28
What do developers need to know about AppSec and building secure software? We have Tanya Janca (AKA SheHacksPurple) on the show to tell us all about it. We talk about what developers should expect from threat modeling events as well as concrete tips for security your apps and services. Episode sponsors Posit Bluehost Talk Python Courses Links from …
…
continue reading
1
#484: From React to a Django+HTMX based stack
57:44
57:44
Spill senere
Spill senere
Lister
Lik
Likt
57:44
Have you heard about HTMX? We've discussed it a time or two on this show. We're back with another episode on HTMX, this time with a real-world success story and lessons learned. We have Sheena O'Connell on to tell us how she moved from a React-Django app to pure Django with HTMX. Episode sponsors Posit Bluehost Talk Python Courses Links from the sh…
…
continue reading
1
#483: Reflex Framework: Frontend, Backend, Pure Python
1:03:05
1:03:05
Spill senere
Spill senere
Lister
Lik
Likt
1:03:05
Let's say you want to create a web app and you know Python really well. Your first thought might be Flask or Django or even FastAPI? All good choices but there is a lot to get a full web app into production. The framework we'll talk about today, Reflex, allows you to just write Python code and it turns it into a full web app running FastAPI, NextJS…
…
continue reading
1
#482: Pre-commit Hooks for Python Devs
1:10:20
1:10:20
Spill senere
Spill senere
Lister
Lik
Likt
1:10:20
Do you struggle to make sure your code is always correct before you check it in? What about your team members' code? That one person who never wants to run the linter? Tired of dealing with tons of conflicts and spurious git changes? You need git pre-commit hooks. We're lucky to have Stefanie Molin on this episode who has done a bunch of writing an…
…
continue reading
1
#481: Python Opinions and Zeitgeist with Hynek
1:03:00
1:03:00
Spill senere
Spill senere
Lister
Lik
Likt
1:03:00
Hynek has been writing and speaking on some of the most significant topics in the Python space and I've enjoyed his takes. So I invited him on the show to share them with all of us. This episode really epitomizes one of the reasons I launched Talk Python 9 years ago. It's as if we run into each other at a bar during a conference and I ask Hynek, "S…
…
continue reading
1
#480: Ahoy, Narwhals are bridging the data science APIs
59:15
59:15
Spill senere
Spill senere
Lister
Lik
Likt
59:15
If you work in data science, you definitely know about data frame libraries. Pandas is certainly the most popular, but there are others such as cuDF, Modin, Polars, Dask, and more. They are all similar but definitely not the same APIs and Polars is quite different. But here's the problem. If you want to write a library that is for users of more tha…
…
continue reading
1
#479: Designing Effective Load Tests for Your Python App
59:06
59:06
Spill senere
Spill senere
Lister
Lik
Likt
59:06
You're about to launch your new app or API, or even just a big refactor of your current project. Will it stand up and deliver when you put it into production or when that big promotion goes live? Or will it wither and collapse? How would you know? Well you would test that of course. We have Anthony Shaw back on the podcast to dive into a wide range…
…
continue reading