Go to file
2020-10-10 23:28:30 +02:00
assets Rename assets directory 2020-10-10 20:22:19 +02:00
Notebook.org Finish Week 4 Tasks 2020-10-10 23:28:30 +02:00
README.org Update Readme 2019-12-16 01:56:42 +01:00
shell.nix Add shell.nix to include Python 3.8 2020-07-17 17:20:37 +02:00

Biology Meets Programming

Compilation of notes from the San Diegos's Bioinformatics for Begginers course The notebook is written using Literate Programming:

Literate programming is a programming paradigm introduced by Donald Knuth in which a computer program is given an explanation of its logic in a natural language, such as English, interspersed with snippets of macros and traditional source code, from which compilable source code can be generated

The format of choice is Emacs Org mode