INTRODUCTION TO PYTHON
Click below to download a copy of the slides.
Download Slides
You have the option of coding along
during this session. We will go through
this set up, but if you are early
to the webinar you can set up a new notebook
in google colaboratory and get ready to go.
There is information on how to do this on
slides 8 to 10.
Below is the data set we will use in today's
webinar:
possum_mf = [0, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1]
possum_total = [89, 91, 95, 92, 85, 90, 89, 91, 91, 89, 89, 92, 89, 91, 85, 86, 89, 90, 90, 89, 96, 91, 89, 84, 91, 90, 85, 87, 88, 84, 93, 94, 89, 85, 85, 88, 82, 80, 75, 84, 77, 81, 81, 89, 85, 85, 88, 85, 93, 91, 91, 92, 93, 93, 91, 96, 88, 86, 90, 88, 89, 88, 86, 85, 88, 88, 87, 90, 80, 82, 83, 89, 89, 84, 81, 81, 84, 85, 82, 81, 80, 92, 86, 93, 87, 84, 85, 89, 85, 82, 84, 88, 83, 86, 84, 86, 81, 82, 89, 82, 89]