Introduction to Collections in Python
Difficulty: Beginner
Duration: 6 minutes and 57 seconds
Students: 437
Rating: 5/5
This lesson is part of a series of content designed to help you learn to program with the Python programming language. Here we explore a category of object types referred to as collections.
Learning Objectives
- Describe the purpose of a collection
- List the four collection types which are integrated into the syntax
Intended Audience
This lesson was designed for first-time developers wanting to learn Python. Existing developers may want to skip.
Prerequisites
This is an introductory lesson and doesn’t require any prior programming knowledge.
Covered Topics