AI Agent Hub

Blog

In-depth articles on AI agents, LLM engineering, servers, Python and software development.

📝
Python from Beginner to Mastery — Chapter 7: Object-Oriented Programming
Aug 15, 2025 · Python from Beginner to Pro

This chapter introduces Python object-oriented programming, covering concepts such as classes and objects. A class is defined using the `class` keyword and can be instantiated. Attributes are divided

# Python 1,300 views
📝
Python from Beginner to Master — Chapter 6 File Operations
Aug 15, 2025 · Python from Beginner to Pro

This chapter introduces Python file operations, including: file opening and closing using the `open()` function with different modes, emphasizing the automatic resource management via the `with` state

# Python 1,151 views
📝
Python from Beginner to Master — Chapter 5 Functions
Aug 15, 2025 · Python from Beginner to Pro

This chapter provides an in - depth explanation of Python functions, covering function definition and invocation, such as defining functions with `def` and using docstrings for description. For parame

# Python 826 views
📝
Python from Beginner to Mastery — Chapter 4: Data Structures
Aug 15, 2025 · Python from Beginner to Pro

This chapter introduces 5 built-in data structures in Python. Strings can be defined using multi - quotes and have a rich set of operation methods. Lists are ordered and mutable, supporting operations

# Python 1,544 views
📝
Python from Beginner to Mastery — Chapter 3 Control Flow
Aug 15, 2025 · Python from Beginner to Pro

This chapter mainly introduces Python control flow, including conditional statements and loop statements. Conditional statements include single, double, and multi-branch structures, which can be combi

# Python 751 views
📝
Python from Beginner to Mastery - Chapter 2: Python Basic Syntax
Aug 15, 2025 · Python from Beginner to Pro

This chapter introduces Python basic syntax, including: variable-related aspects such as naming rules (identifier composition, PEP 8 specifications, etc.), assignment references, and scopes; data type

# Python 1,010 views
📝
Python from Beginner to Pro - Chapter 1: Python Environment Setup
Aug 15, 2025 · Python from Beginner to Pro

This chapter mainly introduces Python environment setup and basic usage. First, it explains the Python installation and configuration methods for different operating systems (Windows, macOS, Linux); t

# Python 1,042 views
📝
Deploying Baidu Wenxin 4.5 Open-Source Large Model on AiStudio for Android Call
Jul 05, 2025 · Android

In the previous article "Deploying theERNIE 4.5 Open-Source Model for Android Device Calls", the blogger introduced how to deploy the ERNIE 4.5 open-source large language model on one's own server. Ho

# Android # PaddlePaddle # Large Language Model 815 views
📝
Deploying Baidu Wenxin 4.5 Open-Source Model for Android Device Calls
Jul 05, 2025 · PaddlePaddle

In the previous article "Usage and Deployment of the ERNIE 4.5 Open-Source Large Model", we introduced how to use FastDeploy to deploy the ERNIE 4.5 open-source large model and briefly called its inte

# Artificial Intelligence # PaddlePaddle # Large Model 732 views
📝
Usage and Deployment of ERNIE 4.5 Open-Source Large Model
Jul 05, 2025 · PaddlePaddle

The ERNIE 4.5 series open-source models consist of a total of 10 models, covering Mixture-of-Experts (MoE) models with activation parameter scales of 47B and 3B (with the largest model having a total

# Artificial Intelligence # PaddlePaddle # Large Model 897 views