- The Python Apprentice
- Robert Smallshire Austin Bingham
- 146字
- 2021-07-02 22:16:49
Versions of the Python language
There are two important versions of the Python language in common use right now:
Python 2 and Python 3. These two versions represent changes in some key elements
of the language, and code written for one will not generally work for the other unless you take special precautions. Python 2 is older and more well-established than Python 3, but Python 3 addresses some known shortcomings in the older version. Python 3 is the definite future of Python, and you should use it if at all possible.
While there are some critical differences between Python 2 and 3, most of the fundamentals of the two version are the same. If you learn one, most of what you know transfers cleanly to the other. In this book we'll be teaching Python 3, but we'll point out important differences between the versions when necessary.
- JBoss Weld CDI for Java Platform
- Spring Boot+Spring Cloud+Vue+Element項目實戰:手把手教你開發權限管理系統
- Hands-On JavaScript High Performance
- Spring Cloud、Nginx高并發核心編程
- FFmpeg入門詳解:音視頻原理及應用
- Android Native Development Kit Cookbook
- Python數據分析從0到1
- 網站構建技術
- Babylon.js Essentials
- FPGA嵌入式項目開發實戰
- 動手打造深度學習框架
- Go語言入門經典
- C#程序設計基礎入門教程
- HTML5游戲開發實戰
- Web前端測試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實踐