- Hands-On Enterprise Automation with Python.
- Bassem Aly
- 109字
- 2021-06-18 19:22:23
Should you only learn Python 3?
It depends. Learning Python 3 will future-proof your code, and you will use up-to-date features from the developers. However, note that some third-party modules and frameworks lack support for Python 3 and will continue to do so for the near future, until they completely port their libraries to Python 3.
Also, note that some network vendors, such as Cisco, provide limited support for Python 3.x, as most of the required features are already covered in Python 2.x releases. For example, the following are the supported Python versions for Cisco devices; you will see that all devices support 2.x, not 3.x:

推薦閱讀
- Docker and Kubernetes for Java Developers
- Visual Basic程序設計教程
- C語言程序設計基礎與實驗指導
- 精通軟件性能測試與LoadRunner實戰(第2版)
- Mastering LibGDX Game Development
- SQL Server 2016數據庫應用與開發
- Node.js Design Patterns
- NetBeans IDE 8 Cookbook
- Building Android UIs with Custom Views
- ASP.NET 4.0 Web程序設計
- Continuous Delivery and DevOps:A Quickstart Guide Second Edition
- Java高并發編程詳解:深入理解并發核心庫
- WCF技術剖析(卷1)
- 第五空間戰略:大國間的網絡博弈
- Thymeleaf 3完全手冊