Обложка канала

Библиотека питониста

30207 @pyproglib

Полезные материалы по всему, что может быть полезно питонисту.

Библиотека питониста

4 года назад
Открыть в
Custom Python Lists: Inheriting From list vs UserList – Real Python

In this tutorial, you'll learn how to create custom list-like classes in Python by inheriting from the built-in list class or by subclassing UserList from the collections module.

Realpython