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

Make Your Code More Readable With The Magic Of Refactoring Using Sourcery - E308

Summary

Writing code that is easy to read and understand will have a lasting impact on you and your teammates over the life of a project. Sometimes it can be difficult to identify opportunities for simplifying a block of code, especially if you are early in your journey as a developer. If you work…

Summary

Writing code that is easy to read and…

30 March 2021 | 01:00:58


Be Data Driven At Any Scale With Superset - E307

Summary

Becoming data driven is the stated goal of a large and growing number of organizations. In order to achieve that mission they need a reliable and scalable method of accessing and analyzing the data that they have. While business intelligence solutions have been around for ages, they…

Summary

Becoming data driven is the stated goal…

22 March 2021 | 00:47:33


Practical Advice On Using Python To Power A Business - E306

Summary

Python is a language that is used in almost every imaginable context and by people from an amazing range of backgrounds. A lot of the people who use it wouldn’t even call themselves programmers, because that is not the primary focus of their job. In this episode Chris Moffitt shares…

Summary

Python is a language that is used in…

16 March 2021 | 00:49:30


Analyzing The Ecosystem of Python Data Companies With Tony Liu - E305

Summary

There are a large and growing number of businesses built by and for data science and machine learning teams that rely on Python. Tony Liu is a venture investor who is following that market closely and betting on its continued success. In this episode he shares his own journey into the role…

Summary

There are a large and growing number of…

09 March 2021 | 00:39:31


Go From Notebook To Pipeline For Your Data Science Projects With Orchest - E304

Summary

Jupyter notebooks are a dominant tool for data scientists, but they lack a number of conveniences for building reusable and maintainable systems. For machine learning projects in particular there is a need for being able to pivot from exploring a particular dataset or problem to integrating…

Summary

Jupyter notebooks are a dominant tool for…

02 March 2021 | 00:44:24


Write Your Python Scripts In A Flow Based Visual Editor With Ryven - E303

Summary

When you are writing a script it can become unwieldy to understand how the logic and data are flowing through the program. To make this easier to follow you can use a flow-based approach to building your programs. Leonn Thomm created the Ryven project as an environment for visually…

Summary

When you are writing a script it can…

23 February 2021 | 00:47:21


CrossHair: Your Automatic Pair Programmer - E302

Summary

One of the perennial challenges in software engineering is to reduce the opportunity for bugs to creep into the system. Some of the tools in our arsenal that help in this endeavor include rich type systems, static analysis, writing tests, well defined interfaces, and linting. Phillip…

Summary

One of the perennial challenges in…

16 February 2021 | 00:42:54


Giving Your Data Science Projects And Teams A Home At DagsHub - E301

Summary

Collaborating on software projects is largely a solved problem, with a variety of hosted or self-managed platforms to choose from. For data science projects, collaboration is still an open question. There are a number of projects that aim to bring collaboration to data science, but they are…

Summary

Collaborating on software projects is…

09 February 2021 | 00:59:20


Exploring Literate Programming For Python Projects With nbdev - E300

Summary

Creating well designed software is largely a problem of context and understanding. The majority of programming environments rely on documentation, tests, and code being logically separated despite being contextually linked. In order to weave all of these concerns together there have been…

Summary

Creating well designed software is…

02 February 2021 | 00:51:39


Making The Sans I/O Ideal A Reality For The Websockets Library - E299

Summary

Working with network protocols is a common need for software projects, particularly in the current age of the internet. As a result, there are a multitude of libraries that provide interfaces to the various protocols. The problem is that implementing a network protocol properly and handling…

Summary

Working with network protocols is a…

26 January 2021 | 00:38:04