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