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

Keep Your Analytics Lint Free With SQLFluff - E318

Summary

The growth of analytics has accelerated the use of SQL as a first class language. It has also grown the amount of collaboration involved in writing and maintaining SQL queries. With collaboration comes the inevitable variation in how queries are written, both structurally and stylistically…

Summary

The growth of analytics has accelerated…

09 June 2021 | 01:13:14


Exploring The Patterns And Practices For Deep Learning With Andrew Ferlitsch - E317

Summary

Deep learning is gaining an immense amount of popularity due to the incredible results that it is able to offer with comparatively little effort. Because of this there are a number of engineers who are trying their hand at building machine learning models with the wealth of frameworks that…

Summary

Deep learning is gaining an immense…

02 June 2021 | 00:44:19


Automatically Generate Your Unit Tests From Scratch With Pynguin - E316

Summary

Unit tests are an important tool to ensure the proper functioning of your application, but writing them can be a chore. Stephan Lukasczyk wants to reduce the monotony of the process for Python developers. As part of his PhD research he created the Pynguin project to automate the creation of…

Summary

Unit tests are an important tool to…

25 May 2021 | 00:57:41


Leveling Up Natural Language Processing with Transfer Learning - E315

Summary

Natural language processing is a powerful tool for extracting insights from large volumes of text. With the growth of the internet and social platforms, and the increasing number of people and communities conducting their professional and personal activities online, the opportunities for…

Summary

Natural language processing is a powerful…

18 May 2021 | 00:46:34


Federated Learning For All With Flower - E314

Summary

Machine learning is a tool that has typically been performed on large volumes of data in one place. As more computing happens at the edge on mobile and low power devices, the learning is being federated which brings a new set of challenges. Daniel Beutel co-created the Flower framework to…

Summary

Machine learning is a tool that has…

11 May 2021 | 01:01:29


Data Exploration and Visualization Made Effortless with Lux - E313

Summary

Data exploration is an important step in any analysis or machine learning project. Visualizing the data that you are working with makes that exploration faster and more effective, but having to remember and write all of the code to build a scatter plot or histogram is tedious and time…

Summary

Data exploration is an important step in…

04 May 2021 | 00:51:05


Extensible Open Source Authorization For Your Applications With Oso - E312

Summary

Any project that is used by more than one person will eventually need to handle permissions for each of those users. It is certainly possible to write that logic yourself, but you’ll almost certainly do it wrong at least once. Rather than waste your time fighting with bugs in your…

Summary

Any project that is used by more than one…

27 April 2021 | 00:51:49


Teaching Geeks The Value And Skills Of Public Speaking - E311

Summary

Being able to present your ideas is one of the most valuable and powerful skills to have as a professional, regardless of your industry. For software engineers it is especially important to be able to communicate clearly and effectively because of the detail-oriented nature of the work.…

Summary

Being able to present your ideas is one…

20 April 2021 | 00:42:54


Let The Robots Do The Work Using Robotic Process Automation with Robocorp - E310

Summary

One of the great promises of computers is that they will make our work faster and easier, so why do we all spend so much time manually copying data from websites, or entering information into web forms, or any of the other tedious tasks that take up our time? As developers our first…

Summary

One of the great promises of computers is…

13 April 2021 | 00:45:34


Keep Your Code Clean And Maintainable Using Static Analysis With Flake8 - E309

Summary

When you are writing code it is all to easy to introduce subtle bugs or leave behind unused code. Unused variables, unused imports, overly complex logic, etc. If you are careful and diligent you can find these problems yourself, but isn’t that what computers are supposed to help you…

Summary

When you are writing code it is all to…

06 April 2021 | 00:49:32