Be Careful with Python’s New-Style String Format

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…

Similar

Scraping Flight Data with Python

Note:  The code for this project can be found in this github repo. I have been building a new project that requires the prices of flights.  I looked for APIs but couldn’t find any that were f…

Read more »