Description
Pay only for what you eat: A tour of the Repoze.BFG repository and philosophy
Presented by Carlos de la Guardia
BFG is a Python web application framework based on WSGI. It is a "pay only for what you eat" framework. Meaning that you can get started easily and learn new concepts as you go, and only if you need them. It's simple, well tested, well documented, and fast. It also tries to make development fun.
This talk will introduce the framework and its philosophy, including similarities and differences with other frameworks. I will then show some of the software available in its repository and discuss the inclusive, loose connection approach that the BFG community prefers for creating a flexible web development platform.