Python3 教程
Python3 教程

Python 3.0 又稱(chēng)為 Python 3000,或簡(jiǎn)稱(chēng) Py3k。Python 3.0 在設(shè)計(jì)的時(shí)候沒(méi)有考慮向下兼容,與 Python 2.x 版本相比,大多數(shù)語(yǔ)法沒(méi)有改變,但是Python 3.x 版本在語(yǔ)句輸出、編碼、運(yùn)算和異常等方面做出了一些調(diào)整。
本教程主要針對(duì) Python 3.x 版本的學(xué)習(xí),Linux系統(tǒng)默認(rèn)安裝的多是 Python 2.7版,如果你使用的是 Python 2.x 版本請(qǐng)查看 Python 2 教程。
從 2020年1月1日起,Python官方停止了對(duì) Python 2 的更新。
相關(guān)文章
- Python 文件I/O
- Python IDE
- Python3 基礎(chǔ)語(yǔ)法
- Python3 數(shù)字(Number)
- Python abs() 函數(shù)
- Python seed() 函數(shù)
- 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()方法