Render a template (Python)
from docxtpl import DocxTemplate
doc = DocxTemplate('template.docx')
context = { 'client': 'Acme', 'items': [{'name': 'Widget', 'price': 9.99}] }
doc.render(context)
doc.save('invoice.docx')Turn CSV/JSON into quick charts from the command line; export PNG/SVG for reports.
Clean, filter, join, pivot, and export CSV/XLSX data reliably with reproducible steps.
Build high-performance async REST APIs with FastAPI, Python's fastest-growing web framework. Automatic OpenAPI docs, type validation with Pydantic, and async/await support.
Growing community of AI engineers actively building with Claude
Live in 5 minutes • Growing community