Recent posts

Introduction to pydantic

Learn how to use pydantic. It's really useful for defining StructuredOutputs in OpenAI pipelines and also in Django.

commandComponents on Azure

commandComponents are an important building block for Azure ML projects. In this article, we'll look at what they are, how to use them, and how they integrate with other Azure objects like pipelineComponents and pipelineJobs.

Introduction to Mathematical Programming With Python and OR-Tools

Learn how to solve the Knapsack Problem with Python, Google OR-Tools, and mathematical optimisation techniques.

pipelineJobs on Azure

pipelineJobs are an important building block for Azure ML projects. In this article, we'll look at what they are, how to use them, and how they integrate with other Azure objects like pipelineComponents and pipelineJobs.

Using pipelineComponents on Azure

Learn about a key building block of Azure ML. It will set you up very nicely for real-world data science.