Python3 教程
Python3 教程

Python 3.0 又稱為 Python 3000,或簡稱 Py3k。Python 3.0 在設計的時候沒有考慮向下兼容,與 Python 2.x 版本相比,大多數語法沒有改變,但是Python 3.x 版本在語句輸出、編碼、運算和異常等方面做出了一些調整。
本教程主要針對 Python 3.x 版本的學習,Linux系統默認安裝的多是 Python 2.7版,如果你使用的是 Python 2.x 版本請查看 Python 2 教程。
從 2020年1月1日起,Python官方停止了對 Python 2 的更新。
相關文章
- Python 文件I/O
- Python IDE
- Python3 基礎語法
- Python3 數字(Number)
- Python abs() 函數
- Python seed() 函數
- Python File flush() 方法
- Python File tell() 方法
- Python os.open() 方法
- Python os.pipe() 方法
- Python os.renames() 方法
- Python os.rmdir() 方法
- Python islower()方法
- Python 字典 Dictionary type()方法
- Python 字典 Dictionary fromkeys()方法
- Python 字典 Dictionary has_key()方法
- Python 字典 Dictionary update()方法
- Python 字典 Dictionary pop() 方法
- Python time gmtime()方法
- Python time localtime()方法