ICS3U0

Unit 5

Unit 5 - Lists

Here we look into List structures.

While we primarily use IDLE for our current IDE, there are many more available and some even online that you are free to try out.

A very cool online tool that can show your code running line by line to help debugging is: http://www.pythontutor.com/visualize.html#mode=edit

However, all submitted code must work in IDLE.

01 - Introduction to Lists - Day 1

02 - Introduction to Lists - Day 2

03 - More Lists

04 - Searching and Sorting

05 - More Practice

06 - Data Analysis - Day 1

07 - Programming Assignment - 3 Days

08 - Review