Python Programming Learning Circle
Author

Python Programming Learning Circle

A global community of Chinese Python developers offering technical articles, columns, original video tutorials, and problem sets. Topics include web full‑stack development, web scraping, data analysis, natural language processing, image processing, machine learning, automated testing, DevOps automation, and big data.

2.7k
Articles
0
Likes
7.9k
Views
0
Comments
Recent Articles

Latest from Python Programming Learning Circle

100 recent articles max
Python Programming Learning Circle
Python Programming Learning Circle
Nov 3, 2025 · Fundamentals

Why uv Is Revolutionizing Python Package Management and Environments

This article introduces uv, a Rust‑based, all‑in‑one Python tool that dramatically speeds up package installation, environment handling, project initialization, and version management, offering compatibility with existing workflows while providing simple installation commands and powerful features like uvx for one‑off tool execution.

Package ManagementPythonTooling
0 likes · 11 min read
Why uv Is Revolutionizing Python Package Management and Environments
Python Programming Learning Circle
Python Programming Learning Circle
Nov 1, 2025 · Databases

Master MongoDB with PyMongo: Essential CRUD Operations in Python

Learn how to connect to MongoDB using PyMongo, create databases and collections, and perform essential CRUD operations—including inserting single or multiple documents, querying with filters and regex, updating records with update_one and update_many, counting, sorting, pagination, and deleting—complete with Python code examples.

CRUDMongoDBPyMongo
0 likes · 13 min read
Master MongoDB with PyMongo: Essential CRUD Operations in Python
Python Programming Learning Circle
Python Programming Learning Circle
Oct 30, 2025 · Game Development

Build a Classic Alien Invasion Game with Pygame: Full Source Code Walkthrough

This tutorial walks through creating a complete Alien Invasion game using Python and Pygame, covering the main program, game logic, settings, ship, alien, bullet, button, scoring, and game statistics modules, while showcasing screenshots of gameplay and emphasizing modular, object‑oriented design.

Object-Oriented ProgrammingPygamePython
0 likes · 21 min read
Build a Classic Alien Invasion Game with Pygame: Full Source Code Walkthrough