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,… Read more

Similar

Exploring HTTPS with Python

In this tutorial, you'll gain a working knowledge of the various factors that combine to keep communications over the Internet safe. You'll see concrete examples of how to keep information secure and use cryptography to build your own Python HTTPS applica... (more…)

Read more »