Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Explore Python Lists, one of the most powerful and commonly used data structures in programming. Learn what lists are and understand their key properties as ordered and mutable collections that allow you to store multiple items in a single variable, making your code cleaner, more flexible, and more efficient. Discover different ways to create lists, including how to define empty lists, and master accessing and updating list items using indexing and slicing techniques to read or modify elements. Practice essential list methods including append(), remove(), insert(), pop(), and sort() to manipulate your data effectively. Understand how to work with nested lists to handle more complex data structures, and explore real-world scenarios where lists prove most useful in Python programming.
Syllabus
#8 List in Python
Taught by
Telusko