Exploring Lists in Python
Difficulty: Beginner
Duration: 7 minutes and 5 seconds
Students: 377
Rating: 5/5
In this lesson, we’ll explore lists a bit closer and cover the ways to create and use lists. This lesson is part of a series of content designed to help you learn to program with the Python programming language.
Learning Objectives
- Describe the syntax for creating lists
- Describe the concept of an index
- Describe the concept of a range
- Describe how to check a list for an object
- Describe how to return the length of a collection
Intended Audience
This lesson was designed for first-time developers wanting to learn Python.
Prerequisites
This is an introductory lesson and doesn’t require any prior programming knowledge.
Covered Topics