/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

www.pmatiello.me
| | jimpurbrick.com
2.0 parsecs away

Travel
| | [AI summary] The article discusses the use of Python decorators for handling web requests, their interaction with introspection, and methods to preserve function metadata while maintaining decorator visibility.
| | sobolevn.me
2.1 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.
| | ykarroum.com
1.6 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.
| | treyhunner.com
26.9 parsecs away

Travel
| If you're switching between Python 2 and Python 3, you might think that Python 2's xrange objects are pretty much the identical to Python ...