Architecting Scalable Python Applications

Architecting Scalable Python Applications

English | MP4 | AVC 1920×1080 | AAC 44KHz 2ch | 2h 20m | 603 MB

Scale, Secure, and Structure Python Code

Design and architect highly scalable, robust, and high-performance applications in Python

This video starts off by defining scalability and Concurrency. Their relationship and effects on performance attributes. We will also look at Celery which is a very important aspect of python.

Then we will move to security aspects of Python and find out whether it is secured or not.

Finally, we will look at design patterns that are creational, structural and behavioural patterns.

This video will help you understand the inns and outs of Python so that you can make those critical design decisions that are just live up to but also surpass the expectations of your clients.

What You Will Learn

  • Learn concurrency
  • Look at Multithreading
  • Understand celery
  • See if the python is secured
  • Solve security issues with web applications
  • See different categories of design patterns
  • Explore the prototype pattern
Table of Contents

01 The Course Overview
02 Scalability and Concurrency
03 Thumbnail Generator
04 Multithreading – Python and GIL
05 Multithreading Versus Multiprocessing
06 Concurrent Futures
07 Celery
08 Secure Coding and Vulnerabilities
09 Is Python Secured-
10 Security Issues with Web Applications
11 Strategies for Security – Python
12 Secure Coding Strategies
13 Design Patterns – Elements
14 Categories of Design Patterns
15 Patterns in Python – Creational
16 Patterns in Python – Structural
17 Patterns in Python – Behavioral