Python 成仙之路

2023-01-31 00:01:33 python 之路 成仙

 

第一部分  python基本知识

计算机组成与操作系统基础

python 入门基础1 --语言介绍

Python 入门基础2 --基本数据类型、运算符

Python 入门基础3 --流程控制

python 入门基础4 --数据类型及内置方法

Python 入门基础5 --元组、字典、集合

Python 入门基础6 --字符编码、文件操作1

Python 入门基础7 --文件操作

 

第二部分 python 函数

Python 入门基础8 --函数基础1 定义、分类与嵌套使用

Python 入门基础9 --函数基础2 实参与形参

Python 入门基础10 --函数基础3 函数对象、名称空间、装饰器

Python 入门基础11 --函数基础4 迭代器、生成器、枚举类型

Python 入门基础12 --函数基础5 匿名函数、内置函数

 

第三部分 python 常用模块

Python 入门基础13 --模块与包  

Python 入门基础14 --time、os、random、JSON、pickle 常用模块1     **2019.04.10 更新**

Python 入门基础15 --shutil、shelve、log常用模块2、项目结构   **2019.04.11 更新**

Python 入门基础16 --ATM + 购物车   

Python 入门基础17 --加密、表格、xml模块

Python 入门基础18 --re模块+内存管理

 

第四部分 python 面向对象

Python 入门基础19 --面向对象、封装

Python 入门基础20 --面向对象_继承、组合

python 入门基础21 --面向对象_多态、内置方法、反射

python 入门基础22 --复习 面向对象

python 入门基础23 选课系统 

python 入门基础24 元类、单例模式

 

第五部分:python 网络编程

 

 

相关文章