Python Tutorial for Beginners - Lists, Tuples, and Sets
Offered By: Corey Schafer via YouTube
Course Description
Overview
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
Related Courses
Artificial Intelligence for RoboticsStanford University via Udacity Intro to Computer Science
University of Virginia via Udacity Design of Computer Programs
Stanford University via Udacity Web Development
Udacity Programming Languages
University of Virginia via Udacity