PluralSight - Classes and Object-oriented Programming in Python 3

seeders: 17
leechers: 6
updated:

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

Files

[ CourseWikia.com ] PluralSight - Classes and Object-oriented Programming in Python 3
  • Get Bonus Downloads Here.url (0.2 KB)
  • ~Get Your Files Here ! 02 demos 2. Working with Complex Data
    • classes.py (1.2 KB)
    4. Python and Objects
    • code_from_repl.txt (0.8 KB)
    • Note about indentation.txt (0.3 KB)
      • everything-is-an-object-slides.pdf (12.6 MB)
      • 03 demos 1. Objects are Dictionaries
        • classes.py (0.6 KB)
        2. Classes and Instances
        • classes.py (0.3 KB)
        3. Passing self to Instance Methods
        • classes.py (0.9 KB)
        4. Turning Instances to Strings
        • classes.py (0.5 KB)
        5. Modifying Instance Representation
        • classes.py (0.8 KB)
        • code_from_repl.txt (0.4 KB)
        6. Overview of Special Dunder Methods
        • classes.py (1.0 KB)
        • links.txt (0.1 KB)
        • Note about indentation.txt (0.3 KB)
        • links.txt (0.1 KB)
          • instantiating-custom-classes-slides.pdf (8.6 MB)
          • 04 demos 1. Validating Attribute Values
            • classes.py (1.3 KB)
            2. Encapsulation and Name Mangling
            • classes.py (1.1 KB)
            3. Accessing Attributes through Properties
            • classes.py (1.0 KB)
            4. Setting Property Values
            • classes.py (1.0 KB)
            • read-only.py (0.3 KB)
            • write-only.py (0.3 KB)
            5. Using Computed Properties
            • classes.py (1.4 KB)
            • Note about indentation.txt (0.3 KB)
            • links.txt (0.1 KB)
              • managing-attribute-access-slides.pdf (11.4 MB)
              • 05 demos 2. Overriding Parent Class Instance Methods
                • classes.py (0.8 KB)
                3. Inspecting Class Relationships
                • classes.py (1.0 KB)
                • object_class.py (0.1 KB)
                4. Extending Parent Class Instance Methods with super
                • classes.py (0.7 KB)
                5. Adding New Attributes to the Subclass Instances
                • classes.py (0.9 KB)
                6. Optimizing Memory with Slots
                • classes.py (0.9 KB)
                • slots.py (0.4 KB)
                7. Multiple Inheritance and Method Resolution Order
                • classes.py (0.9 KB)
                • Note about indentation.txt (0.3 KB)
                • links.txt (0.2 KB)
                  • implementing-class-inheritance-slides.pdf (9.3 MB)
                  • 06
                    • accessing-class-attributes-and-methods-slides.pdf (7.5 MB)
                    • demos 1. Classes Are Objects Too
                      • classes.py (0.7 KB)
                      • classes_are_objects.py (0.1 KB)
                      2. Defining Class Methods
                      • classes.py (1.1 KB)
                      • Note about indentation.txt (0.3 KB)
                      • links.txt (0.1 KB)
                      • 07 demos 1. Introducing Data Classes
                        • classes.py (0.7 KB)
                        2. Type Hinting of Instance Attributes
                        • classes.py (0.6 KB)
                        3. Implementing Slots and Methods
                        • classes.py (0.5 KB)
                        4. What's next
                        • employee.py (0.2 KB)
                        • main.py (0.2 KB)
                        • project.py (0.2 KB)
                        • Note about indentation.txt (0.3 KB)
                        • links.txt (0.1 KB)
                          • using-data-classes-slides.pdf (6.6 MB)
                          • 1. Course Overview
                            • 1. Course Overview.mp4 (3.9 MB)
                            • 1. Course Overview.vtt (2.3 KB)
                            2. Everything Is an Object
                            • 1. Course Introduction and Prerequisites.mp4 (5.3 MB)
                            • 1. Course Introduction and Prerequisites.vtt (4.6 KB)
                            • 2. Working with Complex Data.mp4 (13.1 MB)
                            • 2. Working with Complex Data.vtt (8.6 KB)
                            • 3. Designing Classes.mp4 (10.6 MB)
                            • 3. Designing Classes.vtt (8.4 KB)
                            • 4. Python and Objects.mp4 (8.8 MB)
                            • 4. Python and Objects.vtt (7.8 KB)
                            • 5. Should You Utilize OOP.mp4 (6.4 MB)
                            • 5. Should You Utilize OOP.vtt (4.8 KB)
                            • 6. Summary.mp4 (5.2 MB)
                            • 6. Summary.vtt (3.2 KB)
                            3. Instantiating Custom Classes
                            • 1. Objects are Dictionaries.mp4 (13.9 MB)
                            • 1. Objects are Dictionaries.vtt (9.0 KB)
                            • 2. Classes and Instances.mp4 (6.0 MB)
                            • 2. Classes and Instances.vtt (3.8 KB)
                            • 3. Passing Self to Instance Methods.mp4 (11.8 MB)
                            • 3. Passing Self to Instance Methods.vtt (5.6 KB)
                            • 4. Turning Instances to Strings.mp4 (6.8 MB)
                            • 4. Turning Instances to Strings.vtt (3.2 KB)
                            • 5. Modifying Instance Representation.mp4 (14.1 MB)
                            • 5. Modifying Instance Representation.vtt (8.9 KB)
                            • 6. Overview of Special Dunder Methods.mp4 (12.7 MB)
                            • 6. Overview of Special Dunder Methods.vtt (5.3 KB)
                            • 7. Summary.mp4 (8.4 MB)
                            • 7. Summary.vtt (4.9 KB)
                            4. Managing Attribute Access
                            • 1. Validating Attribute Values.mp4 (14.2 MB)
                            • 1. Validating Attribute Value

Description

Classes and Object-oriented Programming in Python 3



https://CourseWikia.com

Released 11/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Level: Intermediate | Genre: eLearning | Language: English + vtt | Duration: 2h 26m | Size: 394 MB

You might have heard the sentence which states that “everything is an object in Python”. This course will teach you how to approach the object-oriented paradigm in Python and how to implement it in practice

To fully utilize the power of Python, you need to be familiar with how to create your own custom classes. In this course, Classes and Object-oriented Programming in Python, you’ll learn to structure programs in an object-oriented way. First, you’ll explore how to define custom classes and instantiate objects. Next, you’ll discover how manage attribute access with properties. Finally, you’ll learn how to implement inheritance, class attributes and how to use data classes. When you’re finished with this course, you’ll have the skills and knowledge of object-oriented programming in Python needed to build enterprise level applications with the OOP paradigm in mind.



Download torrent
402.9 MB
seeders:17
leechers:6
PluralSight - Classes and Object-oriented Programming in Python 3


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
402.9 MB
seeders:17
leechers:6
PluralSight - Classes and Object-oriented Programming in Python 3


Torrent hash: 79F2D2B4415FF8C12042C42C655BD0FE1A2EF9D6