Python Lore and Cultural Info

This wiki is in the process of being archived due to lack of usage and the resources necessary to serve it — predominately to bots, crawlers, and LLM companies. Edits are discouraged.
Pages are preserved as they were at the time of archival. For current information, please visit python.org.
If a change to this archive is absolutely needed, requests can be made via the infrastructure@python.org mailing list.

This page is a collection point for various insider knowledge of the Python community, for compilation into a short, hopefully entertaining screencast for introducing people to the way things happen.

Terminology

Part of that is knowing the terms you often hear on the lists, both what it stands for and what it means. I've heard these used as insider comments at past PyCons, with newbies shaking their heads not understanding:

  • YAGNI (you ain't gonna need it; yet another great new interface)

  • DRY (don't repeat yourself)
  • TSTTCPW (the simplest thing that could possibly work)
  • (drat - at some previous PyCon someone put up list of such

    • acronyms, and I can't remember them)

Insider Jokes

  • Guido's time machine
  • "import this"
  • "from future import braces"