# Python-syntax-courses **Repository Path**: CodeBang01/Python-syntax-courses ## Basic Information - **Project Name**: Python-syntax-courses - **Description**: python基础语法课程,python编程语言语法基础,代码语言语法, - **Primary Language**: Python - **License**: Not specified - **Default Branch**: main - **Homepage**: http://www.mp58.net/ - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2022-04-20 - **Last Updated**: 2025-08-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Python语法基础课 一般的教程对初学者上手入门的难度还是挺大,所以发布了一个这个项目 ,把python语言基础部分单独列出来,这个项目用更为简单通俗的方式展现出来,做到对小白更加友好。 ## python语法教程目录: - [01 初识Python](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC01%E8%AF%BE%EF%BC%9A%E5%88%9D%E8%AF%86Python.md) - [02 第一个Python程序](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC02%E8%AF%BE%EF%BC%9A%E7%AC%AC%E4%B8%80%E4%B8%AAPython%E7%A8%8B%E5%BA%8F.md) - [03 Python语言元素之变量](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC03%E8%AF%BE%EF%BC%9APython%E8%AF%AD%E8%A8%80%E5%85%83%E7%B4%A0%E4%B9%8B%E5%8F%98%E9%87%8F.md) - [04 Python语言元素之运算符](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC04%E8%AF%BE%EF%BC%9APython%E8%AF%AD%E8%A8%80%E5%85%83%E7%B4%A0%E4%B9%8B%E8%BF%90%E7%AE%97%E7%AC%A6.md) - [05 分支结构](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC05%E8%AF%BE%EF%BC%9A%E5%88%86%E6%94%AF%E7%BB%93%E6%9E%84.md) - [06 循环结构](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC06%E8%AF%BE%EF%BC%9A%E5%BE%AA%E7%8E%AF%E7%BB%93%E6%9E%84.md) - [07 分支和循环结构的应用](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC07%E8%AF%BE%EF%BC%9A%E5%88%86%E6%94%AF%E5%92%8C%E5%BE%AA%E7%8E%AF%E7%BB%93%E6%9E%84%E7%9A%84%E5%BA%94%E7%94%A8.md) - [08 常用数据结构之列表](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC08%E8%AF%BE%EF%BC%9A%E5%B8%B8%E7%94%A8%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E4%B9%8B%E5%88%97%E8%A1%A8.md) - [09 常用数据结构之元组](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC09%E8%AF%BE%EF%BC%9A%E5%B8%B8%E7%94%A8%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E4%B9%8B%E5%85%83%E7%BB%84.md) - [10 常用数据结构之字符串](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC10%E8%AF%BE%EF%BC%9A%E5%B8%B8%E7%94%A8%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E4%B9%8B%E5%AD%97%E7%AC%A6%E4%B8%B2.md) - [11 常用数据结构之集合](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC11%E8%AF%BE%EF%BC%9A%E5%B8%B8%E7%94%A8%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E4%B9%8B%E9%9B%86%E5%90%88.md) - [12 常用数据结构之字典](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC12%E8%AF%BE%EF%BC%9A%E5%B8%B8%E7%94%A8%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84%E4%B9%8B%E5%AD%97%E5%85%B8.md) - [13 函数和模块](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC13%E8%AF%BE%EF%BC%9A%E5%87%BD%E6%95%B0%E5%92%8C%E6%A8%A1%E5%9D%97.md) - [14 函数的应用](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC14%E8%AF%BE%EF%BC%9A%E5%87%BD%E6%95%B0%E7%9A%84%E5%BA%94%E7%94%A8.md) - [15 函数使用进阶](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC15%E8%AF%BE%EF%BC%9A%E5%87%BD%E6%95%B0%E4%BD%BF%E7%94%A8%E8%BF%9B%E9%98%B6.md) - [16 函数的高级应用](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC16%E8%AF%BE%EF%BC%9A%E5%87%BD%E6%95%B0%E7%9A%84%E9%AB%98%E7%BA%A7%E5%BA%94%E7%94%A8.md) - [17 面向对象编程入门](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC17%E8%AF%BE%EF%BC%9A%E9%9D%A2%E5%90%91%E5%AF%B9%E8%B1%A1%E7%BC%96%E7%A8%8B%E5%85%A5%E9%97%A8.md) - [18 面向对象编程进阶](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC18%E8%AF%BE%EF%BC%9A%E9%9D%A2%E5%90%91%E5%AF%B9%E8%B1%A1%E7%BC%96%E7%A8%8B%E8%BF%9B%E9%98%B6.md) - [19 面向对象编程应用](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC19%E8%AF%BE%EF%BC%9A%E9%9D%A2%E5%90%91%E5%AF%B9%E8%B1%A1%E7%BC%96%E7%A8%8B%E5%BA%94%E7%94%A8.md) - [20 Python标准库初探](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC20%E8%AF%BE%EF%BC%9APython%E6%A0%87%E5%87%86%E5%BA%93%E5%88%9D%E6%8E%A2.md) - [21 文件读写和异常处理](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC21%E8%AF%BE%EF%BC%9A%E6%96%87%E4%BB%B6%E8%AF%BB%E5%86%99%E5%92%8C%E5%BC%82%E5%B8%B8%E5%A4%84%E7%90%86.md) - [22 对象的序列化和反序列化](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC22%E8%AF%BE%EF%BC%9A%E5%AF%B9%E8%B1%A1%E7%9A%84%E5%BA%8F%E5%88%97%E5%8C%96%E5%92%8C%E5%8F%8D%E5%BA%8F%E5%88%97%E5%8C%96.md) - [23 用Python读写CSV文件](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC23%E8%AF%BE%EF%BC%9A%E7%94%A8Python%E8%AF%BB%E5%86%99CSV%E6%96%87%E4%BB%B6.md) - [24 用Python读写Excel文件](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC24%E8%AF%BE%EF%BC%9A%E7%94%A8Python%E8%AF%BB%E5%86%99Excel%E6%96%87%E4%BB%B6-1.md) - [25 用Python读写Excel文件](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC25%E8%AF%BE%EF%BC%9A%E7%94%A8Python%E8%AF%BB%E5%86%99Excel%E6%96%87%E4%BB%B6-2.md) - [26 用Python操作Word文件和PowerPoint](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC26%E8%AF%BE%EF%BC%9A%E7%94%A8Python%E6%93%8D%E4%BD%9CWord%E6%96%87%E4%BB%B6%E5%92%8CPowerPoint.md) - [27 用Python操作PDF文件](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC27%E8%AF%BE%EF%BC%9A%E7%94%A8Python%E6%93%8D%E4%BD%9CPDF%E6%96%87%E4%BB%B6.md) - [28 用Python处理图像](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC28%E8%AF%BE%EF%BC%9A%E7%94%A8Python%E5%A4%84%E7%90%86%E5%9B%BE%E5%83%8F.md) - [29 用Python发送邮件和短信](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC29%E8%AF%BE%EF%BC%9A%E7%94%A8Python%E5%8F%91%E9%80%81%E9%82%AE%E4%BB%B6%E5%92%8C%E7%9F%AD%E4%BF%A1.md) - [30 正则表达式的应用](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC30%E8%AF%BE%EF%BC%9A%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F%E7%9A%84%E5%BA%94%E7%94%A8.md) - [31 网络数据采集概述](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC31%E8%AF%BE%EF%BC%9A%E7%BD%91%E7%BB%9C%E6%95%B0%E6%8D%AE%E9%87%87%E9%9B%86%E6%A6%82%E8%BF%B0.md) - [32 用Python获取网络资源](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC32%E8%AF%BE%EF%BC%9A%E7%94%A8Python%E8%8E%B7%E5%8F%96%E7%BD%91%E7%BB%9C%E8%B5%84%E6%BA%90.md) - [33 用Python解析HTML页面](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC33%E8%AF%BE%EF%BC%9A%E7%94%A8Python%E8%A7%A3%E6%9E%90HTML%E9%A1%B5%E9%9D%A2.md) - [34 Python中的并发编程-1](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC34%E8%AF%BE%EF%BC%9APython%E4%B8%AD%E7%9A%84%E5%B9%B6%E5%8F%91%E7%BC%96%E7%A8%8B-1.md) - [35 Python中的并发编程-2](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC35%E8%AF%BE%EF%BC%9APython%E4%B8%AD%E7%9A%84%E5%B9%B6%E5%8F%91%E7%BC%96%E7%A8%8B-2.md) - [36 Python中的并发编程-3](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC36%E8%AF%BE%EF%BC%9APython%E4%B8%AD%E7%9A%84%E5%B9%B6%E5%8F%91%E7%BC%96%E7%A8%8B-3.md) - [37 并发编程在爬虫中的应用](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC37%E8%AF%BE%EF%BC%9A%E5%B9%B6%E5%8F%91%E7%BC%96%E7%A8%8B%E5%9C%A8%E7%88%AC%E8%99%AB%E4%B8%AD%E7%9A%84%E5%BA%94%E7%94%A8.md) - [38 抓取网页动态内容](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC38%E8%AF%BE%EF%BC%9A%E6%8A%93%E5%8F%96%E7%BD%91%E9%A1%B5%E5%8A%A8%E6%80%81%E5%86%85%E5%AE%B9.md) - [39 爬虫框架Scrapy简介](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC39%E8%AF%BE%EF%BC%9A%E7%88%AC%E8%99%AB%E6%A1%86%E6%9E%B6Scrapy%E7%AE%80%E4%BB%8B.md) - [40 关系型数据库和MySQL概述.](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC40%E8%AF%BE%EF%BC%9A%E5%85%B3%E7%B3%BB%E5%9E%8B%E6%95%B0%E6%8D%AE%E5%BA%93%E5%92%8CMySQL%E6%A6%82%E8%BF%B0.md) - [41 SQL详解](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC41%E8%AF%BE%EF%BC%9ASQL%E8%AF%A6%E8%A7%A3.md) - [42 深入MySQL](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC42%E8%AF%BE%EF%BC%9A%E6%B7%B1%E5%85%A5MySQL.md) - [43 Python程序接入MySQL数据库](https://github.com/CodeBang06/Python-syntax-courses/blob/main/kc/%E7%AC%AC43%E8%AF%BE%EF%BC%9APython%E7%A8%8B%E5%BA%8F%E6%8E%A5%E5%85%A5MySQL%E6%95%B0%E6%8D%AE%E5%BA%93.md) 持续更新中.......... # ### 团队其他项目-如本项目能帮助到您,请右上角帮我们点亮 ★star 以示鼓励! - [Python小白互动学习基础教程+一体化实训软件](https://github.com/CodeBang06/Pythoncoder) - [Python 经典小例子、小案例](https://github.com/CodeBang06/python-examples) - [Ashare最简股票行情数据接口API,A股行情完全开源免费](https://github.com/CodeBang06/Ashare) 请微信扫码加入Python技术交流群获取教程的配套资料 ![75](https://user-images.githubusercontent.com/103555341/163770456-42dbd01a-60c2-48f4-9321-04849ac35436.jpg)