This lab marks an important turning point in your computer science journey. It’s time to work with some real data! You have seen many manufactured problems that were designed to exercise the fundamentals of problem solving in Python. With those fundamentals under your belt, you are ready to tackle some real data science. The main parts of this lab will focus on the problems of protein sequence alignment and data summarization—both of which involve the manipulation of strings and lists. Time to get our hands dirty!
Goals
Permitted Functions
Below is a list of the functions you are allowed to use in this lab. Generally, the rule is if you can use it in a previous lab, you can use it in this lab. If there is something you want to use but it isn’t listed here, first check if it is on your class slides / runestone and if it’s not there ask your professor.
replace()
METHOD FOR PART 1: PIRATEstringedit.py
or pirate.py
exercises.