Matplotlib by Max Friedersdorff, 31st January 2019
Notes and examples https://git.friedersdorff.com/max/plotting_with_matplotlib.git
Debugging by Richard Grimes, 15th February 2019
https://gitlab.com/FaradaysGnomes/debugging-in-python
Problems from Rosalind by Colin Sauze, 1st March 2019
We did all the examples from the Python Village and did counting DNA nucleotides from the Bioinformatics Stronghold.
Unit testing by Max Friedersdorff, 15th March 2019
Examples and notes available from https://git.friedersdorff.com/max/python_unittesting
Structuring and Refactoring Python Code by Colin Sauze, 29th March 2019
Notes available from https://github.com/colinsauze/structuring_python/raw/master/Structuring%20Python.pdf
More Rosalind Problems by Colin Sauze, 10th May 2019
Transcribing DNA into RNA Counting Point Mutations
List and Dictionary Comprehensions and Generators, Max Freidersdorff, 24th May 2019
Notes and exercises available from https://git.friedersdorff.com/max/comprehensions_and_generators
GUIs with Kivy, Colin Sauze, June 7th 2019
Notes and examples available from https://github.com/colinsauze/kivy-tutorial