读后笔记 -- Python 数据结构与算法分析 Chapter1/2:Python 基础 及算法分析
摘要:Chapter 1: Python 基础 1. 内建集合数据类型 # 1. list 相关 my_list = [1, 2, 3, 4] # big_list 包含 3 个指向 my_list 的引用 big_list = [my_list] * 3 # big_list: [[1, 2, 3, 4
阅读全文
posted @
2024-10-05 16:54
bruce_he
阅读(15)
推荐(0) 编辑
读后笔记 -- FastAPI 构建Python微服务 Chapter10:解决数值、符号和图形问题
摘要:10.2 设置项目 1. 项目结构 ### Project Structure ├── static/ # piccolo asgi new 生成的项目结构 │ └── favicon.ico │ └── main.css ├── survey/ # piccolo app new survey 命
阅读全文
posted @
2024-10-04 15:03
bruce_he
阅读(44)
推荐(0) 编辑