- Hands-On Enterprise Automation with Python.
- Bassem Aly
- 67字
- 2021-06-18 19:22:23
Python versions
Python comes with two major versions: Python 2.x and Python 3.x. There are subtle differences between the two versions; the most obvious is the way their print functions treat multiple strings. Also, all new features will only be added to 3.x, while 2.x will receive security updates before full retirement. This won't be an easy migration, as many applications are built on Python 2.x.
推薦閱讀
- 一步一步學Spring Boot 2:微服務項目實戰
- Drupal 8 Blueprints
- Kotlin Standard Library Cookbook
- QGIS:Becoming a GIS Power User
- Learning Zurb Foundation
- Nginx Lua開發實戰
- Distributed Computing in Java 9
- PHP 8從入門到精通(視頻教學版)
- C++服務器開發精髓
- Learning Redux
- C語言程序設計
- Python Business Intelligence Cookbook
- 秒懂算法:用常識解讀數據結構與算法
- INSTANT Apache Maven Starter
- 軟件測試項目實戰之功能測試篇