This document is a presentation from PyCon AU 2013 by Richard Jones that explores unconventional and intriguing features of Python, particularly focusing on edge cases and surprising functionalities, such as mutable class definitions and dynamic exception handling. Jones demonstrates various code snippets that illustrate how Python's grammar allows for unique class inheritance and exception management, as well as creative uses of generators and introspection capabilities. The overarching message is to experiment with these peculiarities while acknowledging the risks associated with such practices, often humorously advising against them.