Python Resources

Updated on Feb 5 2022

Python Resources

Deborah R. Fowler



Lists

Posted on Sept 2  2018
Updated on April 20  2022 for Python 3 and dailies

You have already been introduced briefly to lists via strings. Lists are very versatile and malleable in python.

Lists in python can contain characters (strings) and other data. They also can store multiple types.

In order to access a list, you use subscripts.


HOMEWORK:

You have created in class a script to read a hand-edited source file. Your homework is to grab one of the hurricane data csv files (download on Exercise 2 page) and create a python script to write out the latitude and longitude.