Update Readme

This commit is contained in:
coolneng 2019-12-16 01:56:42 +01:00
parent 6b04676fbb
commit 08e92db1eb
Signed by: coolneng
GPG Key ID: 9893DA236405AF57

View File

@ -1,3 +1,10 @@
* Biology Meets Programming * Biology Meets Programming
Notebook and Code from UC San Diegos's Bioinformatics for Begginers course in Coursera. Compilation of notes from the [[https://www.coursera.org/learn/bioinformatics][San Diegos's Bioinformatics for Begginers course]]
The notebook is written using Literate Programming:
#+BEGIN_QUOTE
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
#+END_QUOTE
The format of choice is Emacs [[https://orgmode.org/][Org mode]]