Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
5,793 results
Resources & Further Learning - Practice exercises: https://go.visuallyexplained.co/lists-exercises - List method documentation: ...
5,474 views
9 days ago
In this Python beginner tutorial, you'll learn how to organize and manage lists efficiently using essential built-in tools. Whether ...
3 views
1 month ago
Welcome back to the Python Tutorial Series! In this video, we’ll explore Lists in Python — one of the most powerful and ...
6 views
Lists are a great way to save and file different but similar items in a single variable. Python Lists Video 3 of 4.
1 view
3 weeks ago
Lists are a great way to save and file different but similar items in a single variable. Python Lists Video 2 of 4.
0 views
Quick intro to lists in Python: create them, add items, remove items, get/set values, use negative indexes, and use the len() and ...
2 weeks ago
Think you're copying a list with list2 = list1? Think again! That only copies the reference, not the actual data. In this quick Python tip ...
2,137 views
Learn everything you need to know about Python Lists in this comprehensive tutorial. This video covers how lists work, how to ...
9 views
Ready to start coding with Python? In this full tutorial, we learn how to work with lists in Python — a fundamental data structure ...
Lesson Note : https://chirucodes.blogspot.com/2025/11/python-coding-day-12-python-lists-and.html ✓ Run Codes on Colab ...
19 views
4 weeks ago
Learn Python lists, sets, and tuples with clear examples in this beginner-friendly tutorial! In this video, I'll walk you through what ...
13 days ago
In Python list index returns first index of a value in a list. This video answers how to find the index of an element in a list.
14 views
In this quick Python tip, learn why you should stop using for i in range(len(list)) loops and switch to the cleaner, more Pythonic for ...
2,241 views
Learn Python the smart way! In this video, I break down some of the most important list-related concepts every beginner must ...
25 views
Python Data Types Explained: Lists, Tuples, Dictionaries & Sets Welcome to this beginner-friendly Python tutorial! In this video ...
27 views
Understand Python data structures like Lists and Tuples with simple examples. This video is perfect for Python programming ...
Watch free chapters of the course: https://www.udemy.com/course/python-intermediate-series-working-with-lists/?
56 views
Unlock the real power of Python lists in this beginner-friendly tutorial! In this video, you'll learn: How to slice a list to extract only ...
5 views
Level up your coding by creating a shopping cart using Python lists. You'll learn how to add, remove, and display items ...
8 days ago
15 views