Bite 95. Subclass the dict built-in
|
|
In this Bite you will subclass the dict built-in to …
3.10
classes
inheritance
|
|
Bite 24. ABC's and class inheritance
|
|
ABC's or Abstract Base Classes are great to enforce a …
3.10
ABCs
abstractmethod
classes
inheritance
|
|
Bite 158. Subclass the list built-in
|
|
In this Bite you will complete IntList, a subclass of …
3.10
dunder methods
exception handling
inheritance
list
mean
median
operator overloading
properties
statistics
|
|
Bite 196. Create a JS-like dict object
|
|
In this Bite we challenge you to make a dict-like …
3.10
classes
dict
inheritance
javascript
|
|
Bite 199. Multiple inheritance (__mro__)
|
|
Implement the following class structure: print(Child.__mro__): (<class '__main__.Child'>, <class '__main__.Father'>, …
3.10
classes
inheritance
__mro__
multiple inheritance
|
|
Bite 266. Composition, Inheritance, Abstract Base Class, what?
|
|
It’s not as bad as that sounds, really. If you …
3.10
ABCs
abstractmethod
beautifulsoup
composition
dataclasses
inheritance
namedtuple
string formatting
typing
urllib
web scraping
|
|