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 9
AI tutorial - IT technology blog
Posted inAI

Real-Time Object Detection with YOLOv10: A Practical Guide from Training to Deployment

April 12, 2026
Ditch the NMS bottleneck. This guide shows you how to implement YOLOv10 for ultra-fast, real-time object detection with Python, from setup to production deployment.
Read More
AI tutorial - IT technology blog
Posted inAI

6 Months with Local AI: How I Automated Meeting Minutes Using Whisper and Ollama

April 11, 2026
Ditch the cloud subscriptions. Here is how I built a private, local AI pipeline using Whisper and Ollama that saved my team 12 hours a week and secured our meeting data.
Read More
Database tutorial - IT technology blog
Posted inDatabase

The Practical Guide to Database Connectivity: Python, Node.js, and PHP

April 11, 2026
A practical, no-nonsense guide to connecting Python, Node.js, and PHP to MySQL and PostgreSQL. Learn about drivers, secure environment variables, and how to stop SQL injection.
Read More
AI tutorial - IT technology blog
Posted inAI

ML Model Monitoring: How to Stop Your AI from Failing in Production

April 11, 2026
Model deployment is only the beginning. Learn how to track performance, detect data drift, and prevent silent AI failures in production using Python and Evidently.
Read More
Linux tutorial - IT technology blog
Posted inLinux

asdf-vm Guide: One Version Manager to Rule Them All (Node, Python, Go, and Ruby)

April 11, 2026
Tired of juggling nvm, pyenv, and rbenv? Learn how to use asdf-vm on Linux to manage all your programming language versions through a single, lightning-fast interface.
Read More
Networking tutorial - IT technology blog
Posted inNetworking

Stop Configuring Switches One by One: Master Network Automation with Python and Netmiko

April 10, 2026
Ditch manual SSH logins. Learn how to use Python and Netmiko to automate Cisco and Juniper batch configurations, error handling, and multi-vendor management.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Beyond REST: Building High-Performance gRPC APIs with Go and Python

April 8, 2026
Is JSON parsing slowing down your microservices? Learn how to implement high-performance gRPC APIs using Go and Python to slash latency and CPU usage.
Read More
AI tutorial - IT technology blog
Posted inAI

From Chatbots to Agents: A Practical Guide to Function Calling with OpenAI and Claude

April 8, 2026
Bridge the knowledge gap between LLMs and the real world. This guide covers how to implement Function Calling in OpenAI and Claude using Python to build reliable AI agents.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Building Professional CLI Tools with Python Click and Rich: From Simple Script to Polished Command-Line App

April 8, 2026
Learn how to build professional Python CLI tools using Click and Rich by comparing approaches, understanding trade-offs, and following a hands-on implementation guide. From decorator-based commands to Rich tables and progress bars, this tutorial covers everything you need to turn a Python script into a tool your team will actually use.
Read More
AI tutorial - IT technology blog
Posted inAI

Extract and Process PDF Tables with Docling for RAG Systems

April 8, 2026
After 6 months of using Docling in production for PDF-heavy RAG systems, I share how to extract tables properly, chunk them intelligently, and index them for accurate retrieval. Covers quick start, pipeline setup, and hard-won practical tips.
Read More

Posts pagination

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