Python¶
- Python 官方文档 <https://docs.python.org/zh-cn/3/>
- Python 最佳实践指南 <https://pythonguidecn.readthedocs.io/zh/latest/>
- Python3 cook-book <https://python3-cookbook.readthedocs.io/zh_CN/latest/index.html>
- 命令行工具 docopt <http://docopt.org/>
- 命令行工具 click <https://click.palletsprojects.com/en/7.x/>
- Python 打包分发工具 setuptools <https://juejin.im/post/5d46eb4bf265da03ef79f7e3>
- 函数参数中的*与** <https://blog.csdn.net/liuxingen/article/details/50113923>
- Python 选择题库 <https://plc.pengin7384.endpoint.ainize.ai/>
- Windows10下配置pip源并安装pip包 <https://blog.csdn.net/weixin_41831919/article/details/104725517>