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
bc7368cf
Commit
bc7368cf
authored
Mar 05, 2018
by
jackfrued
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed the bug of README.md
parent
585b0977
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
bc7368cf
...
...
@@ -87,7 +87,7 @@ Python的就业市场分析:相同工作职位和要求,薪资普遍高3k-5k
-
基础练习 - 水仙花数 / 完美数 / 五人分鱼 / Fibonacci数列 / 回文素数
-
综合练习 - Craps赌博游戏
#### Day06 - [函数和模块的使用](./Day0
8
/函数和模块的使用.md)
#### Day06 - [函数和模块的使用](./Day0
6
/函数和模块的使用.md)
-
函数的作用 - 代码的坏味道 / 用函数封装功能模块
-
定义函数 - def语句 / 函数名 / 参数列表 / return语句 / 调用自定义函数
...
...
@@ -125,7 +125,7 @@ Python的就业市场分析:相同工作职位和要求,薪资普遍高3k-5k
>**说明:**函数式编程相关的内容属于比较尴尬的知识点,需要做一个简要的介绍,但是对学生来说暂时是用不上这些知识的,因此不要花太多的时间去纠结这些内容,事实上Python语言对函数式编程的支持也是非常有限的,让学生知道函数可以接受函数作为参数也可以返回函数就已经很足够了,如果讲得太深大多数学生一定是懵的。
#### Day09 - [面向对象基础](./Day
10
/面向对象基础.md)
#### Day09 - [面向对象基础](./Day
09
/面向对象基础.md)
-
类和对象 - 什么是类 / 什么是对象 / 面向对象其他相关概念
-
定义类 - 基本结构 / 属性和方法 / 构造器 / 析构器 /
\_\_
str
\_\_
方法
...
...
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