Multi-Layer "Clean Architecture" Python Application with MySQL Persistence Wrapper

Опубликовано: 13 Октябрь 2024
на канале: Pulp Free Press
1,211
30

In this video, I walk you through a Python application implemented with a multi-layer architecture using a persistence wrapper.

Repository: https://github.com/pulpfreepress/it-5...


Chapters:
-------------------------------------------------------------------
0:00 Intro
0:44 Running the Application
2:23 Architecture Walkthrough
3:58 Main Entry Point (main.py)
5:58 Presentation Layer (inventory_app.py)
11:04 Business Logic Layer (business_logic.py)
16:51 Persistence Layer (persistence_wrapper_interface.py, mysql_persistence_wrapper.py)