Artificial Intelligence tutorial - IT technology blog

Machine Learning for Beginners: From Theory to Practice with scikit-learn

A practical machine learning guide for beginners: set up a Python environment, train a classification model with scikit-learn, serialize it, and monitor data drift in production. Based on real-world experience integrating ML into a DevOps pipeline — including the painful lesson of neglecting a model for 3 months and watching it drift.
Artificial Intelligence tutorial - IT technology blog

Building a Custom MCP Server with Python: Connecting AI to Your Systems

MCP (Model Context Protocol) is an open protocol that lets AI models connect to external tools and data sources in a standardized way. This guide walks through building a real-world MCP Server in Python — from installing the SDK and creating secure tools to connecting with Claude Desktop, complete with a full file manager example.