Skip to content

Commit 48cd15b

Browse files
committed
[feature] 加重要小觀念
1 parent cbbb725 commit 48cd15b

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

06_Python_Advanced_Skills/06_M3_Clean_Code.ipynb

+19-10
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
},
2121
{
2222
"cell_type": "markdown",
23-
"metadata": {},
23+
"metadata": {
24+
"tags": []
25+
},
2426
"source": [
2527
"## 1. PEP\n",
2628
"\n",
@@ -538,9 +540,7 @@
538540
{
539541
"cell_type": "code",
540542
"execution_count": 5,
541-
"metadata": {
542-
"scrolled": false
543-
},
543+
"metadata": {},
544544
"outputs": [
545545
{
546546
"name": "stdout",
@@ -1001,16 +1001,25 @@
10011001
]
10021002
},
10031003
{
1004-
"cell_type": "code",
1005-
"execution_count": null,
1004+
"cell_type": "markdown",
10061005
"metadata": {},
1007-
"outputs": [],
1008-
"source": []
1006+
"source": [
1007+
"## 5. 其他很重要的小觀念"
1008+
]
1009+
},
1010+
{
1011+
"cell_type": "markdown",
1012+
"metadata": {},
1013+
"source": [
1014+
"- [Python - if __name__ == '__main__' 涵義](http://blog.castman.net/%E6%95%99%E5%AD%B8/2018/01/27/python-name-main.html)\n",
1015+
"- [repr與str雜談———暴風雨前的輕鬆小品技術文](https://ithelp.ithome.com.tw/articles/10194593)\n",
1016+
"- [5張圖徹底理解Python中的淺拷貝與深拷貝](https://www.gushiciku.cn/pl/2AUw/zh-tw)"
1017+
]
10091018
}
10101019
],
10111020
"metadata": {
10121021
"kernelspec": {
1013-
"display_name": "Python 3",
1022+
"display_name": "Python 3 (ipykernel)",
10141023
"language": "python",
10151024
"name": "python3"
10161025
},
@@ -1024,7 +1033,7 @@
10241033
"name": "python",
10251034
"nbconvert_exporter": "python",
10261035
"pygments_lexer": "ipython3",
1027-
"version": "3.8.3"
1036+
"version": "3.9.4"
10281037
}
10291038
},
10301039
"nbformat": 4,

0 commit comments

Comments
 (0)