# MyPythonGuide **Repository Path**: forxiaoming/my-python ## Basic Information - **Project Name**: MyPythonGuide - **Description**: python - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-08 - **Last Updated**: 2023-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # myPython #### 介绍 python 练习 #### 使用说明 在 idea 中先建一个空项目, 然后模块导入 ## 目录 - Python包学习 [./packages-study](./packages-study) - 基础练习 [./exercise](./exercise) - fast api demo [fast-api](./fast-api) - flask demo [flask_demo](./flask_demo) - web 解析 [./web-extracting](./web-extracting) ## 一些学习资料 * Python 3 官方文档 https://docs.python.org/zh-cn/3/ * 《Python Cookbook》3rd Edition (需要有一定基础), 译本: * https://python3-cookbook.readthedocs.io/zh_CN/latest/index.html * https://github.com/yidao620c/python3-cookbook * python第三方库查询 * https://awesome-python.com/ * 廖雪峰 Python * https://www.liaoxuefeng.com/wiki/1016959663602400