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 1
Python – Architectural Patterns
Content Locked
Section 4
Microservice Architecture
Microservice architecture is an architectural style of developing a single application as a suite of small independent services, each running in its own process and communicating via light-weight mechanisms—typically, using HTTP protocol. - Study Microservice framework in Python - Build a Microservice example for restaurant reservation