python手记大全

xiaoxiao2021-02-28  127

Python笔记

 

Chapter 1

#-------------------------------------------------------------------------------------------------------------------------------------------------------

Python基础—简介-变量-基本语法 

 

小练习: 

python基础练习:用户登录实验 

python初级练习题    

 

 

 

 

Chapter 2

#-------------------------------------------------------------------------------------------------------------------------------------------------------

Python 字符串内置方法大全     

python 整型int 布尔值boolean 列表list 简介及常用方法大全     

python range 和 enumerate 简介示例   

python中的 元组 字典 和集合   

 

小练习:

超市购物简例

2套练习内容:

python基础练习1

Python基础练习2

 

 

Chapter3:文件操作 函数

#-------------------------------------------------------------------------------------------------------------------------------------------------------

 

 

Chapter3:字符串编码和文件操作

 Chapter3.1 Python函数(1) Chapter3.1.1 python函数小示例  

 例子:

Chapter3.1.1 python函数小示例

 

 

Chapter4 函数进阶

4.1.1 函数的对象

4.1.2 函数的嵌套调用与嵌套定义

4.1.3  

python函数的作用域和名称空间

 

4.1.4 闭包

4.1.5 装饰器

4.1.6 py生成器

4.1.7 py生成器

4.1.8 py内置函数

 

 

 

 

Chapter5     yield的表达式形式简介   https://github.com/5StevenWu/Coursepy/blob/master/L05/4yield.py   yield表达式形式的简单应用     递归函数

https://github.com/5StevenWu/Coursepy/blob/master/L05/递归函数.py

 

内置函数 map reduce filter

https://github.com/5StevenWu/Coursepy/blob/master/L05/mapReduceFilter.py

 

内置模块 re模块

正则

 

L06常用模块

https://github.com/5StevenWu/Coursepy/tree/master/L06/mod_sub

L07面向对象

https://github.com/5StevenWu/Coursepy/tree/master/L07/视频笔记

 

......

 

转载请注明原文地址: https://www.6miu.com/read-27951.html

最新回复(0)