Intro to Configuring Python Applications: Software Engineering Full time 13 Phase 3 Hybrid

Learning Goals


Key Vocab


Introduction

There are a number of outside resources we can leverage in working with our Python applications. For example, pytest is a Python-specific library, or package. We leverage this testing tool for behavior-driven testing. As we start to build out more complex applications, it's standard to utilize packages and other conventions for setting up Python applications. This will not only save time, but will also offer a common template that is familiar to Python developers.

We'll cover topics including:

In the next couple of lessons, we'll explain these tools and concepts that have been designed for efficiency.


Resources