Skip to main content
Metaist
DRAFT

Python file names to avoid

Occasionally I'll name a python file with a name that breaks everything.

Python Standard Library Names #

The first set of names to avoid are anything in the standard library. Today, I named a file numbers.py and suddenly I couldn't create a new virtualenv because my numbers.py didn't define the abstract Number class.