Podcast
Questions and Answers
Which process is the primary mechanism for proposing major new features and documenting Python design decisions?
Which process is the primary mechanism for proposing major new features and documenting Python design decisions?
- Python community input
- Python Enhancement Proposal (PEP) process (correct)
- Python coding style
- Python steering council
Which coding style guide covers Python's coding style?
Which coding style guide covers Python's coding style?
- PEP 20
- PEP 8 (correct)
- PEP 7
- PEP 1
Where is the Python community's primary forum for language development?
Where is the Python community's primary forum for language development?
- GitHub
- CPython reference implementation
- python-dev mailing list (correct)
- Roundup bug tracker
Where were specific issues originally discussed before being migrated to GitHub in 2022?
Where were specific issues originally discussed before being migrated to GitHub in 2022?
When did Python move to GitHub for development?
When did Python move to GitHub for development?