Skip to content
ITNotes ITNotes

From Terminal to Cloud

  • AI
  • DevOps
  • HomeLab
  • Linux
  • Networking
  • Programming
  • English
    • English
    • Tiếng Việt
    • 日本語
  • AI
  • DevOps
  • HomeLab
  • Linux
  • Networking
  • Programming
  • English
    • English
    • Tiếng Việt
    • 日本語
Home » python » Page 2
AI tutorial - IT technology blog
Posted inAI

Mastering Anthropic Computer Use: Building AI Agents That Navigate the Desktop

May 27, 2026
Ditch brittle DOM selectors. Learn how to build vision-based AI agents using Anthropic's Computer Use API to automate legacy software, browsers, and desktop apps.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Python Metaprogramming: Building High-Performance Frameworks with Metaclasses and Slots

May 26, 2026
Learn how to build high-performance Python frameworks by combining Metaclasses, Descriptors, and __slots__. Reduce boilerplate and cut memory usage by over 60%.
Read More
AI tutorial - IT technology blog
Posted inAI

Building Production-Grade AI Agents with Pydantic AI: A Practical Python Guide

May 23, 2026
Move beyond unpredictable LLM responses. Learn how to use Pydantic AI to build type-safe Python agents that validate data automatically and integrate seamlessly with production tools.
Read More
Database tutorial - IT technology blog
Posted inDatabase

Optimistic Locking vs Pessimistic Locking: Handling Concurrent Database Access in Real Applications

May 20, 2026
After six months of handling race conditions in a production e-commerce app, here's a practical breakdown of optimistic vs pessimistic locking — when to use each, the real trade-offs, and working Python/PostgreSQL code you can drop into your project.
Read More
AI tutorial - IT technology blog
Posted inAI

Building Reliable AI Agents with Smolagents: A Shift to Code-Centric Logic

May 20, 2026
Move beyond brittle JSON tool-calling. This guide shows you how to build autonomous AI agents with smolagents that write and execute Python code to solve complex tasks.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Ditch Pip and Poetry: Why uv is the Only Python Tool You Need

May 20, 2026
uv is the high-performance Python tool written in Rust that is making pip and Poetry obsolete. Learn how to simplify your workflow and slash your CI/CD build times.
Read More
AI tutorial - IT technology blog
Posted inAI

Building Self-Healing Infrastructure: Moving Beyond Simple Scripts to AI-Driven Remediation

May 19, 2026
Ditch the brittle bash scripts. Learn how to combine Python, log monitoring, and LLMs to build an intelligent, self-healing server that diagnoses and fixes its own errors.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Python Concurrency: Should You Use Threads, Processes, or Asyncio?

May 17, 2026
Master Python's performance by choosing the right concurrency model. This guide breaks down Multiprocessing, Multithreading, and Asyncio with real-world benchmarks and practical decision-making tips.
Read More
AI tutorial - IT technology blog
Posted inAI

Build a Real-Time AI Research Agent: LangChain and Tavily API Guide

May 9, 2026
Build a production-ready AI Research Agent using LangChain and Tavily. Learn how to connect LLMs to the live internet for accurate, real-time data synthesis in Python.
Read More
AI tutorial - IT technology blog
Posted inAI

Clean Data, Better RAG: Mastering Microsoft MarkItDown for Python Pipelines

May 9, 2026
Boost your RAG system's accuracy by standardizing data ingestion. Learn how to use Microsoft MarkItDown and Python to convert complex PDFs, Excel, and Word files into clean, LLM-friendly Markdown.
Read More

Posts pagination

Previous page 1 2 3 4 … 11 Next page
Copyright 2026 — ITNotes. All rights reserved.
Privacy Policy | Terms of Service | Contact: [email protected] DMCA.com Protection Status
Scroll to Top