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

Поделиться
HTML-код
  • Опубликовано: 6 ноя 2024

Комментарии • 1

  • @PulpFreePress
    @PulpFreePress  Год назад +1

    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)