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()方法