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