CLSkills
Python

Python

Django, Flask, FastAPI, pytest, and Python tooling

15 skills

PythonPopularNew
beginner

Django Setup

Scaffold Django project with models, views, and URLs

pythondjangoweb
PythonPopularNew
beginner

Flask Setup

Scaffold Flask application with blueprints and extensions

pythonflaskweb
PythonPopularNew
intermediate

FastAPI Setup

Scaffold FastAPI with async endpoints and auto-docs

pythonfastapiasync
PythonPopularNew
beginner

Pytest Setup

Configure pytest with fixtures, plugins, and coverage

pythonpytesttesting
PythonNew
beginner

Python Venv

Set up Python virtual environments and dependency management

pythonvenvdependencies
PythonPopularNew
beginner

Poetry Setup

Set up Poetry for Python dependency and package management

pythonpoetrypackaging
PythonNew
intermediate

Python Typing

Add comprehensive type hints and mypy configuration to Python code

pythontypingmypy
PythonPopularNew
intermediate

Django REST Framework

Set up Django REST Framework with serializers and viewsets

pythondjangodrf
PythonNew
beginner

Python Logging

Configure structured logging for Python applications

pythonloggingmonitoring
PythonPopularNew
intermediate

Celery Setup

Set up Celery for distributed task processing in Python

pythonceleryasync
PythonNew
intermediate

Python Packaging

Package Python library for PyPI distribution

pythonpypipackaging
PythonPopularNew
intermediate

SQLAlchemy Setup

Set up SQLAlchemy ORM with models and migrations (Alembic)

pythonsqlalchemyorm
PythonNew
intermediate

Python Async

Implement async/await patterns with asyncio in Python

pythonasyncasyncio
PythonNew
beginner

Python Dataclass

Use dataclasses and Pydantic models for data validation

pythondataclasspydantic
PythonNew
intermediate

Python CLI

Build CLI tools with Click or Typer in Python

pythoncliclick