THIS IS TAG LIST PAGE

YOU CLOUD FIND THE TAG LIST AS BELOW

PYTHON 技巧

python中文
Python Learning Notes Python Quick Grammar Python Quick Grammar 1. 变量互换 2. 连续赋值 3. 自动解包 4. 链式比较 5. 重复列表 6. 重复字符串 7. 三目运算 8. 字典合并 9. 字符串反转 1…
February 01, 2021By Gethin GeRead Article →

PYTHON 学习笔记(Intermediate)

python中文
Python Learning Notes - Intermediate 4. 序列 4.1 序列 4.2 列表(list) 4.3 元组(tuple) 元组和列表区别 4.4 字典(dictionary) 5. 字符串和正则表达式 5.1 字串常用操作 5.…
September 16, 2020By Gethin GeRead Article →

JUPYTER NOTEBOOK SHORTCUTS

python
Jupyter Notebook Shortcuts Command model Key Function 作用 Enter take you into edit mode 转入编辑模式 Shift-Enter run the current cell, select below…
June 04, 2020By Gethin GeRead Article →

PYTHON 学习笔记(Junior)

python中文
Python Learning Notes - Junior 1. python 入门 1.1. 注释 1.2. 代码缩进 1.3. 代码规范 1.3.1. 编写规范 1.3.2. 命名规范 1.4. 基本输出 2. 变量和数据类型 2.1. 保留字 2.2. 标识符 2.…
May 26, 2020By Gethin GeRead Article →