Python Lists

Enjoyed this video? Join my Locals community for exclusive content at codingmadeeasy.locals.com!
1 year ago
7

In this lesson you will  learn the following concepts:

List
List Items
Ordered
Changeable
Allow Duplicates
List Length
List Items - Data Types
type()
The list() Constructor
Access List Items
Negative Indexing
Range of Indexes
Range of Negative Indexes
Check if Item Exists
Change Item Value
Change a Range of Item Values
Insert Items
Add List Items
Append Items
Insert Items
Extend List
Add Any Iterable
Remove List Items
Remove Specified Item
Remove Specified Index
Clear the List
Loop Through a List
Loop Through the Index Numbers
Using a While Loop
Looping Using List Comprehension
List Comprehension
The Syntax of List Comprehension
Sort List Alphanumerically
Sort Descending
Customize Sort Function
Case Insensitive Sort
Reverse Order
Copy a List
Join Two Lists
List Methods

Loading comments...