Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Dive into the fundamentals of Lists, Tuples, and Sets in Python through this beginner-friendly tutorial video. Learn to work with sequential data using Lists and Tuples, and manage unordered unique values with Sets. Explore various methods, understand when to use each data type, and discover their performance benefits. Follow along with practical examples and code snippets, available on GitHub. Gain insights into negative indexing, list modification, sorting, value finding, looping, and splitting. Compare the characteristics of Lists, Tuples, and Sets to choose the most appropriate data structure for your programming needs. Enhance your Python skills with this comprehensive guide to essential data types and their applications.
Syllabus
Lists
Negative Indexes
Modifying Lists
Sorting Lists
Finding Values
Looping Values
Splitting Values
Tuples
Sets Example
Taught by
Corey Schafer