literate programming

Literate programming treats code as literature. It emphasizes writing for human understanding as much as machine execution : writing code for humans.

Key Idea: Interweave code and prose explanations seamlessly.

1. Tools

1.1. Jupyter Notebook

1.2. Org Babel

Tags::programming: