PyCon Pittsburgh. April 15-23, 2020.

Tutorial: Bigger, Better, Faster, More! Building Applications in Python

Presented by:

Adam Englander

Description

Bigger, better, faster, and more are what’s expected of application developers in every language. There are some development methodologies and associated tools that have proven themselves in providing a framework for quickly building large and complex applications in Python while reducing defects and improving overall quality. Let’s take a quick dive in the pool of Behavior Driven Development (BDD), Test Driven Development (TDD), and Domain Driven Design (DDD) by building a quick Flask application.