Python’s sitecustomize.py & usercustomize.py — The Hidden Startup Files You Didn’t Know About
Every time you start Python, two special files might run — without you typing a single command.
They’re called sitecustomize.py and usercustomize.py, and they can be game-changers for global configuration… or a nightmare if misused.