This should have been obvious to me for a longer time, but until earlier
today I did not really realize the severity of the issues caused by
str.format on untrusted user input. It came up as a way to bypass the
Jinja2 Sandbox in a way that would permit r...
Read more »
a Hassle-Free Python Experience. Contribute to astral-sh/rye development by creating an account on GitHub. (more…)
Read more »
Welcome to the third edition of Python’s byte. Before we jump into this week’s short tip, I wanted to thank you all for the immensely positive response and support that you showed for this little effort. I hope to live up to the expectation. It is a diffi... (more…)
Read more »
One of the cool tricks I came across was how to write a self-sufficient AWS Lambda function, the idea is to have your Lambda function installs its dependencies at runtime/require time, instead of having to redeploy it each time you add a new dependency. (more…)
Read more »
OSMnx is a Python library to download OpenStreetMap data and easily construct, project, visualize, and analyze urban street networks.
Read more »