External Links¶
Links to external documentation and resources.
Core Frameworks¶
Django¶
- Django Documentation — Official Django docs
- Django REST Framework — DRF docs (for reference)
Django-Ninja¶
- Django-Ninja Documentation — Official Django-Ninja docs
- Django-Ninja GitHub — Source code
aiogram¶
- aiogram Documentation — Official aiogram docs
- aiogram GitHub — Source code
- Telegram Bot API — Telegram's official API docs
Celery¶
- Celery Documentation — Official Celery docs
- Celery GitHub — Source code
- Celery Beat — Periodic tasks
Dependency Injection¶
punq¶
- punq GitHub — Source code and docs
Configuration & Validation¶
Pydantic¶
- Pydantic Documentation — Official Pydantic docs
- Pydantic Settings — Settings management
Observability¶
Logfire¶
- Logfire Documentation — Official Logfire docs
- Logfire Dashboard — Web dashboard
OpenTelemetry¶
- OpenTelemetry Python — Python SDK docs
- OpenTelemetry Concepts — Core concepts
Authentication¶
PyJWT¶
- PyJWT Documentation — Official PyJWT docs
- JWT.io — JWT debugger and information
Package Management¶
uv¶
- uv Documentation — Official uv docs
- uv GitHub — Source code
Code Quality¶
Ruff¶
- Ruff Documentation — Official Ruff docs
- Ruff Rules — All available rules
mypy¶
- mypy Documentation — Official mypy docs
- mypy Cheat Sheet — Quick reference
Testing¶
pytest¶
- pytest Documentation — Official pytest docs
- pytest-django — Django plugin docs
Infrastructure¶
PostgreSQL¶
- PostgreSQL Documentation — Official docs
- PgBouncer — Connection pooler docs
Redis¶
- Redis Documentation — Official Redis docs
- Redis Commands — Command reference
MinIO¶
- MinIO Documentation — Official docs
- MinIO Client — mc command reference
Docker¶
- Docker Documentation — Official Docker docs
- Docker Compose — Compose reference
- Dockerfile Reference — Dockerfile syntax
Python¶
Python¶
- Python Documentation — Official Python docs
- Python Type Hints — typing module docs
Additional Resources¶
Tutorials¶
- Django Girls Tutorial — Beginner Django tutorial
- Real Python — Python tutorials and articles
Books¶
- Two Scoops of Django — Django best practices
- Architecture Patterns with Python — DDD patterns
Community¶
- Django Forum — Django community
- Python Discord — Python community