-
Introduction to Python
-
Python Basics
-
Data Structures
-
Functions and Modules
-
File Handling
-
Error and Exception Handling
-
Introduction to Object-Oriented Programming (OOP)
-
Basic Python Libraries
Lists are one of the most versatile data structures in Python, enabling you to store an ordered collection of items. This subtopic provides you the skills to manipulate lists effectively.
Python 101: Learn These MUST KNOW List Features
Python lists, sets, and tuples explained 🍍
How to Use Lists in Python