[廣東話] Python 入門:第二課 – Python Containers – List / Tuple

Python Containers

  1. Python Containers
    1. List [] -列表
    2. Tuple () -元組
    3. Dictionary {key:value} -字典
    4. Set {key} -集合
  2. Using List
    • Append, add, insert, extend, pop, del, sort, copy
  3. Using Tuple
    • Accessing elements, variable assignment

免費訂閱本 Youtube 頻道

[廣東話] Python 入門:第一課 – PyCharm, Python examples & Python data types

[廣東話] Python 入門:第一課 – PyCharm, Python examples & Python data types

基於 Python 3.7 的教程,以廣東話教授。

# 第一課: PyCharm, Hello world, data type

  1. Pycharm IDE basic usage
  2. Indentation, print function
  3. Four main data type: str, int, float, bool
  4. Basic calculation
  5. Type conversion: int(), float(), str(), bool()
  6. String concatenation
  7. SLICE operation [start:end:step]
  8. String functions: find, replace, etc.

免費訂閱本 Youtube 頻道

無法複製此頁面的內容