Learn how to create and work with lists in Python. This video will teach you how to create, iterate over, and delete lists, as well as how to add and remove items from lists.
Lists are a fundamental primitive in Python, and understanding how to work with them will help you solve many common problems. In this video, we'll cover all of the basic concepts needed to work with lists in Python. By the end, you'll be able to create, iterate over, and delete lists, and add and remove items!
we will be discussing about the following datatypes in python
#lists
#tuples
#dictionary
#sets
Some important operation on list
#split #slice
difference between all the four and when to use which Data type. Code can be take from github : https://github.com/rawatsandeep1989/d...