From the course: Python Data Structures: Sets and Frozen Sets
What you should know - Python Tutorial
From the course: Python Data Structures: Sets and Frozen Sets
What you should know
- [Instructor] Following is a list of programming tools and Python fundamental concepts that I presume you should know before starting this course. See if you can answer the following questions regarding Python built-in data structures like list, dictionaries and tuples, how to initialize lists, dictionaries and tuples in python. What is the difference between each of the data structures, lists and dictionaries, dictionaries and tuples, and tuples and dictionaries? A scenario where list is a good choice to use as a data structure. Another scenario where you can find tuples is a good choice to use, and another scenario where you think a dictionary makes a good data structure choice. Even if you can answer not all the questions, but only a few out of those, then also you are good to go. Sets and frozen sets are present in the Python Standard Library. That means you don't have to install any third party libraries. For demonstrating the code examples, I will be using Visual Studio Code and I'm using Python, version 3.8.6. However, you are free to choose any IDE or editor of your choice and make sure that you are on Python version greater than 3.8.0.
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.