Go to file
2020-10-07 23:57:27 +02:00
Assets Finish Week 2 Tasks 2019-10-29 01:22:16 +01:00
Notebook.org Format the document in a consistent manner 2020-10-07 23:57:27 +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