bao-phuc-hoang/django-rules icon
public
Published on 2/27/2025
Django Rules

Rules
django-rules
- Use type hints consistently
- Optimize for readability over premature optimization
- Write modular code, using separate files for models, data loading, training, and evaluation
- Follow PEP8 style guide for Python code