Expand your programming knowledge by exploring simple data structures in Python. This course introduces you to lists, tuples, and dictionaries, teaching you how to create, access, and manipulate these structures effectively. Through practical examples, you'll learn the importance of each structure and when to use them in your programs.
Initiating and Printing Your First Python List
Adjust Your Travel Itinerary with Python
Fixing Indexing in Python Lists
Creating and Accessing Nordic Travel List
Adding Destinations to Your Itinerary
Inserting and Appending Destinations in Python Lists
Let's Go To Japan
Changing Travel Plans
Finalize Your World Tour Plan
Exploring Tuple Indexing in Python
Building and Accessing a City Travel Tuple
Understanding Immutability of Tuples
Journey Across Continents with Tuples
Introducing Python Dictionaries: Countries and Capitals
Changing Your Travel Itinerary with Dictionaries
Treasure Hunt: Fixing Python Dictionary Code Errors
Removing Plans from Dictionaries
Expanding Our Travel Diary
Creating and Modifying Python Dictionaries
Running and Inspecting a Nested Python Dictionary
Accessing City and Country from Airport Codes
Updating Nested Dictionaries in Python
Fixing KeyError in Python Nested Dictionary
Creating a Travel Itinerary with Python Dictionary