# Python-zero2one **Repository Path**: caixiaohui/Python-zero2one ## Basic Information - **Project Name**: Python-zero2one - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-07-16 - **Last Updated**: 2025-08-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python-zero2one 该资源是Python从零到壹相关代码及文章,希望对您有所帮助~ 打造全网最详细的Python系列,供大家学习。
- [https://blog.csdn.net/eastmount/category_10324808.html](https://blog.csdn.net/eastmount/category_10324808.html) 对应文章:
--- ## 文章目录 **第一部分 基础语法** - [[Python从零到壹] 一.为什么我们要学Python及基础语法详解](https://blog.csdn.net/Eastmount/article/details/108172132) - [[Python从零到壹] 二.语法基础之条件语句、循环语句和函数](https://blog.csdn.net/Eastmount/article/details/108479670) - [[Python从零到壹] 三.语法基础之文件操作、CSV文件读写及面向对象](https://blog.csdn.net/Eastmount/article/details/108737755) **第二部分 网络爬虫** - [[Python从零到壹] 四.网络爬虫之入门基础及正则表达式抓取博客案例](https://blog.csdn.net/Eastmount/article/details/108887652) - [[Python从零到壹] 五.网络爬虫之BeautifulSoup基础语法万字详解](https://blog.csdn.net/Eastmount/article/details/109497225) - [[Python从零到壹] 六.网络爬虫之BeautifulSoup爬取豆瓣TOP250电影详解](https://blog.csdn.net/Eastmount/article/details/113830488) - [[Python从零到壹] 七.网络爬虫之Requests爬取豆瓣电影TOP250及CSV存储](https://blog.csdn.net/Eastmount/article/details/113830604) - [[Python从零到壹] 八.数据库之MySQL和Sqlite基础知识及操作万字详解](https://blog.csdn.net/Eastmount/article/details/114331974) - [[Python从零到壹] 九.网络爬虫之Selenium基础技术万字详解(定位元素、常用方法、键盘鼠标操作)](https://blog.csdn.net/Eastmount/article/details/117376267) - [[Python从零到壹] 十.Selenium爬取在线百科知识万字详解(NLP语料构造必备技能)](https://blog.csdn.net/Eastmount/article/details/118147562) **第三部分 数据分析+机器学习** - [[Python从零到壹] 十一.数据分析之Numpy、Pandas、Matplotlib和Sklearn入门知识万字详解(1)](https://blog.csdn.net/Eastmount/article/details/118302426) - [[Python从零到壹] 十二.机器学习之回归分析万字总结全网首发(线性回归、多项式回归、逻辑回归)](https://blog.csdn.net/Eastmount/article/details/118435877) - [[Python从零到壹] 十三.机器学习之聚类分析万字总结全网首发(K-Means、BIRCH、层次聚类、树状聚类)](https://blog.csdn.net/Eastmount/article/details/118518130) - [[Python从零到壹] 十四.机器学习之分类算法三万字总结全网首发(决策树、KNN、SVM、分类算法对比)](https://blog.csdn.net/Eastmount/article/details/118524484) - [[Python从零到壹] 十五.文本挖掘之数据预处理、Jieba工具和文本聚类万字详解](https://blog.csdn.net/Eastmount/article/details/119464508) - [[Python从零到壹] 十六.文本挖掘之词云热点与LDA主题分布分析万字详解](https://blog.csdn.net/Eastmount/article/details/119538373) - [[Python从零到壹] 十七.可视化分析之Matplotlib、Pandas、Echarts入门万字详解](https://blog.csdn.net/Eastmount/article/details/119888324) - [[Python从零到壹] 十八.可视化分析之Basemap地图包入门详解](https://blog.csdn.net/Eastmount/article/details/121206268) - [Python从零到壹] 十九.可视化分析之热力图和箱图绘制及应用详解 - [Python从零到壹] 二十.可视化分析之Seaborn绘图万字详解 - [Python从零到壹] 二十一.可视化分析之Pyechart绘图万字详解 - [Python从零到壹] 二十二.可视化分析之OpenGL绘图万字详解 - [Python从零到壹] 二十三.十大机器学习算法之决策树分类分析详解(1) - [Python从零到壹] 二十四.十大机器学习算法之KMeans聚类分析详解(2) - [Python从零到壹] 二十五.十大机器学习算法之KNN算法及图像分类详解(3) - [Python从零到壹] 二十六.十大机器学习算法之朴素贝叶斯算法及文本分类详解(4) - [Python从零到壹] 二十七.十大机器学习算法之线性回归算法分析详解(5) - [Python从零到壹] 二十八.十大机器学习算法之SVM算法分析详解(6) - [Python从零到壹] 二十九.十大机器学习算法之随机森林算法分析详解(7) - [Python从零到壹] 三十.十大机器学习算法之逻辑回归算法及恶意请求检测应用详解(8) - [Python从零到壹] 三十一.十大机器学习算法之Boosting和AdaBoost应用详解(9) - [Python从零到壹] 三十二.十大机器学习算法之层次聚类和树状图聚类应用详解(10) **第四部分 Python图像处理基础** - [[Python从零到壹] 三十三.图像处理基础篇之什么是图像处理和OpenCV配置](https://blog.csdn.net/Eastmount/article/details/122642008) - [[Python从零到壹] 三十四.OpenCV入门详解——显示读取修改及保存图像](https://blog.csdn.net/Eastmount/article/details/122654530) - [[Python从零到壹] 三十五.图像处理基础篇之OpenCV绘制各类几何图形](https://blog.csdn.net/Eastmount/article/details/122672135) - [[Python从零到壹] 三十六.图像处理基础篇之图像算术与逻辑运算详解](https://blog.csdn.net/Eastmount/article/details/122692101) - [[Python从零到壹] 三十七.图像处理基础篇之图像融合处理和ROI区域绘制](https://blog.csdn.net/Eastmount/article/details/122710392) - [[Python从零到壹] 三十八.图像处理基础篇之图像几何变换(平移缩放旋转)](https://blog.csdn.net/Eastmount/article/details/122723951) - [[Python从零到壹] 三十九.图像处理基础篇之图像几何变换(镜像仿射透视)](https://blog.csdn.net/Eastmount/article/details/122746238) - [[Python从零到壹] 四十.图像处理基础篇之图像量化处理](https://blog.csdn.net/Eastmount/article/details/122789859) - [[Python从零到壹] 四十一.图像处理基础篇之图像采样处理](https://blog.csdn.net/Eastmount/article/details/122812908) - [[Python从零到壹] 四十二.图像处理基础篇之图像金字塔向上取样和向下取样](https://blog.csdn.net/Eastmount/article/details/122868296) **第五部分 Python图像运算和图像增强** - [[Python从零到壹] 四十三.图像增强及运算篇之图像点运算和图像灰度化处理](https://blog.csdn.net/Eastmount/article/details/123006082) - [[Python从零到壹] 四十四.图像增强及运算篇之图像灰度线性变换详解](https://blog.csdn.net/Eastmount/article/details/123191792) - [[Python从零到壹] 四十五.图像增强及运算篇之图像灰度非线性变换详解](https://blog.csdn.net/Eastmount/article/details/123378983) - [[Python从零到壹] 四十六.图像增强及运算篇之图像阈值化处理](https://blog.csdn.net/Eastmount/article/details/124257418) - [[Python从零到壹] 四十七.图像增强及运算篇之腐蚀和膨胀详解](https://blog.csdn.net/Eastmount/article/details/124527782) - [[Python从零到壹] 四十八.图像增强及运算篇之形态学开运算、闭运算和梯度运算](https://blog.csdn.net/Eastmount/article/details/125178579) - [[Python从零到壹] 四十九.图像增强及运算篇之顶帽运算和底帽运算](https://blog.csdn.net/Eastmount/article/details/125959487) - [[Python从零到壹] 五十.图像增强及运算篇之图像直方图理论知识和绘制实现](https://blog.csdn.net/Eastmount/article/details/126276211) - [[Python从零到壹] 五十一.图像增强及运算篇之图像灰度直方图对比分析万字详解](https://blog.csdn.net/Eastmount/article/details/126295465) - [[Python从零到壹] 五十二.图像增强及运算篇之图像掩膜直方图和HS直方图](https://blog.csdn.net/Eastmount/article/details/126370183) - [[Python从零到壹] 五十三.图像增强及运算篇之直方图均衡化处理](https://blog.csdn.net/Eastmount/article/details/126799744) - [[Python从零到壹] 五十四.图像增强及运算篇之局部直方图均衡化和自动色彩均衡化处理](https://blog.csdn.net/Eastmount/article/details/127188385) - [[Python从零到壹] 五十五.图像增强及运算篇之图像平滑(均值滤波、方框滤波、高斯滤波)](https://blog.csdn.net/Eastmount/article/details/127485114) - [[Python从零到壹] 五十六.图像增强及运算篇之图像平滑(中值滤波、双边滤波)](https://blog.csdn.net/Eastmount/article/details/128066004) - [[Python从零到壹] 五十七.图像增强及运算篇之图像锐化Roberts、Prewitt算子实现边缘检测](https://blog.csdn.net/Eastmount/article/details/128303090) - [[Python从零到壹] 五十八.图像增强及运算篇之图像锐化Sobel、Laplacian算子实现边缘检测](https://blog.csdn.net/Eastmount/article/details/128352770) - [[Python从零到壹] 五十九.图像增强及运算篇之图像锐化Scharr、Canny、LOG实现边缘检测](https://blog.csdn.net/Eastmount/article/details/128397285) **第六部分 Python图像识别和图像处理经典案例** - [Python从零到壹] 六十.图像识别及经典案例篇之基于阈值及边缘检测的图像分割 **第七部分 NLP与文本挖掘** **第八部分 人工智能入门知识** **第九部分 网络攻防与AI安全** **第十部分 知识图谱构建实战** **扩展部分 人工智能高级案例** --- ## 基础语法 - 输入输出 - 数据类型 - 字符串操作 - 条件语句 - 循环语句 - 函数 - 文件操作 - CSV文件操作 - 面向对象 --- ## 网络爬虫 - 正则表达式
正则表达式抓取个人博客 - urllib - BeautifulSoup
BeautifulSoup抓取个人博客
BeautifulSoup抓取豆瓣Top250电影
- Requests - Selenium - Scrapy --- ## 数据分析+机器学习 --- ## 图像处理及图像识别 --- ## 图像增强 --- ## 文本挖掘 --- ## 人工智能 --- ## 网络安全 --- ## 知识图谱 ---- By:Eastmount 2020-11-08 娜璋AI安全之家