Development Environment Setup Prerequisites Direnv: Install direnv to auto-load environment variables Devbox: Install Devbox for reproducible development environments Git: For version control 1. Clone the Repository git clone https://github.com/relaxdiego/pycon-davao-2025.git cd pycon-davao-2025 2. Initialize Development Environment direnv allow Further Reading Architecture Patterns with Python - Good starting point on Hexagonal Architecture and DDD principles within the context of Python. Domain Driven Design - Seminal book on DDD. Rather thick but is good as reference material. Clean Architecture - Another seminal book that sets a good foundation.