Tag archive
Python
Articles, examples, and practical solutions for the topic "Python".
23 articles
Tagged articles
AI Workflows
OpenAI Whisper Tutorial: Speech to Text Made Easy
Learn how to use OpenAI's Whisper in Google Colab for fast and accurate speech-to-text transcriptions.
Troubleshooting & Comparisons
How to Debug GitHub Actions Failing CI/CD Pipeline
Learn to debug your failed GitHub Actions CI/CD pipeline with actionable troubleshooting steps.
Developer Guides
Redis Caching Tutorial: Optimizing API Performance
Learn to implement Redis caching for fast and efficient API responses with step-by-step instructions and examples.
AI Workflows
Implementing LLM Function Calling with OpenAI Tool Integration
Step-by-step guide to use OpenAI's function calling for structured responses in Python.
Developer Guides
Docker Compose Tutorial: Example with Multi-Service Applications
Learn Docker Compose with this hands-on tutorial to create and manage multi-service applications, complete with examples.
AI Workflows
MCP Streamable HTTP: How to Migrate from Deprecated SSE
Learn how to migrate your MCP server from the deprecated SSE to the robust Streamable HTTP transport.
AI Workflows
RAG Tutorial: Building a Retrieval-Augmented Generation System
Learn to build and improve a Retrieval-Augmented Generation system for large language models.
AI Workflows
How to Build an MCP Server with FastMCP in Python
Learn step-by-step how to build and run an MCP server using the FastMCP framework in Python.
Automation
Excel Python Automation with Streamlit Dashboard
Learn to automate Excel data workflows and create a Streamlit dashboard using Python libraries like pandas, Plotly, and more.
Developer Guides
Regex Tutorial: Regular Expressions Explained
Understand regular expressions with this comprehensive guide. Learn the basics, metacharacters, quantifiers, and practical examples.
Automation
Automating CI/CD with GitHub Actions for Dockerized Python Apps
Learn to automate CI/CD pipelines for Dockerized Python applications using GitHub Actions with step-by-step instructions.