Automation and scripting
Data processing, migrations, reporting and scheduled jobs, replacing the spreadsheet step nobody documented.
Python
Python for three related jobs: automating work that people are doing by hand, building APIs and services with Django or FastAPI, and the data and AI tooling that sits alongside them—each written to be run again by someone other than its author.
The repetitive work stops being manual, and stays auditable afterwards.
Data processing, migrations, reporting and scheduled jobs, replacing the spreadsheet step nobody documented.
Django and FastAPI services with validation, authentication and background work handled explicitly.
Moving, reconciling and checking data between systems, with the checks written down rather than remembered.
The Python side of an AI workflow: structured output, evaluation and the deterministic fallbacks around it.
Not usually. This is engineering work: automation, services and pipelines. Where a model is involved, the emphasis is on making its output reviewable and its failure mode defined.
Often, and the first step is watching what the process actually is. Automating the described version of a process rather than the real one is the common way this goes wrong.
You do, and it is delivered on that basis: pinned dependencies, a written run procedure, and no dependency on my being available.
Take the session when the work still needs scoping. Send the brief when you already know what needs building.
A clear next step
Get preliminary direction first, or book a focused session when the question is ready.