Python Lists

Apr 15, 2015 • Simon Fraser

For my three minute test presentation I covered the start of python lists from the python material

There is also a sound-free version thanks to my own recording efforts

I perhaps should have covered the syntax of creating a list more clearly, as the square-bracket and comma syntax may be confusing to new starters. I tried to build on previous material as slices and indexing are mentioned in relation to strings earlier in the course.