by Christophe Pettus for
Most developers just use standard SQL when interacting with PostgreSQL from Python, but that misses some of the tremendous power of Postgres. We’ll talk about how to extend PostgreSQL’s features into Python (custom types and other advanced features), as well as how and when to embed your Python directly into PostgreSQL for maximum performance.
Some experience with PostgreSQL is helpful, but not required.