Главная
Study mode:
on
1
Intro
2
Welcome
3
Lesson 5 Correction
4
Quick Setup
5
What are lists?
6
Check for a value in a list
7
Retrieve a list value by index
8
Retrieve a range of list values
9
Get the length of a list
10
Appending items to a list
11
Inserting values at a specific list index
12
Replacing list values
13
Removing, deleting, clearing
14
Sorting lists
15
Copying lists
16
List constructor and data type
17
Tuples vs Lists
18
If you need to change a tuple
19
Unpacking tuples
20
Using dot notation to find methods
Description:
Dive into a comprehensive 32-minute tutorial on Python lists and tuples for beginners. Explore the versatility of lists in holding multiple values under a single variable name and understand the immutable nature of tuples. Learn essential operations such as checking for values, retrieving by index, appending items, inserting at specific positions, and sorting. Discover the differences between lists and tuples, how to unpack tuples, and utilize dot notation for finding methods. Gain practical knowledge through examples and explanations, equipping yourself with fundamental skills for working with these crucial Python data structures.

Python Lists & Tuples for Beginners - Python Tutorial

Dave Gray
Add to list