Torrent Downloads » Other » [ DevCourseWeb com ] Python Data Structures - Sets and Frozen Sets (2024)
Other
[ DevCourseWeb com ] Python Data Structures - Sets and Frozen Sets (2024)
Torrent info
Name:[ DevCourseWeb com ] Python Data Structures - Sets and Frozen Sets (2024)
Infohash: A1DEE37AE1A0FC6EC4A84C1FED3269B46AAC6475
Total Size: 281.03 MB
Magnet: Magnet Download
Seeds: 2
Leechers: 0
Stream: Watch Full Movies @ LimeMovies
Last Updated: 2025-11-21 00:39:09 (Update Now)
Torrent added: 2024-12-02 17:30:19
Torrent Files List
Get Bonus Downloads Here.url (Size: 281.03 MB) (Files: 146)
Get Bonus Downloads Here.url
~Get Your Files Here !
01 - Introduction
01 - Why use sets and frozen sets.mp4
01 - Why use sets and frozen sets.srt
02 - What you should know.mp4
02 - What you should know.srt
03 - How to use CoderPad.mp4
03 - How to use CoderPad.srt
02 - 1. Introduction to Sets
01 - Introduction to sets.mp4
01 - Introduction to sets.srt
02 - Defining a set and common pitfalls while initializing a set.mp4
02 - Defining a set and common pitfalls while initializing a set.srt
03 - Immutable and mutable.mp4
03 - Immutable and mutable.srt
04 - Hashable and iterable.mp4
04 - Hashable and iterable.srt
05 - Solution Remove multiple occurrence.mp4
05 - Solution Remove multiple occurrence.srt
03 - 2. Set Operations
01 - Set membership.mp4
01 - Set membership.srt
02 - Iterating through a set.mp4
02 - Iterating through a set.srt
03 - Set comprehension.mp4
03 - Set comprehension.srt
04 - Solution Student course registration.mp4
04 - Solution Student course registration.srt
04 - 3. Operators and Methods
01 - Understand set theory with an example.mp4
01 - Understand set theory with an example.srt
02 - Find all the elements present in different sets.mp4
02 - Find all the elements present in different sets.srt
03 - Find the common elements present between the sets.mp4
03 - Find the common elements present between the sets.srt
04 - Determine the difference between two sets.mp4
04 - Determine the difference between two sets.srt
05 - Determine the symmetric difference between two sets.mp4
05 - Determine the symmetric difference between two sets.srt
06 - Determine whether two sets have any common elements.mp4
06 - Determine whether two sets have any common elements.srt
07 - Determine whether one set is a subset of another.mp4
07 - Determine whether one set is a subset of another.srt
08 - Determine whether one set is a superset of another.mp4
08 - Determine whether one set is a superset of another.srt
09 - Solution List unregistered students.mp4
09 - Solution List unregistered students.srt
05 - 4. Modifying a Set
01 - Add an element to a set.mp4
01 - Add an element to a set.srt
02 - Add multiple elements with the update() method.mp4
02 - Add multiple elements with the update() method.srt
03 - Remove an element from a set.mp4
03 - Remove an element from a set.srt
04 - Remove an element from a set using discard().mp4
04 - Remove an element from a set using discard().srt
05 - Using pop() to remove and return an element from a set.mp4
05 - Using pop() to remove and return an element from a set.srt
06 - Clearing all elements from a set.mp4
06 - Clearing all elements from a set.srt
07 - Solution Filter by the first character.mp4
07 - Solution Filter by the first character.srt
06 - 5. Using Built-In Functions
01 - Using length to find the number of items in a set.mp4
01 - Using length to find the number of items in a set.srt
02 - Find the largest element in the set.mp4
02 - Find the largest element in the set.srt
03 - Find the smallest element in the set.mp4
03 - Find the smallest element in the set.srt
04 - Sort all the elements in the set.mp4
04 - Sort all the elements in the set.srt
05 - Find the sum of all elements in a set.mp4
05 - Find the sum of all elements in a set.srt
06 - Solution Most popular course.mp4
06 - Solution Most popular course.srt
07 - 6. Frozen Sets
01 - Introduction to frozen sets.mp4
01 - Introduction to frozen sets.srt
02 - Why frozen sets.mp4
02 - Why frozen sets.srt
03 - Creating frozen sets.mp4
03 - Creating frozen sets.srt
04 - Solution Composite key search.mp4
04 - Solution Composite key search.srt
08 - 7. Sets and Frozen Sets Internals
01 - What is a hash table.mp4
01 - What is a hash table.srt
02 - Finding the Index in the hash table.mp4
02 - Finding the Index in the hash table.srt
03 - How do sets work under the hood.mp4
03 - How do sets work under the hood.srt
09 - 8. Pros and Cons
01 - Sets vs. other Python data structures.mp4
01 - Sets vs. other Python data structures.srt
10 - 9. Application Ideas
01 - Solution Invoice value computation.mp4
01 - Solution Invoice value computation.srt
11 - Conclusion
01 - Next steps.mp4
01 - Next steps.srt
Bonus Resources.txt
Ex_Files_Python_Data_Structures_Sets
Exercise Files
01_02
begin
examples.py
end
examples.py
01_03
begin
mutable_immutable.py
end
mutable_immutable.py
01_04
begin
hashable_iterable.py
end
hashable_iterable.py
02_01
begin
set_membership.py
end
set_membership.py
02_02
begin
example.py
end
example.py
02_03
begin
comprehension.py
end
comprehension.py
03_02
begin
union.py
end
union.py
03_03
begin
intersection.py
end
intersection.py
03_04
begin
difference.py
end
difference.py
03_05
begin
examples.py
end
examples.py
03_06
begin
examples.py
end
examples.py
03_07
begin
subset.py
end
subset.py
03_08
begin
issuperset.py
end
issuperset.py
04_01
begin
add.py
end
add.py
04_02
begin
update.py
end
update.py
04_03
begin
remove.py
end
remove.py
04_04
begin
discard.py
end
discard.py
04_05
begin
pop.py
end
pop.py
04_06
begin
clear.py
end
clear.py
05_01
begin
enumerate.py
end
enumerate.py
05_02
begin
length.py
end
length.py
05_03
begin
largest.py
end
largest.py
05_04
begin
smallest.py
end
smallest.py
05_05
begin
sort.py
end
sort.py
05_06
begin
sum.py
end
sum.py
06_01
begin
frozenset.py
end
frozenset.py
06_02
begin
frozensets_use.py
end
frozensets_use.py
06_03
begin
frozenset.py
end
frozenset.py
tracker
leech seedsTorrent description
Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch [ DevCourseWeb com ] Python Data Structures - Sets and Frozen Sets (2024) Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.
related torrents
Torrent name
health leech seeds Size





