PythonPark
Python 开源项目之「自学编程之路」,保姆级教程:AI实验室、宝藏视频、数据结构、学习指南、机器学习实战、深度学习实战、网络爬虫、大厂面经、程序人生、资源分享。
A Chinese-language study guide with curated links to Python tutorials, AI and machine learning learning paths, web scraping guides, and career interview prep, organized as a link index, not runnable code.
PythonPark is a curated collection of Python learning materials maintained by a Chinese developer named Jack Cui. The project serves as a one-stop reference for people who want to learn Python from scratch, covering everything from the basics of the language up through machine learning and deep learning topics. Most of the content is written in Chinese and links out to blog posts, videos, and WeChat articles the author has published over several years.
The repository is organized into topic sections: a learning roadmap, video tutorials hosted on Bilibili (a Chinese video platform), foundational data structures and algorithms, core AI concepts, and applied AI experiments. Each section links to individual articles or videos rather than hosting code directly. The author describes the content as beginner-friendly and commits to publishing at least two original articles per week.
The AI and machine learning sections cover topics like GPU setup, the Transformer model architecture, YOLO object detection, PyTorch basics, and various computer vision applications such as face editing, pose estimation, and image restoration. A web crawler section teaches how to scrape websites using Python. There is also an interview preparation section with notes from technical interviews at large Chinese tech companies.
A visual mind map at the bottom of the README summarizes the full content structure across seven categories: learning paths, videos, data structures and algorithms, AI basics, AI experiments, machine learning practice, and deep learning practice.
This repository does not contain runnable code itself. It is a link collection and study guide. If you are looking for a structured Python learning curriculum in Chinese, particularly one that covers both practical AI experiments and career preparation, this repository is a straightforward starting point. Readers who need English-language resources will find most of the linked materials inaccessible, as the blog posts and videos are entirely in Chinese.
Where it fits
- Follow the structured roadmap to learn Python from scratch through beginner-friendly Chinese-language articles and videos.
- Find curated resources on PyTorch, Transformers, and YOLO to build a foundation in applied deep learning.
- Use the interview prep section to study for technical interviews at large Chinese tech companies.