Python Data Structures - Sets and Frozen Sets (2024)

seeders: 5
leechers: 6
updated:

Download Fast Safe Anonymous
movies, software, shows...
  • Downloads: 6
  • Language: English

Files

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

Description

Python Data Structures: Sets and Frozen Sets (2024)

https://DevCourseWeb.com

Released 11/2024
With Mridu Bhatnagar
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Skill level: Intermediate | Genre: eLearning | Language: English + subtitle | Duration: 2h 7m 7s | Size: 281 MB

This course teaches the basics of using Python sets and frozen sets.

Course details
In this course, instructor Mridu Bhatnagar takes you through the basics of using Python sets and frozen sets. If you’re in the early stages of your Python programming career, or if you just need a refresher, join Mridu as she discusses the basic mechanics and functions of these data structures. Mridu gives a high-level overview of sets and frozen sets and then dives into the various methods to work with them. She discusses use cases and topics like how to modify a set and use built-in functions. Mridu also provides challenge and solution videos to test your knowledge as you go along. If you’re looking to learn important aspects about sets and frozen sets in Python, without jumping into a long project-based course, Mridu’s course is for you.

This course includes Code Challenges powered by CoderPad. Code Challenges are interactive coding exercises with real-time feedback, so you can get hands-on coding practice alongside the course content to advance your programming skills.



Download torrent
281 MB
seeders:5
leechers:6
Python Data Structures - Sets and Frozen Sets (2024)


Trackers

tracker name
udp://tracker.torrent.eu.org:451/announce
udp://tracker.tiny-vps.com:6969/announce
http://tracker.foreverpirates.co:80/announce
udp://tracker.cyberia.is:6969/announce
udp://exodus.desync.com:6969/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2780/announce
udp://tracker.internetwarriors.net:1337/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://open.stealth.si:80/announce
udp://9.rarbg.to:2900/announce
udp://9.rarbg.me:2720/announce
udp://opentor.org:2710/announce
µTorrent compatible trackers list

Download torrent
281 MB
seeders:5
leechers:6
Python Data Structures - Sets and Frozen Sets (2024)


Torrent hash: A1DEE37AE1A0FC6EC4A84C1FED3269B46AAC6475