Python
Django, Flask, FastAPI, pytest, and Python tooling
15 skills
Django Setup
Scaffold Django project with models, views, and URLs
Flask Setup
Scaffold Flask application with blueprints and extensions
FastAPI Setup
Scaffold FastAPI with async endpoints and auto-docs
Pytest Setup
Configure pytest with fixtures, plugins, and coverage
Python Venv
Set up Python virtual environments and dependency management
Poetry Setup
Set up Poetry for Python dependency and package management
Python Typing
Add comprehensive type hints and mypy configuration to Python code
Django REST Framework
Set up Django REST Framework with serializers and viewsets
Python Logging
Configure structured logging for Python applications
Celery Setup
Set up Celery for distributed task processing in Python
Python Packaging
Package Python library for PyPI distribution
SQLAlchemy Setup
Set up SQLAlchemy ORM with models and migrations (Alembic)
Python Async
Implement async/await patterns with asyncio in Python
Python Dataclass
Use dataclasses and Pydantic models for data validation