This video introduces python collections and demonstrates working with lists. You will get to know about: the characteristics of list, creating list, accessing list and various list operations in detail.
At the end of the video, you will be taught to apply list in the application. This application will be used throughout the Python Programming series.
Python Programming - 3 covers:
**********************************
00:00:00 Intro
00:01:36 Overview on Collections
00:07:06 List Characteristics
00:07:50 CREATING LISTS
00:08:48 Using list() constructor
00:11:05 Using different data types in list
00:13:34 ACCESSING LIST ITEMS
00:14:08 using index
00:14:55 using negative index
00:16:16 using range of index
00:17:42 access index of item
00:20:35 LIST OPERATIONS
00:20:45 Length of list
00:22:30 Count of list item
00:23:38 Check if item exists
00:24:42 Change item values
00:25:02 Changing one item
00:25:46 Changing range of items
00:33:07 Add an item to list
00:33:34 Add an item at specific position
00:34:40 Add any iterable to list
00:37:49 Remove one item
00:38:23 Remove item by index
00:39:34 Delete list
00:40:52 Clear list
00:42:01 Sorting Lists
00:51:03 Copying Lists
00:53:50 Joining Lists
00:56:15 Iterating without loop
00:59:51 Application
***********************************
Happy Learning & Happy Coding
***********************************