Book Image

Architectural Patterns and Best Practices with Python [Video]

By : Anand Balachandran Pillai
Book Image

Architectural Patterns and Best Practices with Python [Video]

By: Anand Balachandran Pillai

Overview of this book

<p><span id="description" class="sugar_field">This video starts off by explaining how Python fits into an application architecture. As you move along, you will understand the architecturally significant demands and how to determine them. Later, you’ll get a complete understanding of the different architectural patterns such as event driven programming, microservice architecture and pipe and filter architecture. Python, as an open-source language, has matured in the level of automation and support it provides for deploying packages to production systems. We'll spend some time to understand the deployment of Python applications, and the tools and processes that the architect can add to his repertoire in order to ease the deploying and maintenance of his production systems' running applications, written using Python. </span></p> <h2><span class="sugar_field">Style and Approach</span></h2> <p><span class="sugar_field"><span id="trade_selling_points_c" class="sugar_field">This video takes direct approach to understand the in and out of Python so that you can architect and design application in Python</span></span></p>
Table of Contents (3 chapters)
Chapter 2
Deploying Python Application
Content Locked
Section 1
Deployability
The deployability of a software system is the ease with which it can be taken from development to production. It can be measured in terms of the effort–in terms of man-hours, or complexity–in terms of the number of disparate steps required for deploying code from a development to production environment. - Study the factors affecting Deployability