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

OpenManus on Linux: A Practical Guide to Deploying Your First Autonomous AI Agent

August 17, 2026
Ditch the chatbots and deploy a real worker. Here is how to set up OpenManus on Linux for autonomous web browsing, coding, and task automation.
Read More
AI tutorial - IT technology blog
Posted inAI

Mastering Open-WebUI Pipelines: Building Custom Python Logic for Local LLMs

August 17, 2026
Master Open-WebUI Pipelines by building custom Python middleware. This guide covers setup, PII filtering, and API integration to create professional, data-driven local AI systems.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Build a Python Web Framework from Scratch: A Hands-On Guide to WSGI

August 15, 2026
Build a minimal, high-performance Python web framework from scratch. Master the WSGI standard, routing, and middleware to take full control of your backend architecture.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Stop Copy-Pasting: Automate PyPI and npm Releases with GitHub Actions

August 15, 2026
Stop the cycle of copy-pasting code between repositories. This guide shows you how to structure, test, and automate the publishing of Python and JavaScript libraries to PyPI and npm.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Fixing a 2 AM Production Crash with Dynamic Programming in Python

August 15, 2026
How a 2 AM production crash revealed the dangers of naive recursion. Learn to use Memoization and Tabulation in Python to eliminate CPU spikes and handle large-scale data efficiently.
Read More
AI tutorial - IT technology blog
Posted inAI

Stop Scrubbing: Building a Video RAG System with Keyframe Extraction and Vector Search

August 14, 2026
Manual video scrubbing is a relic of the past. Learn how to build a Video RAG system using Python, CLIP, and Qdrant to index and search visual content with precision.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Stop Fighting Log Chaos: Building a Pydantic Normalization Pipeline

August 9, 2026
Tired of unsearchable logs? This guide shows you how to build a high-performance log normalization system using Python and Pydantic v2 to turn text chaos into validated JSON.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Speeding Up Python with Cython: From Bottlenecks to C-Level Performance

August 8, 2026
Is Python's speed holding your project back? Discover how to use Cython to eliminate interpreter overhead, add static typing, and achieve C-level performance while keeping your Python workflow.
Read More
Programming tutorial - IT technology blog
Posted inProgramming

Scaling Python Apps with Pluggy: How to Build a Plugin Architecture Like Pytest

August 6, 2026
Tired of if-else chains? Learn how to build an extensible Python architecture using Pluggy, the same engine that powers Pytest. Master hookspecs, hookimpls, and decoupled design.
Read More
AI tutorial - IT technology blog
Posted inAI

Stop Leaking Data: Building a PII Redaction Gateway for LLMs

August 1, 2026
Don't let your LLM prompts leak sensitive data. Build a secure AI Privacy Gateway using Microsoft Presidio to redact PII and maintain compliance while using external AI APIs.
Read More

Posts pagination

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