A Python developer discusses three proposed PEPs (842, 843, 844) introducing mechanisms to explicitly mark public versus private names in Python modules, addressing frustrations with ambiguous API visibility and __all__ maintenance. PEP 842 (withdrawn) and 843 suggest an 'export' keyword, while PEP 844 proposes decorators from the atpublic library.