Skip to content

Commit c17a731

Browse files
chengchingwenwdv4758h
authored andcommitted
Introduction Material - Part3 ๐Ÿ˜„ ๐ŸŽ†
Thx @chengchingwen !!! ๐Ÿ‡น๐Ÿ‡ผ ๐Ÿณ๏ธโ€๐ŸŒˆ ๐Ÿ‘
1 parent af611f7 commit c17a731

3 files changed

+1837
-7
lines changed

โ€ŽPython ๅ…ฅ้–€ - Part 2.ipynb

+43-1
Original file line numberDiff line numberDiff line change
@@ -1208,6 +1208,48 @@
12081208
"print(min(data))"
12091209
]
12101210
},
1211+
{
1212+
"cell_type": "markdown",
1213+
"metadata": {},
1214+
"source": [
1215+
"# ็ธฝ่ค‡็ฟ’\n",
1216+
"\n",
1217+
"* List\n",
1218+
" - List Methods\n",
1219+
" + list.append\n",
1220+
" + list.reverse\n",
1221+
" + list.sort\n",
1222+
" + list.remove\n",
1223+
" + list.pop\n",
1224+
" + list.index\n",
1225+
" + list.insert\n",
1226+
" + list.count\n",
1227+
"* List Comprehension\n",
1228+
" - ๆ›ดๆ–นไพฟๅœฐๅปบ็ซ‹ list \n",
1229+
"* More String Operations\n",
1230+
" - A ๆ˜ฏๅฆๆ˜ฏ B ็š„ๅญๅญ—ไธฒ\n",
1231+
" - ๆŠŠ B ็”จ็ฉบๆ ผๅˆ‡ๅ‰ฒ\n",
1232+
" - B ๆ˜ฏไปฅ \"This\" ้–‹้ ญ็š„๏ผŸ\n",
1233+
" - ๆ‰พๅˆฐๅญๅญ—ไธฒ็š„ไฝ็ฝฎ\n",
1234+
" - ๅญ—ไธฒ้‡่ค‡\n",
1235+
" - ๅญ—ไธฒ้€ฃๆŽฅ\n",
1236+
" - ๅญ—ไธฒ็”จ็‰นๅฎšๅˆ†้š”็ฌฆ่™Ÿ้€ฃๆŽฅ\n",
1237+
"* Regular Expressions\n",
1238+
"* Import\n",
1239+
"* ่‡ชๅทฑๅฏซ Module\n",
1240+
"* Unpack\n",
1241+
" - ๆ‹†่งฃ & ๆ‰“ๅŒ…\n",
1242+
" - `*` : list\n",
1243+
" - `**` : dictionary\n",
1244+
"* Misc\n",
1245+
" - sorted\n",
1246+
" - any\n",
1247+
" - all\n",
1248+
" - sum\n",
1249+
" - max\n",
1250+
" - min\n"
1251+
]
1252+
},
12111253
{
12121254
"cell_type": "markdown",
12131255
"metadata": {},
@@ -1283,7 +1325,7 @@
12831325
"name": "python",
12841326
"nbconvert_exporter": "python",
12851327
"pygments_lexer": "ipython3",
1286-
"version": "3.5.0"
1328+
"version": "3.5.1"
12871329
}
12881330
},
12891331
"nbformat": 4,

0 commit comments

Comments
ย (0)