File tree 1 file changed +19
-10
lines changed
06_Python_Advanced_Skills
1 file changed +19
-10
lines changed Original file line number Diff line number Diff line change 20
20
},
21
21
{
22
22
"cell_type": "markdown",
23
- "metadata": {},
23
+ "metadata": {
24
+ "tags": []
25
+ },
24
26
"source": [
25
27
"## 1. PEP\n",
26
28
"\n",
538
540
{
539
541
"cell_type": "code",
540
542
"execution_count": 5,
541
- "metadata": {
542
- "scrolled": false
543
- },
543
+ "metadata": {},
544
544
"outputs": [
545
545
{
546
546
"name": "stdout",
1001
1001
]
1002
1002
},
1003
1003
{
1004
- "cell_type": "code",
1005
- "execution_count": null,
1004
+ "cell_type": "markdown",
1006
1005
"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
+ ]
1009
1018
}
1010
1019
],
1011
1020
"metadata": {
1012
1021
"kernelspec": {
1013
- "display_name": "Python 3",
1022
+ "display_name": "Python 3 (ipykernel) ",
1014
1023
"language": "python",
1015
1024
"name": "python3"
1016
1025
},
1024
1033
"name": "python",
1025
1034
"nbconvert_exporter": "python",
1026
1035
"pygments_lexer": "ipython3",
1027
- "version": "3.8.3 "
1036
+ "version": "3.9.4 "
1028
1037
}
1029
1038
},
1030
1039
"nbformat": 4,
You can’t perform that action at this time.
0 commit comments