# pydemo **Repository Path**: ai_machine_learning/pydemo ## Basic Information - **Project Name**: pydemo - **Description**: python 案例与文档 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-08-03 - **Last Updated**: 2023-08-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python学习体系化成长 [![知识共享协议(CC协议)](https://img.shields.io/badge/License-Creative%20Commons-DC3D24.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.zh) [![GitHub stars](https://img.shields.io/github/stars/hbulpf/pydemo.svg?label=Stars)](https://github.com/hbulpf/pydemo) [![GitHub watchers](https://img.shields.io/github/watchers/hbulpf/pydemo.svg?label=Watchers)](https://github.com/hbulpf/pydemo/watchers) [![GitHub forks](https://img.shields.io/github/forks/hbulpf/pydemo.svg?label=Forks)](https://github.com/hbulpf/pydemo/fork) ## 第一阶段 Python基础 ### 语言基础 基础阶段需要掌握知识点 - 基础类型:数字类型、None类型、Bool类型、字符串类型 - 常用内置数据结构:列表(list)、元组(tuple)、字典(dict)、集合(set) - 逻辑控制与操作:If分支语句、for/while循环控制、try...except异常处理 - 函数:定义函数、函数参数 - 类与模块:类构造、类实例化、模块介绍、模块加载和使用 #### 学习资料 1. [Python官方API](https://docs.python.org/zh-cn/3.7/) * [官方标准库学习](https://docs.python.org/zh-cn/3.7/library/index.html) 可在python安装目录的doc目录下找到版本对应的chm格式使用手册 2. 在线学习教材参考 - [廖雪峰的官方网站-Python教程](https://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000) - [莫烦PYTHON-Python 3 基础教程](https://mofanpy.com/) - [python教程网](https://www.92python.com/) 3. Python基础测验 完成上面的基础学习后,可以在下面的题目中小试牛刀: - [牛客网专项练习-编程语言Python](https://www.nowcoder.com/intelligentTest) #### 其他文档 1. [总结文档](https://codechina.csdn.net/AiShow/aibooks/-/blob/master/python基础学习文档.pdf) ### 开发基础 #### 开发工具 1. [pip](docs/dev/pip.md) 2. [pycharm](docs/dev/pycharm.md) #### 小例子 1. [递归遍历目录](docs/samples/递归遍历目录.md) ## 第二阶段 项目实战 ### 项目1: 游戏 ### 项目2: 爬虫 1. [爬虫介绍](docs/spiders/README.md) 2. [requests](docs/spiders/requests.md) 3. [urllib](docs/spiders/urllib.md) 4. [Scrapy](docs/spiders/Scrapy.md) 5. [Fiddler](docs/spiders/fildder.md) 6. [mitmproxy](docs/spiders/mitmproxy.md) 7. [scapy](docs/spiders/scapy.md) 8. [wireshark](docs/spiders/wireshark.md) ## 第三阶段 AI ### 工具 - [Anaconda](docs/tools/anaconda/README.md) - [conda基本命令](docs/tools/anaconda/conda_cmd.md) - [anaconda 生成py36环境](docs/tools/anaconda/py37_To_py36.md) - [Jupyter](docs/tools/jupyter/README.md) - [Jupyterhub](docs/tools/jupyter/jupyterhub_service.md) ## 其他 ### leetcode进阶 刷题,练习思维。 ### 公司面试 根据面试公司往年的招聘情况,找一些相似公司或该公司的历年真题进行针对性测验练习。 ---------------------------------------- **项目规范** 本文使用 [`Markdown`](https://www.markdownguide.org/basic-syntax) 编写, 排版符合[`中文技术文档写作规范`](https://github.com/hbulpf/document-style-guide)。Find Me On [**Github**](https://github.com/hbulpf/pydemo) , [**Gitee**](https://gitee.com/hecloudAi/pydemo) **友情贡献** @[**RunAtWorld**](http://www.github.com/RunAtWorld)   #### 关注公众号 『四方云和』 获取更多优质文章 ~ ![微信搜一搜 四方云和](./sfyh.jpeg "sfyh.jpg")