Core Python: Custom Attributes and Descriptors

Go to class
Write Review

Free Online Course: Core Python: Custom Attributes and Descriptors provided by Pluralsight is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. Core Python: Custom Attributes and Descriptors is taught by Robert Smallshire.

Overview
  • Python has a dynamism which can give our objects superpowers.This course will teach you how to implement highly flexible interfaces withwhere the attributes of objects are determined on-the-fly, rather than beingdetermined in advance by classes.

    When classes are too rigid, but dictionaries too flexible, you can often find a good trade-off with dynamic objects. In this course, Core Python: Custom Attributes and Descriptors, you’ll learn to make objects with highly dynamic interfaces. First, you’ll explore how objects are internally represented in Python. Next, you’ll discover how to customize object attribute access. Finally, you’ll learn how to define your own descriptors, which form the basis of much of how Python attributes work. When you’re finished with this course, you’ll have the skills and knowledge of Python object customization needed to produce flexible and expressive code.