Discover this podcast and so much more

Podcasts are free to enjoy without a subscription. We also offer ebooks, audiobooks, and so much more for just $11.99/month.

Exploring Literate Programming For Python Projects With nbdev

Exploring Literate Programming For Python Projects With nbdev

FromThe Python Podcast.__init__


Exploring Literate Programming For Python Projects With nbdev

FromThe Python Podcast.__init__

ratings:
Length:
52 minutes
Released:
Feb 2, 2021
Format:
Podcast episode

Description

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 many efforts to create a literate programming environment. In this episode Jeremy Howard of fast.ai fame and Hamel Husain of GitHub share the work they have done on nbdev. The explain how it allows you to weave together documentation, code, and tests in the same context so that it is more natural to explore and build understanding when working on a project. It is built on top of the Jupyter environment, allowing you to take advantage of the other great elements of that ecosystem, and it provides a number of excellent out of the box features to reduce the friction in adopting good project hygiene, including continuous integration and well designed documentation sites. Regardless of whether you have been programming for 5 days, 5 years, or 5 decades you should take a look at nbdev to experience a different way of looking at your code.
Released:
Feb 2, 2021
Format:
Podcast episode

Titles in the series (100)

The podcast about Python and the people who make it great