# learning python **Repository Path**: zhang-qingpeng/learning-python ## Basic Information - **Project Name**: learning python - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-08 - **Last Updated**: 2021-12-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # learning python #### 介绍 关于Python基础的学习,主要用来进行基础语法的备忘录,复杂的程序往往就是从基础的语言特性中得来的。 #### 使用说明 1. .py文件包含文件名相关的代码和注释,以这种形式进行代码的直接说明。 2. txt文件为代码的具体实例,没有什么实质性的意义。如文件操作的实例。 3. 文件来源于自己的学习过程的总结,仅作为自己的学习笔记。 #### 相关链接 1. 廖雪峰的官方网站:https://www.liaoxuefeng.com/wiki/1016959663602400 2. 菜鸟教程:https://www.runoob.com/