cookiecutter-lux-python - Cookiecutter Python project template for the ages...
Read more »
For many machine learning projects one of the best ways to generate training data is to crowdsource it programmatically from Amazon… (more…)
Read more »
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 »
December is the time when you sit back and think about the accomplishments of the past year. For us programmers, this is often looking at the open source libraries that were either released this year (or close enough), or whose popularity has recently boo... (more…)
Read more »
An introduction and comparison of the Python libraries marshmallow vs. pydantic, which (de-) serialize data from and to Python objects and validate your data. (more…)
Read more »