Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Python-100-Days
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huangkq
Python-100-Days
Commits
f5eaabf2
Commit
f5eaabf2
authored
Mar 05, 2018
by
jackfrued
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update README.md
parent
bc7368cf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
README.md
README.md
+2
-3
No files found.
README.md
View file @
f5eaabf2
...
...
@@ -97,7 +97,7 @@ Python的就业市场分析:相同工作职位和要求,薪资普遍高3k-5k
-
作用域问题 - 局部作用域 / 嵌套作用域 / 全局作用域 / 内置作用域 / 和作用域相关的关键字
-
用模块管理函数 - 模块的概念 / 用自定义模块管理函数 / 命名冲突的时候会怎样(同一个模块和不同的模块)
> **说明
:**
用\*标记的内容建议放到第8天再讲,因为讲完列表、元组、字典等内容后学生才更容易理解这些特殊的用法。
> **说明
**:
用\*标记的内容建议放到第8天再讲,因为讲完列表、元组、字典等内容后学生才更容易理解这些特殊的用法。
#### Day07 - [字符串和常用数据结构](./Day07/字符串和常用数据结构.md)
...
...
@@ -115,8 +115,7 @@ Python的就业市场分析:相同工作职位和要求,薪资普遍高3k-5k
#### Day08 - [函数的高级用法](./Day08/函数的高级用法.md)
-
遗留问题 - 关键字参数 / 命名关键字参数 / 返回多个值
-
-
遗留问题 - 关键字参数 / 命名关键字参数 / 返回多个值
-
函数的递归调用 - 递归定义 / 递归公式 / 收敛条件 / 用递归解决实际问题
-
实现常用工具函数 - 生成指定长度的验证码 / 获取文件的后缀名 / 生成随机文件名
-
高阶函数 - 函数名也是变量 / 将函数传入函数 / 利用高阶函数实现代码的解耦合 / 匿名函数(Lambda函数) / 包装器(代理模式)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment