7

Using Data Classes in Python

 2 years ago
source link: https://realpython.com/courses/python-data-classes/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Using Data Classes in Python

One new and exciting feature that came out in Python 3.7 was the data class. A data class is a class typically containing mainly data, although there aren’t really any restrictions.

With data classes, you don’t have to write boilerplate code to get proper initialization, representation, and comparisons for your objects.

In this course, you’ll learn how to:

  • Define your own data classes
  • Add default values to the fields in your data class
  • Customize the ordering of data class objects
  • Work with immutable data classes

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK