Python-Club


Project maintained by UoMMIB Hosted on GitHub Pages — Theme by mattgraham

Python Club @ the Manchester Institute of Biotechnology 🐍

What is python club? 🐍

Python Tutorials + biotech πŸ’‰πŸ”¬

Basic bits python

One of the first ever πŸ‘Ά covers the very basics, including an exercise on DNA translation with dictionaries

Back to basics python

7 part series on some useful basics in python/jupyter, based around the DNA sequence we translated in Basic bits python. Includes:

UV-Vis data analysis with python

A few sessions analysing some experimental UV-Vis spectroscopy data gathered at the MIB. The experiment measures the affinity between a cytochrome P450 enzyme and a fatty acid. Includes:

Curve fitting - Michaelis-Menten

Quick one on curve fitting (Michaelis-Menten again) with scipy.optimize

Curve Fitting - Growth Curves & the Gomperz Equation

Fitting a Gomperz curve to a bacterial growth data. Includes bootstrapping to estimate the uncertainty in our predictions, by Steve

List comprehensions

One of the most useful tricks I know. Squeeze a for loop into a single line.

Basic Cheminformatics

In this tutorial, we look at some compounds that were in clinical trials for COVID-19 treatment at the time. Includes: