In this video, I will introduce you to the first two complex data types that Python supports: lists and tuples. These data types allow you to store multiple values or a collection of values in a single variable.
I will guide you on how to initialize lists and tuples, demonstrate the process of inserting new values, explain the concepts of indexing and slicing, and introduce you to the built-in functions and operations available for both lists and tuples.
Run Jupyter Notebook
• Getting Started with Python: Introduction
Part 1 - Getting Started with Python: Introduction
• Getting Started with Python: Introduction
00:00 - Python: Introduction to List and Tuples
01:02 - Python: Lists
06:23 - Python: Lists Operations
12:59 - Python: Useful List Operations
22:08 - Python: List Slicing Operation
29:29 - Python: String as List of Characters
40:06 - Python: Tuples