Chapter3:字符串编码和文件操作 Chapter3.1.1 python函数小示例 python函数的作用域和名称空间

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.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/%E9%80%92%E5%BD%92%E5%87%BD%E6%95%B0.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/%E8%A7%86%E9%A2%91%E7%AC%94%E8%AE%B0


......

猜你喜欢

转载自blog.csdn.net/wuxingpu5/article/details/71209731