The Python Podcast.__init__

The Python Podcast.__init__



The podcast about Python and the people who make it great


Rewind 10 seconds
1X
Skip 30 seconds ahead
0:00/0:00

Listen in your favorite app:



More options

Here are shows you might like

See show recommendations
Data Engineering Podcast
Tobias Macey
AI Engineering Podcast
Tobias Macey

389 Episodes

Adding Observability To Your Python Applications With OpenTelemetry - E268

Summary

Once you release an application into production it can be difficult to understand all of the ways that it is interacting with the systems that it integrates with. The OpenTracing project and its accompanying ecosystem of technologies aims to make observability of your systems more…

Summary

Once you release an application into…

23 June 2020 | 00:53:44


Build A Personal Knowledge Store With Topic Modeling In Contextualize - E267

Summary

Our thought patterns are rarely linear or hierarchical, instead following threads of related topics in unpredictable directions. Topic modeling is an approach to knowledge management which allows for forming a graph of associations to make capturing and organizing your thoughts more…

Summary

Our thought patterns are rarely linear or…

15 June 2020 | 00:58:06


Open Source Product Analytics With PostHog - E266

Summary

You spend a lot of time and energy on building a great application, but do you know how it’s actually being used? Using a product analytics tool lets you gain visibility into what your users find helpful so that you can prioritize feature development and optimize customer experience.…

Summary

You spend a lot of time and energy on…

08 June 2020 | 00:49:09


Extending The Life Of Python 2 Projects With Tauthon - E265

Summary

The divide between Python 2 and 3 lasted a long time, and in recent years all of the new features were added to version 3. To help bridge the gap and extend the viability of version 2 Naftali Harris created Tauthon, a fork of Python 2 that backports features from Python 3. In this episode…

Summary

The divide between Python 2 and 3 lasted…

02 June 2020 | 00:33:08


Dependency Management Improvements In Pip's Resolver - E264

Summary

Dependency management in Python has taken a long and winding path, which has led to the current dominance of Pip. One of the remaining shortcomings is the lack of a robust mechanism for resolving the package and version constraints that are necessary to produce a working system. Thankfully,…

Summary

Dependency management in Python has taken…

25 May 2020 | 01:16:31


Easy Data Validation For Your Python Projects With Pydantic - E263

Summary

One of the most common causes of bugs is incorrect data being passed throughout your program. Pydantic is a library that provides runtime checking and validation of the information that you rely on in your code. In this episode Samuel Colvin explains why he created it, the interesting and…

Summary

One of the most common causes of bugs is…

18 May 2020 | 00:47:15


Managing Distributed Teams In The Age Of Remote Work - E262

Summary

More of us are working remotely than ever before, many with no prior experience with a remote work environment. In this episode Quinn Slack discusses his thoughts and experience of running Sourcegraph as a fully distributed company. He covers the lessons that he has learned in moving from…

Summary

More of us are working remotely than ever…

11 May 2020 | 00:48:45


Maintainable Infrastructure As Code In Pure Python With Pulumi - E261

Summary

After you write your application, you need a way to make it available to your users. These days, that usually means deploying it to a cloud provider, whether that’s a virtual server, a serverless platform, or a Kubernetes cluster. To manage the increasingly dynamic and flexible…

Summary

After you write your application, you…

04 May 2020 | 01:00:55


Teaching Python Machine Learning - E260

Summary

Python has become a major player in the machine learning industry, with a variety of widely used frameworks. In addition to the technical resources that make it easy to build powerful models, there is also a sizable library of educational resources to help you get up to speed. Sebastian…

Summary

Python has become a major player in the…

28 April 2020 | 00:49:25


Build The Next Generation Of Python Web Applications With FastAPI - E259

Summary

Python has an embarrasment of riches when it comes to web frameworks, each with their own particular strengths. FastAPI is a new entrant that has been quickly gaining popularity as a performant and easy to use toolchain for building RESTful web services. In this episode Sebastián Ramirez…

Summary

Python has an embarrasment of riches when…

20 April 2020 | 00:58:34