- Direnv: Install direnv to auto-load environment variables
- Devbox: Install Devbox for reproducible development environments
- Git: For version control
git clone https://github.com/relaxdiego/pycon-davao-2025.git
cd pycon-davao-2025direnv allow- 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.