Skip to content

Commit

Permalink
更新邮件信息
Browse files Browse the repository at this point in the history
  • Loading branch information
anine09 committed Oct 25, 2023
1 parent d9726e6 commit 931b804
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 33 deletions.
Binary file added resources/slides/chap0/pic/powershell_error.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions slides/chapter_0-Installation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@
"source": [
"# 修改 Powershell 执行策略(可选)\n",
"\n",
"> 仅 **Windows 10+ 非家庭版本** 需要执行本操作\n",
"> 仅 **出现”此系统禁止运行脚本“** 的情况下需要执行本操作\n",
"\n",
"![](../resources/slides/chap0/pic/powershell_error.png)\n",
"\n",
"在`开始`图标**右键单击**,选择 `Windows PowerShell(管理员)`\n",
"\n",
Expand Down Expand Up @@ -195,7 +197,7 @@
"notepad .condarc # 注意有个小点 \".\"\"condarc\" 的前面\n",
"```\n",
"\n",
"粘贴刚刚复制的文本,保存文件后关闭\n",
"删除原有的所有内容,粘贴刚刚复制的文本,保存文件后关闭\n",
"\n",
"最后在 **Anaconda Powershell Prompt** 中输入:\n",
"\n",
Expand Down
21 changes: 10 additions & 11 deletions slides/chapter_1-Getting_Started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"source": [
"# 聪明办法学 Python 2nd Edition\n",
"## Chapter 1 启航 Getting Started\n",
"---\n",
"聪明办法学 Python 教学团队\n",
"\n",
"骆秀韬\n",
"\n",
"<p>[email protected]</p>"
"<p>[email protected]</p>"
]
},
{
Expand Down Expand Up @@ -297,7 +297,6 @@
}
],
"source": [
"# f(x) print -> f; (x) -> (\"Datawhale\"); x -> \"Datawhale\" 字符串 String\n",
"print(\"Datawhale\") # for the learner,和学习者一起成长"
]
},
Expand Down Expand Up @@ -404,7 +403,7 @@
}
],
"source": [
"print(\"Data\",\"whale\") # f(x, y)"
"print(\"Data\",\"whale\")"
]
},
{
Expand Down Expand Up @@ -745,12 +744,12 @@
},
{
"cell_type": "code",
"execution_count": 27,
"execution_count": 1,
"id": "b245992c",
"metadata": {
"ExecuteTime": {
"end_time": "2023-08-01T12:52:30.392899Z",
"start_time": "2023-08-01T12:52:30.373898Z"
"end_time": "2023-10-05T07:35:24.269818Z",
"start_time": "2023-10-05T07:35:24.263877Z"
},
"slideshow": {
"slide_type": "fragment"
Expand All @@ -759,10 +758,10 @@
"outputs": [
{
"ename": "SyntaxError",
"evalue": "EOL while scanning string literal (3098959924.py, line 2)",
"evalue": "unterminated string literal (detected at line 2) (3098959924.py, line 2)",
"output_type": "error",
"traceback": [
"\u001b[1;36m Cell \u001b[1;32mIn [27], line 2\u001b[1;36m\u001b[0m\n\u001b[1;33m print(\"哦不!) # Error! 缺少结尾引号\u001b[0m\n\u001b[1;37m ^\u001b[0m\n\u001b[1;31mSyntaxError\u001b[0m\u001b[1;31m:\u001b[0m EOL while scanning string literal\n"
"\u001b[1;36m Cell \u001b[1;32mIn[1], line 2\u001b[1;36m\u001b[0m\n\u001b[1;33m print(\"哦不!) # Error! 缺少结尾引号\u001b[0m\n\u001b[1;37m ^\u001b[0m\n\u001b[1;31mSyntaxError\u001b[0m\u001b[1;31m:\u001b[0m unterminated string literal (detected at line 2)\n"
]
}
],
Expand Down Expand Up @@ -1277,7 +1276,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.15"
"version": "3.11.5"
},
"latex_envs": {
"LaTeX_envs_menu_present": true,
Expand Down
8 changes: 4 additions & 4 deletions slides/chapter_2-Data_Types_and_Operators.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"source": [
"# 聪明办法学 Python 2nd Edition\n",
"## Chapter 2 数据类型和操作 Data Types and Operators\n",
"---\n",
"聪明办法学 Python 教学团队\n",
"\n",
"骆秀韬\n",
"\n",
"<p>[email protected]</p>"
"<p>[email protected]</p>"
]
},
{
Expand Down Expand Up @@ -1335,7 +1335,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.15"
"version": "3.11.5"
},
"latex_envs": {
"LaTeX_envs_menu_present": true,
Expand Down
12 changes: 6 additions & 6 deletions slides/chapter_3-Variables_and_Functions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"source": [
"# 聪明办法学 Python 2nd Edition\n",
"## Chapter 3 变量与函数 Variables and Functions\n",
"---\n",
"聪明办法学 Python 教学团队\n",
"\n",
"骆秀韬\n",
"\n",
"<p>[email protected]</p>"
"<p>[email protected]</p>"
]
},
{
Expand Down Expand Up @@ -1530,7 +1530,7 @@
}
],
"source": [
"print(x) # will crash!"
"print(x) # crash!"
]
},
{
Expand Down Expand Up @@ -1560,7 +1560,7 @@
}
],
"source": [
"print(y) # will also crash"
"print(y) # crash"
]
},
{
Expand Down Expand Up @@ -2688,7 +2688,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.15"
"version": "3.11.5"
},
"rise": {
"overlay": "<div class='my-top-right'><img height=40px src='../resources/datawhale_logo.png'/></div><div class='my-top-left'></div>"
Expand Down
6 changes: 3 additions & 3 deletions slides/chapter_4-Conditionals.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"source": [
"# 聪明办法学 Python 2nd Edition\n",
"## Chapter 4 条件 Conditionals\n",
"---\n",
"聪明办法学 Python 教学团队\n",
"\n",
"骆秀韬\n",
"\n",
"<p>[email protected]</p>"
"<p>[email protected]</p>"
]
},
{
Expand Down
8 changes: 4 additions & 4 deletions slides/chapter_5-Loop.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"source": [
"# 聪明办法学 Python 2nd Edition\n",
"## Chapter 5 循环 Loop\n",
"---\n",
"聪明办法学 Python 教学团队\n",
"\n",
"骆秀韬\n",
"\n",
"<p>[email protected]</p>"
"<p>[email protected]</p>"
]
},
{
Expand Down Expand Up @@ -1434,7 +1434,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.15"
"version": "3.11.5"
},
"rise": {
"overlay": "<div class='my-top-right'><img height=40px src='../resources/datawhale_logo.png'/></div><div class='my-top-left'></div>"
Expand Down
6 changes: 3 additions & 3 deletions slides/chapter_6-Strings.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
" # 聪明办法学 Python 2nd Edition\n",
"## Chapter 6 字符串 Strings\n",
"---\n",
"骆秀韬\n",
"聪明办法学 Python 教学团队\n",
"\n",
"<p>epsilon_luoo@outlook.com</p>"
"<p>learn.python.the.smart.way@gmail.com</p>"
]
},
{
Expand Down Expand Up @@ -3258,7 +3258,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.15"
"version": "3.11.5"
},
"rise": {
"overlay": "<div class='my-top-right'><img height=40px src='../resources/datawhale_logo.png'/></div><div class='my-top-left'></div>"
Expand Down

0 comments on commit 931b804

Please sign in to comment.