A set of modules for bioinformatics in Python.
pip3 install biopythonLet's check all works - the latest version of BioPython is 1.73 maybe you see a different one on your machine:
In [1]:
import Bio
print(Bio.__version__) #This is two underscores not one
We will roughly follow this BioPython tutorial: http://biopython.org/DIST/docs/tutorial/Tutorial.html