/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.mathieui.net
| | ykarroum.com
3.0 parsecs away

Travel
| | [AI summary] This technical article demonstrates how to create a Python decorator that automatically detects and sets the inplace=True parameter for pandas and numpy functions to optimize memory usage, while carefully handling reference counting and syntax tree analysis to prevent unintended side effects.
| | sobolevn.me
2.0 parsecs away

Travel
| | Before ParamSpec (PEP612) was released in Python3.10 and typing_extensions,there was a big problem in typing decorators that change a function's signature.
| | adl1995.github.io
2.6 parsecs away

Travel
| |
| | florimond.dev
29.8 parsecs away

Travel
| A memo on implementing parametrized decorators whose default behavior doesn't require empty parentheses.