jekwatt / study_effective_python

Study materials to write more pythonic code inspired by book Effective Python
6 stars 0 forks source link

Add notebook for item 24: Use @classmethod Polymorphism to Construct Objects Generically #84

Closed jekwatt closed 3 years ago

jekwatt commented 3 years ago

Notebook for item 24:

jekwatt commented 3 years ago

See the below for related subjects: