**Tutorials** (##) Biopython I [converted the Biopython tutorial](http://nbviewer.ipython.org/github/tiagoantao/biopython-notebook/blob/master/notebooks/01%20-%20Introduction.ipynb) (originally in LaTeX) to Jupyter notebooks. You can install via running Jupyter Notebooks on a cloned github repo or, if you have Docker, the you can pull one of the images. Check the [README](https://github.com/tiagoantao/biopython-notebook) of the project for Docker information. (##) Introductory examples for Abjad (composing music with Python) [Abjad](http://projectabjad.org/) is a project for music composition in Python. I converted the [examples](https://github.com/tiagoantao/abjad-ipython/blob/master/notebooks/Index.ipynb) to Notebook format. (##) A teaching framework for Population Genetics in JavaScript [A 100% client-side teaching tool for Population Genetics is now available](https://tiago.org/sim) I am currently developing a 100% web-based teaching tool for population genetics. Compared to the tool above, this one has zero installation requirements (well, a modern browser is requirement). This is a particularly complex development as it includes doing a population genetics simulator from the ground up. The web version is [being developed on github](https://github.com/tiagoantao/metis-web). The core simulator is a [separate project](https://github.com/tiagoantao/metis) (##) A teaching framework for Population Genetics in Python (Jypyter Notebooks) !!! WARNING This has been deprecated see the item above A [teaching tool for Population Genetics](https://github.com/tiagoantao/genomics-notebooks/blob/master/index.ipynb) based on Jupyter notebooks. This is fully functional. I find this tool a bit difficult to install for the target audience (either github cloning or Docker), so am I developing a JavaScript version (100% web based). [Home](/)