[廣東話] Python 入門:第一課 – PyCharm, Python examples & Python data types
基於 Python 3.7 的教程,以廣東話教授。
# 第一課: PyCharm, Hello world, data type
- Pycharm IDE basic usage
- Indentation, print function
- Four main data type: str, int, float, bool
- Basic calculation
- Type conversion: int(), float(), str(), bool()
- String concatenation
- SLICE operation [start:end:step]
- String functions: find, replace, etc.