|
Having fun with python partials
|
functools
rounding
partial
|
|
Iterables intersection
|
set operations
functools
|
|
Write a login_required decorator
|
decorators
functools
|
|
Create a simple calculator that receives command line arguments
|
argparse
functools
reduce
|
|
Add caching to a fibonacci function
|
performance
functools
fibonacci
cache
|
|
Enrich a class with dunder methods
|
dunder methods
properties
functools
|
|
The singledispatch countdown challenge
|
decorators
functools
singledispatch
|