Home/Security Security Runtime, supply-chain, and operational risk. Security Security notes for runtime behavior, supply-chain risk, secure system design, and operational hardening. Topics Python Execution Surfaces Before Your Code Runs Python Execution Surfaces Before Your Code Runs Python does not always begin executing code at python app.py. The interpreter, package installer, test runner, and import system can all execute code before an application reaches its own entry point.