Skip to content

KeepPush/python-learning-journey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python 学习路线 — 从基础到异步

这是我的 Python 系统学习代码仓库,按模块归档。从零基础到异步编程,每一步都有完整代码笔记。

学习时间线:2026年5月-6月 | 目标:为 AI Agent 开发打好 Python 基础

📂 代码目录

目录 内容 状态
L1-basics 变量/控制流/函数/列表字典
L2-oop class/继承/多态/封装
L3-decorators 闭包/装饰器/多装饰器/类装饰器
L4-async async/await/asyncio.run/coroutine
L5-stdlib os/pathlib/json(csv/collections 待补充) 🔄

🎯 学习路线图

L1 基础 ──→ L2 OOP ──→ L3 装饰器 ──→ L4 异步 ──→ L5 标准库
                                                      ↓
                                               L6 面试常考(进行中)
                                                      ↓
                                         L7 Agent框架(LangChain学习中)
                                                      ↓
                                               L8 RAG + Prompt工程
                                                      ↓
                                               L9 PyTorch实战

📝 配套博文

学习过程中输出 CSDN 技术博文 12+ 篇,涵盖:

  • Python 闭包原理与装饰器进阶
  • 异步编程 async/await 实战
  • os/pathlib 标准库详解
  • LangChain 五大核心模块解析

🛠 环境

  • Python 3.12
  • Jupyter Notebook / VS Code
  • Windows 11

持续更新中。下一步:csv → collections → typing → datetime/logging

About

Python系统学习代码库:基础→OOP→装饰器→异步→标准库。目标2029合肥AI岗15-25K

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors