Filename Size ~Get Your Files Here !/01 - Introduction/01 - Why use sets and frozen sets.mp4 2.1 MB ~Get Your Files Here !/01 - Introduction/01 - Why use sets and frozen sets.srt 953 B ~Get Your Files Here !/01 - Introduction/02 - What you should know.mp4 2.7 MB ~Get Your Files Here !/01 - Introduction/02 - What you should know.srt 2.2 KB ~Get Your Files Here !/01 - Introduction/03 - How to use CoderPad.mp4 1.5 MB ~Get Your Files Here !/01 - Introduction/03 - How to use CoderPad.srt 1.2 KB ~Get Your Files Here !/02 - 1. Introduction to Sets/01 - Introduction to sets.mp4 5.3 MB ~Get Your Files Here !/02 - 1. Introduction to Sets/01 - Introduction to sets.srt 3.2 KB ~Get Your Files Here !/02 - 1. Introduction to Sets/02 - Defining a set and common pitfalls while initializing a set.mp4 5.4 MB ~Get Your Files Here !/02 - 1. Introduction to Sets/02 - Defining a set and common pitfalls while initializing a set.srt 3.4 KB ~Get Your Files Here !/02 - 1. Introduction to Sets/03 - Immutable and mutable.mp4 8.3 MB ~Get Your Files Here !/02 - 1. Introduction to Sets/03 - Immutable and mutable.srt 5.2 KB ~Get Your Files Here !/02 - 1. Introduction to Sets/04 - Hashable and iterable.mp4 7.9 MB ~Get Your Files Here !/02 - 1. Introduction to Sets/04 - Hashable and iterable.srt 4.4 KB ~Get Your Files Here !/02 - 1. Introduction to Sets/05 - Solution Remove multiple occurrence.mp4 1.7 MB ~Get Your Files Here !/02 - 1. Introduction to Sets/05 - Solution Remove multiple occurrence.srt 1.1 KB ~Get Your Files Here !/03 - 2. Set Operations/01 - Set membership.mp4 11.4 MB ~Get Your Files Here !/03 - 2. Set Operations/01 - Set membership.srt 5.3 KB ~Get Your Files Here !/03 - 2. Set Operations/02 - Iterating through a set.mp4 2.9 MB ~Get Your Files Here !/03 - 2. Set Operations/02 - Iterating through a set.srt 1.9 KB ~Get Your Files Here !/03 - 2. Set Operations/03 - Set comprehension.mp4 6.8 MB ~Get Your Files Here !/03 - 2. Set Operations/03 - Set comprehension.srt 4.3 KB ~Get Your Files Here !/03 - 2. Set Operations/04 - Solution Student course registration.mp4 4.5 MB ~Get Your Files Here !/03 - 2. Set Operations/04 - Solution Student course registration.srt 2.1 KB ~Get Your Files Here !/04 - 3. Operators and Methods/01 - Understand set theory with an example.mp4 2.2 MB ~Get Your Files Here !/04 - 3. Operators and Methods/01 - Understand set theory with an example.srt 1.2 KB ~Get Your Files Here !/04 - 3. Operators and Methods/02 - Find all the elements present in different sets.mp4 11.7 MB ~Get Your Files Here !/04 - 3. Operators and Methods/02 - Find all the elements present in different sets.srt 4.9 KB ~Get Your Files Here !/04 - 3. Operators and Methods/03 - Find the common elements present between the sets.mp4 10.5 MB ~Get Your Files Here !/04 - 3. Operators and Methods/03 - Find the common elements present between the sets.srt 5.4 KB ~Get Your Files Here !/04 - 3. Operators and Methods/04 - Determine the difference between two sets.mp4 9.1 MB ~Get Your Files Here !/04 - 3. Operators and Methods/04 - Determine the difference between two sets.srt 4.9 KB ~Get Your Files Here !/04 - 3. Operators and Methods/05 - Determine the symmetric difference between two sets.mp4 4.5 MB ~Get Your Files Here !/04 - 3. Operators and Methods/05 - Determine the symmetric difference between two sets.srt 2.5 KB ~Get Your Files Here !/04 - 3. Operators and Methods/06 - Determine whether two sets have any common elements.mp4 2.6 MB ~Get Your Files Here !/04 - 3. Operators and Methods/06 - Determine whether two sets have any common elements.srt 1.5 KB ~Get Your Files Here !/04 - 3. Operators and Methods/07 - Determine whether one set is a subset of another.mp4 3.4 MB ~Get Your Files Here !/04 - 3. Operators and Methods/07 - Determine whether one set is a subset of another.srt 2 KB ~Get Your Files Here !/04 - 3. Operators and Methods/08 - Determine whether one set is a superset of another.mp4 4.9 MB ~Get Your Files Here !/04 - 3. Operators and Methods/08 - Determine whether one set is a superset of another.srt 3.3 KB ~Get Your Files Here !/04 - 3. Operators and Methods/09 - Solution List unregistered students.mp4 3.5 MB ~Get Your Files Here !/04 - 3. Operators and Methods/09 - Solution List unregistered students.srt 1.8 KB ~Get Your Files Here !/05 - 4. Modifying a Set/01 - Add an element to a set.mp4 8.9 MB ~Get Your Files Here !/05 - 4. Modifying a Set/01 - Add an element to a set.srt 4.2 KB ~Get Your Files Here !/05 - 4. Modifying a Set/02 - Add multiple elements with the update() method.mp4 6 MB ~Get Your Files Here !/05 - 4. Modifying a Set/02 - Add multiple elements with the update() method.srt 3.4 KB ~Get Your Files Here !/05 - 4. Modifying a Set/03 - Remove an element from a set.mp4 17.7 MB ~Get Your Files Here !/05 - 4. Modifying a Set/03 - Remove an element from a set.srt 9.4 KB ~Get Your Files Here !/05 - 4. Modifying a Set/04 - Remove an element from a set using discard().mp4 6.4 MB ~Get Your Files Here !/05 - 4. Modifying a Set/04 - Remove an element from a set using discard().srt 4.2 KB ~Get Your Files Here !/05 - 4. Modifying a Set/05 - Using pop() to remove and return an element from a set.mp4 6.5 MB ~Get Your Files Here !/05 - 4. Modifying a Set/05 - Using pop() to remove and return an element from a set.srt 3.8 KB ~Get Your Files Here !/05 - 4. Modifying a Set/06 - Clearing all elements from a set.mp4 1.2 MB ~Get Your Files Here !/05 - 4. Modifying a Set/06 - Clearing all elements from a set.srt 985 B ~Get Your Files Here !/05 - 4. Modifying a Set/07 - Solution Filter by the first character.mp4 3.8 MB ~Get Your Files Here !/05 - 4. Modifying a Set/07 - Solution Filter by the first character.srt 2.1 KB ~Get Your Files Here !/06 - 5. Using Built-In Functions/01 - Using length to find the number of items in a set.mp4 6 MB ~Get Your Files Here !/06 - 5. Using Built-In Functions/01 - Using length to find the number of items in a set.srt 4.1 KB ~Get Your Files Here !/06 - 5. Using Built-In Functions/02 - Find the largest element in the set.mp4 3.5 MB ~Get Your Files Here !/06 - 5. Using Built-In Functions/02 - Find the largest element in the set.srt 2.4 KB ~Get Your Files Here !/06 - 5. Using Built-In Functions/03 - Find the smallest element in the set.mp4 4.8 MB ~Get Your Files Here !/06 - 5. Using Built-In Functions/03 - Find the smallest element in the set.srt 3.3 KB ~Get Your Files Here !/06 - 5. Using Built-In Functions/04 - Sort all the elements in the set.mp4 7.2 MB ~Get Your Files Here !/06 - 5. Using Built-In Functions/04 - Sort all the elements in the set.srt 4.2 KB ~Get Your Files Here !/06 - 5. Using Built-In Functions/05 - Find the sum of all elements in a set.mp4 4.2 MB ~Get Your Files Here !/06 - 5. Using Built-In Functions/05 - Find the sum of all elements in a set.srt 2.6 KB ~Get Your Files Here !/06 - 5. Using Built-In Functions/06 - Solution Most popular course.mp4 8.7 MB ~Get Your Files Here !/06 - 5. Using Built-In Functions/06 - Solution Most popular course.srt 3.9 KB ~Get Your Files Here !/07 - 6. Frozen Sets/01 - Introduction to frozen sets.mp4 9.8 MB ~Get Your Files Here !/07 - 6. Frozen Sets/01 - Introduction to frozen sets.srt 5.8 KB ~Get Your Files Here !/07 - 6. Frozen Sets/02 - Why frozen sets.mp4 12.2 MB ~Get Your Files Here !/07 - 6. Frozen Sets/02 - Why frozen sets.srt 7.1 KB ~Get Your Files Here !/07 - 6. Frozen Sets/03 - Creating frozen sets.mp4 2.5 MB ~Get Your Files Here !/07 - 6. Frozen Sets/03 - Creating frozen sets.srt 1.7 KB ~Get Your Files Here !/07 - 6. Frozen Sets/04 - Solution Composite key search.mp4 12.5 MB ~Get Your Files Here !/07 - 6. Frozen Sets/04 - Solution Composite key search.srt 5.6 KB ~Get Your Files Here !/08 - 7. Sets and Frozen Sets Internals/01 - What is a hash table.mp4 3.8 MB ~Get Your Files Here !/08 - 7. Sets and Frozen Sets Internals/01 - What is a hash table.srt 3.4 KB ~Get Your Files Here !/08 - 7. Sets and Frozen Sets Internals/02 - Finding the Index in the hash table.mp4 5 MB ~Get Your Files Here !/08 - 7. Sets and Frozen Sets Internals/02 - Finding the Index in the hash table.srt 3.9 KB ~Get Your Files Here !/08 - 7. Sets and Frozen Sets Internals/03 - How do sets work under the hood.mp4 2.9 MB ~Get Your Files Here !/08 - 7. Sets and Frozen Sets Internals/03 - How do sets work under the hood.srt 2.3 KB ~Get Your Files Here !/09 - 8. Pros and Cons/01 - Sets vs. other Python data structures.mp4 20.1 MB ~Get Your Files Here !/09 - 8. Pros and Cons/01 - Sets vs. other Python data structures.srt 11.4 KB ~Get Your Files Here !/10 - 9. Application Ideas/01 - Solution Invoice value computation.mp4 12.8 MB ~Get Your Files Here !/10 - 9. Application Ideas/01 - Solution Invoice value computation.srt 4.3 KB ~Get Your Files Here !/11 - Conclusion/01 - Next steps.mp4 1.2 MB ~Get Your Files Here !/11 - Conclusion/01 - Next steps.srt 1.5 KB ~Get Your Files Here !/Bonus Resources.txt 386 B ~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/01_02/begin/examples.py 42 B ~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/01_02/end/examples.py 150 B ~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/01_03/begin/mutable_immutable.py 630 B ~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/01_03/end/mutable_immutable.py 644 B ~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/01_04/begin/hashable_iterable.py 25 B ~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/01_04/end/hashable_iterable.py 343 B ~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/02_01/begin/set_membership.py 507 B ~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/02_01/end/set_membership.py 909 B ~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/02_02/begin/example.py 258 B