Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
CSDN 技术社区
skill_tree_python
提交
745162f1
S
skill_tree_python
项目概览
CSDN 技术社区
/
skill_tree_python
通知
66
Star
14
Fork
6
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
1
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
S
skill_tree_python
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
1
合并请求
1
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
745162f1
编写于
12月 27, 2021
作者:
F
feilong
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
增加一个Python进阶任务
上级
6d8f9adb
变更
6
显示空白变更内容
内联
并排
Showing
6 changed file
with
74 addition
and
4 deletion
+74
-4
data/3.python高阶/8.进阶任务/1.Python问答/config.json
data/3.python高阶/8.进阶任务/1.Python问答/config.json
+9
-0
data/3.python高阶/8.进阶任务/1.Python问答/qa.json
data/3.python高阶/8.进阶任务/1.Python问答/qa.json
+8
-0
data/3.python高阶/8.进阶任务/1.Python问答/qa.md
data/3.python高阶/8.进阶任务/1.Python问答/qa.md
+33
-0
data/3.python高阶/8.进阶任务/config.json
data/3.python高阶/8.进阶任务/config.json
+5
-0
data/tree.json
data/tree.json
+15
-0
main.py
main.py
+4
-4
未找到文件。
data/3.python高阶/8.进阶任务/1.Python问答/config.json
0 → 100644
浏览文件 @
745162f1
{
"node_id"
:
"python-c8031e38af1147bfb288090085621a94"
,
"keywords"
:
[],
"children"
:
[],
"export"
:
[
"qa.json"
]
}
\ No newline at end of file
data/3.python高阶/8.进阶任务/1.Python问答/qa.json
0 → 100644
浏览文件 @
745162f1
{
"author"
:
"huanhuilong"
,
"source"
:
"qa.md"
,
"depends"
:
[],
"type"
:
"task_qa"
,
"notebook_enable"
:
false
}
\ No newline at end of file
data/3.python高阶/8.进阶任务/1.Python问答/qa.md
0 → 100644
浏览文件 @
745162f1
# 完成5个Python问答回答任务
Python 用户每天会产生很多实际使用的问题,请你回答5个Python用户的实时:
[
Python问题
](
https://ask.csdn.net/channel/2/tag/8
)
,以下对问答描述正确的是?
## 答案
```
bash
问答的问题详情页是:https://ask.csdn.net/questions/
{
id
}
Python问答页面是:https://ask.csdn.net/channel/2/tag/8
```
## 选项
### A
```
bash
问答的问题详情页的问题描述下含有“已解决”+“未解决”功能
问答的问题详情页的问题回答下含有“好问题”+“提建议”功能
```
### B
```
bash
问答的问题详情页右侧含有“问题事件”流
问答的问题详情页右侧可以打赏提问者
```
### C
```
bash
问答的问题详情页可以关注问题
问答的问题详情页回答不能被打赏
```
data/3.python高阶/8.进阶任务/config.json
0 → 100644
浏览文件 @
745162f1
{
"node_id"
:
"python-1707b1947cba42d99043449208ce4a03"
,
"keywords"
:
[]
}
\ No newline at end of file
data/tree.json
浏览文件 @
745162f1
...
...
@@ -10532,6 +10532,21 @@
}
]
}
},
{
"进阶任务"
:
{
"node_id"
:
"python-1707b1947cba42d99043449208ce4a03"
,
"keywords"
:
[],
"children"
:
[
{
"Python问答"
:
{
"node_id"
:
"python-c8031e38af1147bfb288090085621a94"
,
"keywords"
:
[],
"children"
:
[]
}
}
]
}
}
]
}
...
...
main.py
浏览文件 @
745162f1
...
...
@@ -6,8 +6,8 @@ import os
import
re
if
__name__
==
'__main__'
:
#
walker = TreeWalker("data", "python", "python")
#
walker.walk()
walker
=
TreeWalker
(
"data"
,
"python"
,
"python"
)
walker
.
walk
()
md
=
MDWalker
(
'data/2.python中阶/2.Web应用开发'
)
md
.
walk
()
#
md = MDWalker('data/2.python中阶/2.Web应用开发')
#
md.walk()
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录