Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 766 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 766 Bytes

starting-out-with-python-4th

Starting Out with Python (4th Edition) by Tony Gaddis

《Python程序设计基础》(第四版),苏小红、叶麟、袁永峰 译

目录说明

start-out-with-python-4th/
|-- start-out-with-python-4th/  # 源代码目录
|   |-- tests/                  # 测试代码目录
|   |   |-- __init__.py
|   |   |-- models.py
|   |   |-- test_main.py
|   |
|   |-- __init__.py     # 用于管理命名空间
|   |-- config.py
|   |-- exception.py    # 用于管理项目自定义的异常
|   |-- main.py
|   |-- preface.py      
|
|-- requirements.txt    # 项目依赖的Python包列表
|-- LICENSE             # 版权文件
|-- README.md           # 项目说明文件
|-- TODO.md             # 等处理问题