Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hhstore/annotated-py-projects

fastapi/flask/sanic/asyncio/bottle/webpy 等源码注解合集
https://github.com/hhstore/annotated-py-projects

annotated anyio asyncio bottle fastapi flask python sanic starlette webpy

Last synced: about 1 month ago
JSON representation

fastapi/flask/sanic/asyncio/bottle/webpy 等源码注解合集

Awesome Lists containing this project

README

        

# annotated-py-projects:


10000

- Python 知名项目源码 阅读+注解

## 🦄 Related:

> 🔥 可以访问我的其他项目:

- ✅ https://github.com/better-py/learn-py
- python 热门库使用示例
- ✅ https://github.com/hhstore/blog
- 我的技术博客, 有大量 Rust/Go/Flutter/Python 技术文章
- ✅ https://github.com/better-rs/annotated-rs
- Rust 知名项目注解(Substrate/Tokio 等)
- ✅ https://github.com/hhstore/annotated-py-pickledb
- ✅ https://github.com/hhstore/annotated-go-macaron
- 一个类似 gin 的 go web 框架

## 🌈 项目列表:

| 项目 | 类型 | 说明 |
| :-------------------- | :------------- | :---- |
| ✅ [FastAPI](./fastpai) | web 框架 | v0.103 注解 |
| ✅ [anyio](./anyio) | 异步 IO | 热门依赖库 |
| ✅ [starlette](./starlette) | 底层库 | FastAPI 底层依赖 |
| ✅ [flask](./flask) | web 框架 | 知名项目, 包含 v0.1, 0.4, 0.5 等版本注解 |
| ✅ [asyncio](./asyncio) | Python3 标准库 | 异步编程 |
| ✅ [sanic](./sanic) | web 框架 | Python3 异步框架, v0.1.9 |
| ✅ [bottle](./bottle) | web 框架 | 知名项目, v0.4.10, 注解非常详细 |
| ✅ [webpy](./webpy) | web 框架 | 知名项目, v0.1 |
| ✅ [tornado](https://github.com/better-py/annotated-py-tornado) | web 框架 | 知名项目, v1.0等 |
| ✅ [xxx](./xxx) | - | - |
| ✅ [xxx](./xxx) | - | - |

## 💡 项目说明:

- ✅ 根据目录分类, 逐个阅读源码.
- 每个子目录, 都有相关项目源码详细说明,
- 部分项目配有思维导图等, 解读代码结构.
- 一个项目, 精选多个版本作注解, 方便对比代码演进过程.
- ✅ 包含: `asyncio, flask, sanic, bottle, webpy` 等
- ✅ 欢迎一起注解 Python 项目, 共同学习.