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 5
Advanced Debugging
Tracing of a program right from the beginning can often be used as an advanced debugging technique. Tracing allows a developer to trace program execution, find caller/callee relationships, and figure out all functions executed during the run of a program. - Study Iptrace and strace