- Expert Python Programming(Second Edition)
- Micha? Jaworski Tarek Ziadé
- 235字
- 2021-07-16 10:58:04
Why and how does Python change?
The answer is simple—Python changes because there is such a need. The competition does not sleep. Every few months a new language pops out out of nowhere claiming to solve problems of all its predecessors. Most projects like these lose developers' attention very quickly and their popularity is driven by a sudden hype.
Anyway, this is a sign of some bigger issue. People design new languages because they find the existing ones unsuitable for solving their problems in the best ways possible. It would be silly not to recognize such a need. Also, more and more wide spread usage of Python shows that it could, and should, be improved in many places.
Lots of improvements in Python are often driven by the needs of particular fields where it is used. The most significant one is web development, which necessitated improvements to deal with concurrency in Python.
Some changes are just caused by the age and maturity of the Python project. Throughout the years, it has collected some of the clutter in the form of de-organized and redundant standard library modules or some bad design decisions. First, the Python 3 release aimed to bring major clean-up and refreshment to the language, but time showed that this plan backfired a bit. For a long time, it was treated by many developers only like curiosity, but, hopefully, this is changing.
- 微服務設計(第2版)
- Reporting with Visual Studio and Crystal Reports
- Learning Elixir
- Mastering OpenCV 4
- Learn Swift by Building Applications
- Reactive Programming With Java 9
- SQL Server 2012數據庫管理與開發項目教程
- 組態軟件技術與應用
- The Professional ScrumMaster’s Handbook
- D3.js By Example
- Odoo 10 Implementation Cookbook
- Scratch趣味編程:陪孩子像搭積木一樣學編程
- Android移動應用項目化教程
- 從零開始:C語言快速入門教程
- Test-Driven iOS Development with Swift