Lists : Python Data Structures I
Python has 4 inbuilt data structures 1. lists 2. tuples 3. sets 4. dicts In this video, I'm covering the list data structure and all operations available with it. More specifically, I'm going through, - How to create lists? - How to access elements in a list? - How to add elements to a list? - How to remove elements from a list? Also, you can apply addition(+) and multiplication(*) operations for lists as well, which I'm also explaining here.
Python has 4 inbuilt data structures 1. lists 2. tuples 3. sets 4. dicts In this video, I'm covering the list data structure and all operations available with it. More specifically, I'm going through, - How to create lists? - How to access elements in a list? - How to add elements to a list? - How to remove elements from a list? Also, you can apply addition(+) and multiplication(*) operations for lists as well, which I'm also explaining here.