Designing Secure Tenant Isolation in Python for Serverless Apps

Software as a Service (SaaS) has become a very common way to deliver software today. While providing the benefits of easy access to users without the overhead of having to manage the operations themselves, this flips the paradigm and places the responsibi… Read more

Similar

Beyond the Cache with Python

If you’re a Python developer—and since you’re reading this, you probably are—you’ve almost certainly used Redis and thought it was a great cache. (That was my first impression, too.) And Redis does make a great cache. But it turns out that Redis can solve... (more…)

Read more »

Sentinel Values in the Python Stdlib

Hi, Following some discussion on the python-dev mailing list, I’d like to poll your preferences on how we define sentinel values for optional function arguments. This is a minor detail, so ISTM most important that we reach a reasonable decision quickly,... (more…)

Read more »