Python Data Structures - Sets and Frozen Sets (2024)

seeders: 15
leechers: 5
Added 1 year ago by freecoursewb in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

Python Data Structures - Sets and Frozen Sets (2024) (Size: 281 MB)
  01 - Add an element to a set.mp4 8.9 MB
  01 - Add an element to a set.srt 4.2 KB
  01 - Introduction to frozen sets.mp4 9.8 MB
  01 - Introduction to frozen sets.srt 5.8 KB
  01 - Introduction to sets.mp4 5.3 MB
  01 - Introduction to sets.srt 3.2 KB
  01 - Next steps.mp4 1.2 MB
  01 - Next steps.srt 1.5 KB
  01 - Set membership.mp4 11.4 MB
  01 - Set membership.srt 5.3 KB
  01 - Sets vs. other Python data structures.mp4 20.1 MB
  01 - Sets vs. other Python data structures.srt 11.4 KB
  01 - Solution Invoice value computation.mp4 12.8 MB
  01 - Solution Invoice value computation.srt 4.3 KB
  01 - Understand set theory with an example.mp4 2.2 MB
  01 - Understand set theory with an example.srt 1.2 KB
  01 - Using length to find the number of items in a set.mp4 6 MB
  01 - Using length to find the number of items in a set.srt 4.1 KB
  01 - What is a hash table.mp4 3.8 MB
  01 - What is a hash table.srt 3.4 KB
  01 - Why use sets and frozen sets.mp4 2.1 MB
  01 - Why use sets and frozen sets.srt 921.6 B
  02 - Add multiple elements with the update() method.mp4 6 MB
  02 - Add multiple elements with the update() method.srt 3.4 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
  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
  02 - Find the largest element in the set.mp4 3.5 MB
  02 - Find the largest element in the set.srt 2.4 KB
  02 - Finding the Index in the hash table.mp4 5 MB
  02 - Finding the Index in the hash table.srt 3.9 KB
  02 - Iterating through a set.mp4 2.9 MB
  02 - Iterating through a set.srt 1.9 KB
  02 - What you should know.mp4 2.7 MB
  02 - What you should know.srt 2.2 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
  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
  03 - Find the smallest element in the set.mp4 4.8 MB
  03 - Find the smallest element in the set.srt 3.3 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
  03 - How to use CoderPad.mp4 1.5 MB
  03 - How to use CoderPad.srt 1.2 KB
  03 - Immutable and mutable.mp4 8.3 MB
  03 - Immutable and mutable.srt 5.2 KB
  03 - Remove an element from a set.mp4 17.7 MB
  03 - Remove an element from a set.srt 9.4 KB
  03 - Set comprehension.mp4 6.8 MB
  03 - Set comprehension.srt 4.3 KB
  04 - Determine the difference between two sets.mp4 9.1 MB
  04 - Determine the difference between two sets.srt 4.9 KB
  04 - Hashable and iterable.mp4 7.9 MB
  04 - Hashable and iterable.srt 4.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
  04 - Solution Composite key search.mp4 12.5 MB
  04 - Solution Composite key search.srt 5.6 KB
  04 - Solution Student course registration.mp4 4.5 MB
  04 - Solution Student course registration.srt 2.1 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 - Determine the symmetric difference between two sets.mp4 4.5 MB
  05 - Determine the symmetric difference between two sets.srt 2.5 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
  05 - Solution Remove multiple occurrence.mp4 1.7 MB
  05 - Solution Remove multiple occurrence.srt 1.1 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 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
  06 - Solution Most popular course.mp4 8.7 MB
  06 - Solution Most popular course.srt 3.9 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 KB
  07 - Solution Filter by the first character.mp4 3.8 MB
  07 - Solution Filter by the first character.srt 2.1 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
  Bonus Resources.txt 409.6 B
  Get Bonus Downloads Here.url 204.8 B
  add.py 512 B
  clear.py 102.4 B
  comprehension.py 512 B
  difference.py 819.2 B
  discard.py 512 B
  enumerate.py 102.4 B
  example.py 307.2 B
  examples.py 409.6 B
  frozenset.py 0 B
  frozensets_use.py 614.4 B
  hashable_iterable.py 307.2 B
  intersection.py 819.2 B
  issuperset.py 409.6 B
  largest.py 307.2 B
  length.py 409.6 B
  mutable_immutable.py 614.4 B
  pop.py 512 B
  remove.py 1 KB
  set_membership.py 921.6 B
  smallest.py 307.2 B
  sort.py 716.8 B
  subset.py 409.6 B
  sum.py 409.6 B
  union.py 1 KB
  update.py 512 B
  ▲ 146 total files

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.

Related Torrents

torrent name size uploader age seed leech
4
7
1
1
1