[廣東話] Python 入門:第七課 – URL, JSON, Sqlite 2019-09-112019-09-04 by Paul Python 入門:第七課 – URL, JSON, Sqlite URL request JSON SqLite
[廣東話] Python 入門:第六課 – Object & Class 2019-09-112019-09-01 by Paul Python 入門:第六課 – Object & Class Object-Oriented Programming Class – blueprint Objects – instances of class Class definition Inheritance Namedtuple
[廣東話] Python 入門 – 番外篇:PyCharm 10個必學功能 2019-09-112019-08-31 by Paul PyCharm 10個必學功能 Search & Locate files Surround Jump to implementation Python console Todo Refactor Reorganize code Debug & breakpoint Bookmark Marco
[廣東話] Python 入門:第五課 – Function + File 2019-09-112019-08-30 by Paul Define functions Def keyword Parameters, arguments, return value, None Parameters passing: Use of tuple (*) / dictionary (**) File Read / write / copy / delete / file exists 免費訂閱本 Youtube 頻道
[廣東話] Python 入門:第四課 – If-Else, Looping, Try-except 2019-09-112019-08-29 by Paul If-Else, Looping, Try-except If conditions (if-else / if-elif-else) Looping While loop + for loop with “break” & “continue” List comprehension / dictionary comprehension Try-except 免費訂閱本 Youtube 頻道
[廣東話] Python 入門:第三課 – Python containers (2): Dictionary / Set 2019-09-112019-08-28 by Paul Python Containers (第二部分) Review list, tuple, dictionary & set (列表, 元組, 字典, 集合) Dictionary: Conversion, access by key, get, update, remove, clear, keys, values, items, copy Set: Conversion, intersection (&), union (|), difference (-) 免費訂閱本 Youtube 頻道
[廣東話] Python 入門:第二課 – Python Containers – List / Tuple 2019-08-302019-08-27 by Paul Python Containers Python Containers List [] -列表 Tuple () -元組 Dictionary {key:value} -字典 Set {key} -集合 Using List Append, add, insert, extend, pop, del, sort, copy Using Tuple Accessing elements, variable assignment 免費訂閱本 Youtube 頻道