[广东话] 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 频道