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 3
Techniques for Debugging
Content Locked
Section 1
Maximum Subarray Problem
In this video, we will see an example to find maximum subarray of an array having mixed numbers. - Debug a program using print - Optimize the code using context manager