├── .gitattributes ├── .github ├── ISSUE_TEMPLATE │ ├── 翻译纠正.md │ └── 错误纠正.md └── workflows │ └── sync_to_gitee.yml ├── FluentPythonV2_CN_v1.0.4.pdf └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenyz1984/FluentPython2ndCN/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/翻译纠正.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenyz1984/FluentPython2ndCN/HEAD/.github/ISSUE_TEMPLATE/翻译纠正.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/错误纠正.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenyz1984/FluentPython2ndCN/HEAD/.github/ISSUE_TEMPLATE/错误纠正.md -------------------------------------------------------------------------------- /.github/workflows/sync_to_gitee.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenyz1984/FluentPython2ndCN/HEAD/.github/workflows/sync_to_gitee.yml -------------------------------------------------------------------------------- /FluentPythonV2_CN_v1.0.4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenyz1984/FluentPython2ndCN/HEAD/FluentPythonV2_CN_v1.0.4.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chenyz1984/FluentPython2ndCN/HEAD/README.md --------------------------------------------------------------------------------