ABSTRACT

To parse data les, you need to know two things: how to use lists to collect data, and how to make decisions in your program in order to extract the data you want. In this chapter, you will rst meet these two central elements of the Python language in a simple example. en, you will be ready to parse a couple of real biological data les in Section 4.4.