MATFeb2013AssessedExercise » History » Version 3
Version 2 (Chris Cannam, 2013-02-08 01:51 PM) → Version 3/8 (Chris Cannam, 2013-02-08 01:52 PM)
h1. MAT Software Carpentry Feb 2013 - Assessed Exercise
h2. 1. (i) Download fish datafile
The file (attached at the bottom of this page) contains three columns - date, species, species and a count of the number of sightings
of that type of fish
Some months, no fish of a certain type were seen, and there is no entry for the fish that month.
There are some comment lines which you should ignore, these lines start with #.
Someone thought that turtles were fish and entered counts for them. Ignore the turtles.
h2. 2. (ii) Create a Python script to create a single plot showing the number of each type of fish each month
i.e. the plot should have a line for each type of fish.
The script should take the name of the data file as a parameter.
If a type of fish appears more than one time in a month, add the counts together
h2. 3. (iii) Provide a text file (called README.txt) (README) with your name and email and instructions on how to run your script
h2. 4. (iv) Put the scripts and the README file in a new repository under your bitbucket.org account
(make this repository private, but add at least one of us to it)
Chris: cannam
Luis: lafigueira
Steve: stevewelburn
h2. Notes:
* create the bitbucket repository as soon as you start working and commit frequently
* if you have any questions, email either Steve, Chris or Luis.
h2. 1. (i) Download fish datafile
The file (attached at the bottom of this page) contains three columns - date, species, species and a count of the number of sightings
of that type of fish
Some months, no fish of a certain type were seen, and there is no entry for the fish that month.
There are some comment lines which you should ignore, these lines start with #.
Someone thought that turtles were fish and entered counts for them. Ignore the turtles.
h2. 2. (ii) Create a Python script to create a single plot showing the number of each type of fish each month
i.e. the plot should have a line for each type of fish.
The script should take the name of the data file as a parameter.
If a type of fish appears more than one time in a month, add the counts together
h2. 3. (iii) Provide a text file (called README.txt) (README) with your name and email and instructions on how to run your script
h2. 4. (iv) Put the scripts and the README file in a new repository under your bitbucket.org account
(make this repository private, but add at least one of us to it)
Chris: cannam
Luis: lafigueira
Steve: stevewelburn
h2. Notes:
* create the bitbucket repository as soon as you start working and commit frequently
* if you have any questions, email either Steve, Chris or Luis.