File | Size |
---|
Get Bonus Downloads Here.url | 182.00 B |
~Get Your Files Here !/01 - Introduction/01 - Why use sets and frozen sets.mp4 | 2.11 MB |
~Get Your Files Here !/01 - Introduction/01 - Why use sets and frozen sets.srt | 953.00 B |
~Get Your Files Here !/01 - Introduction/02 - What you should know.mp4 | 2.73 MB |
~Get Your Files Here !/01 - Introduction/02 - What you should know.srt | 2.17 kB |
~Get Your Files Here !/01 - Introduction/03 - How to use CoderPad.mp4 | 1.48 MB |
~Get Your Files Here !/01 - Introduction/03 - How to use CoderPad.srt | 1.18 kB |
~Get Your Files Here !/02 - 1. Introduction to Sets/01 - Introduction to sets.mp4 | 5.25 MB |
~Get Your Files Here !/02 - 1. Introduction to Sets/01 - Introduction to sets.srt | 3.22 kB |
~Get Your Files Here !/02 - 1. Introduction to Sets/02 - Defining a set and common pitfalls while initializing a set.mp4 | 5.39 MB |
~Get Your Files Here !/02 - 1. Introduction to Sets/02 - Defining a set and common pitfalls while initializing a set.srt | 3.42 kB |
~Get Your Files Here !/02 - 1. Introduction to Sets/03 - Immutable and mutable.mp4 | 8.30 MB |
~Get Your Files Here !/02 - 1. Introduction to Sets/03 - Immutable and mutable.srt | 5.17 kB |
~Get Your Files Here !/02 - 1. Introduction to Sets/04 - Hashable and iterable.mp4 | 7.95 MB |
~Get Your Files Here !/02 - 1. Introduction to Sets/04 - Hashable and iterable.srt | 4.40 kB |
~Get Your Files Here !/02 - 1. Introduction to Sets/05 - Solution Remove multiple occurrence.mp4 | 1.70 MB |
~Get Your Files Here !/02 - 1. Introduction to Sets/05 - Solution Remove multiple occurrence.srt | 1.11 kB |
~Get Your Files Here !/03 - 2. Set Operations/01 - Set membership.mp4 | 11.45 MB |
~Get Your Files Here !/03 - 2. Set Operations/01 - Set membership.srt | 5.33 kB |
~Get Your Files Here !/03 - 2. Set Operations/02 - Iterating through a set.mp4 | 2.91 MB |
~Get Your Files Here !/03 - 2. Set Operations/02 - Iterating through a set.srt | 1.90 kB |
~Get Your Files Here !/03 - 2. Set Operations/03 - Set comprehension.mp4 | 6.78 MB |
~Get Your Files Here !/03 - 2. Set Operations/03 - Set comprehension.srt | 4.30 kB |
~Get Your Files Here !/03 - 2. Set Operations/04 - Solution Student course registration.mp4 | 4.49 MB |
~Get Your Files Here !/03 - 2. Set Operations/04 - Solution Student course registration.srt | 2.08 kB |
~Get Your Files Here !/04 - 3. Operators and Methods/01 - Understand set theory with an example.mp4 | 2.24 MB |
~Get Your Files Here !/04 - 3. Operators and Methods/01 - Understand set theory with an example.srt | 1.19 kB |
~Get Your Files Here !/04 - 3. Operators and Methods/02 - Find all the elements present in different sets.mp4 | 11.73 MB |
~Get Your Files Here !/04 - 3. Operators and Methods/02 - Find all the elements present in different sets.srt | 4.86 kB |
~Get Your Files Here !/04 - 3. Operators and Methods/03 - Find the common elements present between the sets.mp4 | 10.46 MB |
~Get Your Files Here !/04 - 3. Operators and Methods/03 - Find the common elements present between the sets.srt | 5.42 kB |
~Get Your Files Here !/04 - 3. Operators and Methods/04 - Determine the difference between two sets.mp4 | 9.08 MB |
~Get Your Files Here !/04 - 3. Operators and Methods/04 - Determine the difference between two sets.srt | 4.85 kB |
~Get Your Files Here !/04 - 3. Operators and Methods/05 - Determine the symmetric difference between two sets.mp4 | 4.52 MB |
~Get Your Files Here !/04 - 3. Operators and Methods/05 - Determine the symmetric difference between two sets.srt | 2.45 kB |
~Get Your Files Here !/04 - 3. Operators and Methods/06 - Determine whether two sets have any common elements.mp4 | 2.63 MB |
~Get Your Files Here !/04 - 3. Operators and Methods/06 - Determine whether two sets have any common elements.srt | 1.50 kB |
~Get Your Files Here !/04 - 3. Operators and Methods/07 - Determine whether one set is a subset of another.mp4 | 3.44 MB |
~Get Your Files Here !/04 - 3. Operators and Methods/07 - Determine whether one set is a subset of another.srt | 1.99 kB |
~Get Your Files Here !/04 - 3. Operators and Methods/08 - Determine whether one set is a superset of another.mp4 | 4.95 MB |
~Get Your Files Here !/04 - 3. Operators and Methods/08 - Determine whether one set is a superset of another.srt | 3.30 kB |
~Get Your Files Here !/04 - 3. Operators and Methods/09 - Solution List unregistered students.mp4 | 3.53 MB |
~Get Your Files Here !/04 - 3. Operators and Methods/09 - Solution List unregistered students.srt | 1.79 kB |
~Get Your Files Here !/05 - 4. Modifying a Set/01 - Add an element to a set.mp4 | 8.92 MB |
~Get Your Files Here !/05 - 4. Modifying a Set/01 - Add an element to a set.srt | 4.23 kB |
~Get Your Files Here !/05 - 4. Modifying a Set/02 - Add multiple elements with the update() method.mp4 | 5.96 MB |
~Get Your Files Here !/05 - 4. Modifying a Set/02 - Add multiple elements with the update() method.srt | 3.37 kB |
~Get Your Files Here !/05 - 4. Modifying a Set/03 - Remove an element from a set.mp4 | 17.67 MB |
~Get Your Files Here !/05 - 4. Modifying a Set/03 - Remove an element from a set.srt | 9.41 kB |
~Get Your Files Here !/05 - 4. Modifying a Set/04 - Remove an element from a set using discard().mp4 | 6.44 MB |
~Get Your Files Here !/05 - 4. Modifying a Set/04 - Remove an element from a set using discard().srt | 4.20 kB |
~Get Your Files Here !/05 - 4. Modifying a Set/05 - Using pop() to remove and return an element from a set.mp4 | 6.52 MB |
~Get Your Files Here !/05 - 4. Modifying a Set/05 - Using pop() to remove and return an element from a set.srt | 3.79 kB |
~Get Your Files Here !/05 - 4. Modifying a Set/06 - Clearing all elements from a set.mp4 | 1.25 MB |
~Get Your Files Here !/05 - 4. Modifying a Set/06 - Clearing all elements from a set.srt | 985.00 B |
~Get Your Files Here !/05 - 4. Modifying a Set/07 - Solution Filter by the first character.mp4 | 3.79 MB |
~Get Your Files Here !/05 - 4. Modifying a Set/07 - Solution Filter by the first character.srt | 2.06 kB |
~Get Your Files Here !/06 - 5. Using Built-In Functions/01 - Using length to find the number of items in a set.mp4 | 5.99 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.06 kB |
~Get Your Files Here !/06 - 5. Using Built-In Functions/02 - Find the largest element in the set.mp4 | 3.47 MB |
~Get Your Files Here !/06 - 5. Using Built-In Functions/02 - Find the largest element in the set.srt | 2.39 kB |
~Get Your Files Here !/06 - 5. Using Built-In Functions/03 - Find the smallest element in the set.mp4 | 4.84 MB |
~Get Your Files Here !/06 - 5. Using Built-In Functions/03 - Find the smallest element in the set.srt | 3.26 kB |
~Get Your Files Here !/06 - 5. Using Built-In Functions/04 - Sort all the elements in the set.mp4 | 7.18 MB |
~Get Your Files Here !/06 - 5. Using Built-In Functions/04 - Sort all the elements in the set.srt | 4.23 kB |
~Get Your Files Here !/06 - 5. Using Built-In Functions/05 - Find the sum of all elements in a set.mp4 | 4.22 MB |
~Get Your Files Here !/06 - 5. Using Built-In Functions/05 - Find the sum of all elements in a set.srt | 2.57 kB |
~Get Your Files Here !/06 - 5. Using Built-In Functions/06 - Solution Most popular course.mp4 | 8.69 MB |
~Get Your Files Here !/06 - 5. Using Built-In Functions/06 - Solution Most popular course.srt | 3.91 kB |
~Get Your Files Here !/07 - 6. Frozen Sets/01 - Introduction to frozen sets.mp4 | 9.80 MB |
~Get Your Files Here !/07 - 6. Frozen Sets/01 - Introduction to frozen sets.srt | 5.82 kB |
~Get Your Files Here !/07 - 6. Frozen Sets/02 - Why frozen sets.mp4 | 12.18 MB |
~Get Your Files Here !/07 - 6. Frozen Sets/02 - Why frozen sets.srt | 7.13 kB |
~Get Your Files Here !/07 - 6. Frozen Sets/03 - Creating frozen sets.mp4 | 2.45 MB |
~Get Your Files Here !/07 - 6. Frozen Sets/03 - Creating frozen sets.srt | 1.75 kB |
~Get Your Files Here !/07 - 6. Frozen Sets/04 - Solution Composite key search.mp4 | 12.51 MB |
~Get Your Files Here !/07 - 6. Frozen Sets/04 - Solution Composite key search.srt | 5.57 kB |
~Get Your Files Here !/08 - 7. Sets and Frozen Sets Internals/01 - What is a hash table.mp4 | 3.77 MB |
~Get Your Files Here !/08 - 7. Sets and Frozen Sets Internals/01 - What is a hash table.srt | 3.37 kB |
~Get Your Files Here !/08 - 7. Sets and Frozen Sets Internals/02 - Finding the Index in the hash table.mp4 | 4.98 MB |
~Get Your Files Here !/08 - 7. Sets and Frozen Sets Internals/02 - Finding the Index in the hash table.srt | 3.92 kB |
~Get Your Files Here !/08 - 7. Sets and Frozen Sets Internals/03 - How do sets work under the hood.mp4 | 2.92 MB |
~Get Your Files Here !/08 - 7. Sets and Frozen Sets Internals/03 - How do sets work under the hood.srt | 2.26 kB |
~Get Your Files Here !/09 - 8. Pros and Cons/01 - Sets vs. other Python data structures.mp4 | 20.11 MB |
~Get Your Files Here !/09 - 8. Pros and Cons/01 - Sets vs. other Python data structures.srt | 11.36 kB |
~Get Your Files Here !/10 - 9. Application Ideas/01 - Solution Invoice value computation.mp4 | 12.85 MB |
~Get Your Files Here !/10 - 9. Application Ideas/01 - Solution Invoice value computation.srt | 4.31 kB |
~Get Your Files Here !/11 - Conclusion/01 - Next steps.mp4 | 1.22 MB |
~Get Your Files Here !/11 - Conclusion/01 - Next steps.srt | 1.46 kB |
~Get Your Files Here !/Bonus Resources.txt | 386.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/01_02/begin/examples.py | 42.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/01_02/end/examples.py | 150.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/01_03/begin/mutable_immutable.py | 630.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/01_03/end/mutable_immutable.py | 644.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/01_04/begin/hashable_iterable.py | 25.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/01_04/end/hashable_iterable.py | 343.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/02_01/begin/set_membership.py | 507.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/02_01/end/set_membership.py | 909.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/02_02/begin/example.py | 258.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/02_02/end/example.py | 344.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/02_03/begin/comprehension.py | 136.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/02_03/end/comprehension.py | 510.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/03_02/begin/union.py | 416.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/03_02/end/union.py | 1.01 kB |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/03_03/begin/intersection.py | 428.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/03_03/end/intersection.py | 857.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/03_04/begin/difference.py | 425.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/03_04/end/difference.py | 803.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/03_05/begin/examples.py | 377.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/03_05/end/examples.py | 624.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/03_06/begin/examples.py | 331.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/03_06/end/examples.py | 452.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/03_07/begin/subset.py | 311.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/03_07/end/subset.py | 397.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/03_08/begin/issuperset.py | 314.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/03_08/end/issuperset.py | 402.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/04_01/begin/add.py | 408.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/04_01/end/add.py | 497.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/04_02/begin/update.py | 468.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/04_02/end/update.py | 494.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/04_03/begin/remove.py | 576.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/04_03/end/remove.py | 1,006.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/04_04/begin/discard.py | 161.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/04_04/end/discard.py | 486.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/04_05/begin/pop.py | 256.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/04_05/end/pop.py | 462.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/04_06/begin/clear.py | 100.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/04_06/end/clear.py | 134.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/05_01/begin/enumerate.py | 84.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/05_01/end/enumerate.py | 144.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/05_02/begin/length.py | 342.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/05_02/end/length.py | 419.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/05_03/begin/largest.py | 75.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/05_03/end/largest.py | 307.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/05_04/begin/smallest.py | 77.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/05_04/end/smallest.py | 326.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/05_05/begin/sort.py | 748.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/05_05/end/sort.py | 733.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/05_06/begin/sum.py | 291.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/05_06/end/sum.py | 454.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/06_01/begin/frozenset.py | 15.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/06_01/end/frozenset.py | 330.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/06_02/begin/frozensets_use.py | 130.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/06_02/end/frozensets_use.py | 601.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/06_03/begin/frozenset.py | 12.00 B |
~Get Your Files Here !/Ex_Files_Python_Data_Structures_Sets/Exercise Files/06_03/end/frozenset.py | 51.00 B |