Security

A small collection of pages on Python security topics. This covers cryptography libraries available in the Python ecosystem, approaches to running untrusted Python code in a sandbox, and general security notes. The section is thin – for current security guidance, the Python Security Response Team and project-specific documentation are better sources.

Pages

  • Cryptography – overview of cryptography tools and libraries available for Python

  • Sandboxed Python – approaches and challenges for running Python in a restricted sandbox

  • Security – general notes on Python security considerations