Other

[ DevCourseWeb com ] Python Data Structures - Sets and Frozen Sets (2024)

  • Download torrent
  • Rate this torrent +  |  -

Torrent info

Name:[ DevCourseWeb com ] Python Data Structures - Sets and Frozen Sets (2024)

Infohash: A1DEE37AE1A0FC6EC4A84C1FED3269B46AAC6475

Total Size: 281.03 MB

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

0.18 KB

 ~Get Your Files Here !

  01 - Introduction

   01 - Why use sets and frozen sets.mp4

2.11 MB

   01 - Why use sets and frozen sets.srt

0.93 KB

   02 - What you should know.mp4

2.73 MB

   02 - What you should know.srt

2.17 KB

   03 - How to use CoderPad.mp4

1.48 MB

   03 - How to use CoderPad.srt

1.18 KB

  02 - 1. Introduction to Sets

   01 - Introduction to sets.mp4

5.25 MB

   01 - Introduction to sets.srt

3.22 KB

   02 - Defining a set and common pitfalls while initializing a set.mp4

5.39 MB

   02 - Defining a set and common pitfalls while initializing a set.srt

3.42 KB

   03 - Immutable and mutable.mp4

8.30 MB

   03 - Immutable and mutable.srt

5.17 KB

   04 - Hashable and iterable.mp4

7.95 MB

   04 - Hashable and iterable.srt

4.40 KB

   05 - Solution Remove multiple occurrence.mp4

1.70 MB

   05 - Solution Remove multiple occurrence.srt

1.11 KB

  03 - 2. Set Operations

   01 - Set membership.mp4

11.45 MB

   01 - Set membership.srt

5.33 KB

   02 - Iterating through a set.mp4

2.91 MB

   02 - Iterating through a set.srt

1.90 KB

   03 - Set comprehension.mp4

6.78 MB

   03 - Set comprehension.srt

4.30 KB

   04 - Solution Student course registration.mp4

4.49 MB

   04 - Solution Student course registration.srt

2.08 KB

  04 - 3. Operators and Methods

   01 - Understand set theory with an example.mp4

2.24 MB

   01 - Understand set theory with an example.srt

1.19 KB

   02 - Find all the elements present in different sets.mp4

11.73 MB

   02 - Find all the elements present in different sets.srt

4.86 KB

   03 - Find the common elements present between the sets.mp4

10.46 MB

   03 - Find the common elements present between the sets.srt

5.42 KB

   04 - Determine the difference between two sets.mp4

9.08 MB

   04 - Determine the difference between two sets.srt

4.85 KB

   05 - Determine the symmetric difference between two sets.mp4

4.52 MB

   05 - Determine the symmetric difference between two sets.srt

2.45 KB

   06 - Determine whether two sets have any common elements.mp4

2.63 MB

   06 - Determine whether two sets have any common elements.srt

1.50 KB

   07 - Determine whether one set is a subset of another.mp4

3.44 MB

   07 - Determine whether one set is a subset of another.srt

1.99 KB

   08 - Determine whether one set is a superset of another.mp4

4.95 MB

   08 - Determine whether one set is a superset of another.srt

3.30 KB

   09 - Solution List unregistered students.mp4

3.53 MB

   09 - Solution List unregistered students.srt

1.79 KB

  05 - 4. Modifying a Set

   01 - Add an element to a set.mp4

8.92 MB

   01 - Add an element to a set.srt

4.23 KB

   02 - Add multiple elements with the update() method.mp4

5.96 MB

   02 - Add multiple elements with the update() method.srt

3.37 KB

   03 - Remove an element from a set.mp4

17.67 MB

   03 - Remove an element from a set.srt

9.41 KB

   04 - Remove an element from a set using discard().mp4

6.44 MB

   04 - Remove an element from a set using discard().srt

4.20 KB

   05 - Using pop() to remove and return an element from a set.mp4

6.52 MB

   05 - Using pop() to remove and return an element from a set.srt

3.79 KB

   06 - Clearing all elements from a set.mp4

1.25 MB

   06 - Clearing all elements from a set.srt

0.96 KB

   07 - Solution Filter by the first character.mp4

3.79 MB

   07 - Solution Filter by the first character.srt

2.06 KB

  06 - 5. Using Built-In Functions

   01 - Using length to find the number of items in a set.mp4

5.99 MB

   01 - Using length to find the number of items in a set.srt

4.06 KB

   02 - Find the largest element in the set.mp4

3.47 MB

   02 - Find the largest element in the set.srt

2.39 KB

   03 - Find the smallest element in the set.mp4

4.84 MB

   03 - Find the smallest element in the set.srt

3.26 KB

   04 - Sort all the elements in the set.mp4

7.18 MB

   04 - Sort all the elements in the set.srt

4.23 KB

   05 - Find the sum of all elements in a set.mp4

4.22 MB

   05 - Find the sum of all elements in a set.srt

2.57 KB

   06 - Solution Most popular course.mp4

8.69 MB

   06 - Solution Most popular course.srt

3.91 KB

  07 - 6. Frozen Sets

   01 - Introduction to frozen sets.mp4

9.80 MB

   01 - Introduction to frozen sets.srt

5.82 KB

   02 - Why frozen sets.mp4

12.18 MB

   02 - Why frozen sets.srt

7.13 KB

   03 - Creating frozen sets.mp4

2.45 MB

   03 - Creating frozen sets.srt

1.75 KB

   04 - Solution Composite key search.mp4

12.51 MB

   04 - Solution Composite key search.srt

5.57 KB

  08 - 7. Sets and Frozen Sets Internals

   01 - What is a hash table.mp4

3.77 MB

   01 - What is a hash table.srt

3.37 KB

   02 - Finding the Index in the hash table.mp4

4.98 MB

   02 - Finding the Index in the hash table.srt

3.92 KB

   03 - How do sets work under the hood.mp4

2.92 MB

   03 - How do sets work under the hood.srt

2.26 KB

  09 - 8. Pros and Cons

   01 - Sets vs. other Python data structures.mp4

20.11 MB

   01 - Sets vs. other Python data structures.srt

11.36 KB

  10 - 9. Application Ideas

   01 - Solution Invoice value computation.mp4

12.85 MB

   01 - Solution Invoice value computation.srt

4.31 KB

  11 - Conclusion

   01 - Next steps.mp4

1.22 MB

   01 - Next steps.srt

1.46 KB

  Bonus Resources.txt

0.38 KB

  Ex_Files_Python_Data_Structures_Sets

   Exercise Files

    01_02

     begin

      examples.py

0.04 KB

     end

      examples.py

0.15 KB

    01_03

     begin

      mutable_immutable.py

0.62 KB

     end

      mutable_immutable.py

0.63 KB

    01_04

     begin

      hashable_iterable.py

0.02 KB

     end

      hashable_iterable.py

0.33 KB

    02_01

     begin

      set_membership.py

0.50 KB

     end

      set_membership.py

0.89 KB

    02_02

     begin

      example.py

0.25 KB

     end

      example.py

0.34 KB

    02_03

     begin

      comprehension.py

0.13 KB

     end

      comprehension.py

0.50 KB

    03_02

     begin

      union.py

0.41 KB

     end

      union.py

1.01 KB

    03_03

     begin

      intersection.py

0.42 KB

     end

      intersection.py

0.84 KB

    03_04

     begin

      difference.py

0.42 KB

     end

      difference.py

0.78 KB

    03_05

     begin

      examples.py

0.37 KB

     end

      examples.py

0.61 KB

    03_06

     begin

      examples.py

0.32 KB

     end

      examples.py

0.44 KB

    03_07

     begin

      subset.py

0.30 KB

     end

      subset.py

0.39 KB

    03_08

     begin

      issuperset.py

0.31 KB

     end

      issuperset.py

0.39 KB

    04_01

     begin

      add.py

0.40 KB

     end

      add.py

0.49 KB

    04_02

     begin

      update.py

0.46 KB

     end

      update.py

0.48 KB

    04_03

     begin

      remove.py

0.56 KB

     end

      remove.py

0.98 KB

    04_04

     begin

      discard.py

0.16 KB

     end

      discard.py

0.47 KB

    04_05

     begin

      pop.py

0.25 KB

     end

      pop.py

0.45 KB

    04_06

     begin

      clear.py

0.10 KB

     end

      clear.py

0.13 KB

    05_01

     begin

      enumerate.py

0.08 KB

     end

      enumerate.py

0.14 KB

    05_02

     begin

      length.py

0.33 KB

     end

      length.py

0.41 KB

    05_03

     begin

      largest.py

0.07 KB

     end

      largest.py

0.30 KB

    05_04

     begin

      smallest.py

0.08 KB

     end

      smallest.py

0.32 KB

    05_05

     begin

      sort.py

0.73 KB

     end

      sort.py

0.72 KB

    05_06

     begin

      sum.py

0.28 KB

     end

      sum.py

0.44 KB

    06_01

     begin

      frozenset.py

0.01 KB

     end

      frozenset.py

0.32 KB

    06_02

     begin

      frozensets_use.py

0.13 KB

     end

      frozensets_use.py

0.59 KB

    06_03

     begin

      frozenset.py

0.01 KB

     end

      frozenset.py

0.05 KB
 

tracker

leech seeds
 

Torrent 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
 


comments (0)

Main Menu