- Working Python environment (3.x) that could be provided by downloading Anaconda.
- Working Jupyter Notebook that is already shipped using Anaconda.
- Code editor of your liking, for instance Atom, PyCharm or spyder.
During the event we will be solving a set of problems with a particular focus on computational biology. The following exercises will cover algorithmic design and automated data analysis tasks.
These problems will test your algorithmic thinking for which coding solutions can be easily tested.
Count the number nucleotides from a given DNA sequence.
Calculate protein mass from a given protein sequence.
Find a specific motif within a DNA sequence.
4. Rabbits and Recurrence Relations
How many rabbits there are?
There are numerous online Python tutorials, but you can start by taking a look at the following tutorials: