- Emily Vo
Python Session 6: Lists
Updated: Oct 29, 2020
Lesson 6: Lists
Welcome to the 6th Python tutorial!
Today we are going to delve deeper into ‘Lists’ – a data type that makes the life of a programmer a lot easier. We will talk about a range of functions that allow us to play with lists.
Topics we will be covering:
· Indexing
· Slicing
· List functions – append(), pop(), remove(), insert()
· A demo
· A quiz
· Some more challenges
2 views0 comments