If you have a product to sell, whether it is a physical good or a subscription service, then you need a way to manage your transactions. The Oscar ecommerce framework for Django is a flexible, extensible, and well built way for you to add that functionali... (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 »
Tutorial how to build a flight tracking application with Python using open air traffic data from OpenSky Network. This tutorial consists of several sub-topic... (more…)
Read more »
Twilio posts cloud communications trends, customer stories, and tips for building scalable voice and SMS applications with Twilio's APIs. (more…)
Read more »
Python’s itertools package is the gold standard for working with iterable streams of data. (more…)
Read more »