Despite Python being overwhelmingly popular and positive, there are major areas of computing where Python is not present. Most notably on mobile and on the f... (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 »
I really enjoyed Classic Computer Science Problems in Python by David Kopec. It covers many different problems I hadn’t read detailed explanations of before. For example: neural networks, con… (more…)
Read more »
hey guys. just published my new package: https://github.com/itay-bardugo/python-cron-migration the... (more…)
Read more »
Package managers - the most popular being Pip - are an integral part of the Python ecosystem. This article provides a broad summary of the history of Python package managers.. (more…)
Read more »