Trending Posts


All Posts

December 28, 2025

Unlocking Reasoning at Scale: A Deep Dive into MiniMax-M2.1

MiniMaxAI has released MiniMax-M2.1, a powerful new open-weight model with enhanced reasoning capabilities. This guide explores its features and demonstrates how to deploy it using Python and FastAPI.

January 01, 2026

Transforming Pandas DataFrames into Publication Quality Assets

Move beyond standard pandas output and discover how to build publication-ready data tables in Python. This guide explores 'Great Tables', a library for creating structured, formatted, and annotated tables ideal for reports and presentations.

October 06, 2023

Barcode and QR Code Scanner with OpenCV in Python

Discover how to build a Barcode and QR Code scanner using OpenCV in Python. This guide provides step-by-step instructions, complemented with illustrative code examples. Dive into the world of computer vision and make your applications smarter with real-world barcode and QR code scanning capabilities.

October 16, 2023

From Timestamps to Natural Language: Using 'timeago' in Python Projects

timeago is a nifty Python library designed to transform datetime objects and timestamps into user-friendly relative times. Instead of showing precise timestamps, with 'timeago', you can present times as "2 hours ago" or "3 days ago," enhancing user experience.

December 29, 2025

Simplifying Event Driven Architecture in Python with FastStream

Discover how FastStream revolutionizes Python microservices by bringing the developer experience of FastAPI to message brokers like RabbitMQ and Kafka. Learn to build robust, type-safe event-driven architectures with minimal boilerplate.

April 10, 2023

Send files to API using requests in python

Use python requests to send file or multiple files with additional data and headers to APIs

December 28, 2025

GLM-4.7: The Open-Source Rival to GPT-5 for Agentic Coding

Z.ai's new GLM-4.7 brings 355B parameters of MoE power to the open-source community, challenging proprietary leaders like GPT-5. Discover its unique reasoning capabilities and how to build a coding agent with it today.

Trendings

Python Posts