Tags
Language
Tags
October 2024
Su Mo Tu We Th Fr Sa
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2

Python Data Model

Posted By: IrGens
Python Data Model

Python Data Model
.MP4, AVC, 1280x720, 30 fps | English, AAC, 2 Ch | 12h 44m | 14.75 GB
Instructor: Justin Dennison

Magic Methods in Python Classes

What you'll learn

Use the double underscore or "magic" methods to shape the behavior of custom classes.
Overload operators in Python.
Create custom iterables using classes.
Create custom context manager classes.

Requirements

Familiarity with classes and object-oriented programming.
Python programming experience.

Description

Python Data Model

Python has a set of protocols that the language internally adhere to which provides the functionality for features such as iteration, context manager behavior, string representation of an object, and many other things. When you create custom classes in Python and make use of these protocols then you can create custom behavior in the context of iterations, types, comparison of objects, operator overloading, and much more. Knowing about these will help level up your Python skills. If you are ready to progress forward in your Python prowess, then join us to learn more about the Python data model.

Course Format

• Binge-worthy TV shows! Watch comprehensive, in-depth episodes that use a talk show-like format to keep you engaged while learning.
• You can pick and choose episodes or you can watch as a complete series.
• A little humor, anecdotes, and real-world examples.

Updates and Versions

The programming world updates at a break neck pace. As a result, there are times that certain tools, editors, libraries have changed. While syntax or names may change, the foundations remain the same. Though we hope to keep things updated, there may be time before that can occur. I recommend seeing if you can translate between changes and if all fails, ask questions!

Who this course is for:

Intermediate Python programmers looking to develop more of an understanding of Python's "magic" methods.
Beginner Python programmers looking to level up their game.


Python Data Model