- 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.
- Java完全自學教程
- Raspberry Pi Networking Cookbook(Second Edition)
- Learning Firefox OS Application Development
- Oracle Database 12c Security Cookbook
- 小程序,巧運營:微信小程序運營招式大全
- Node.js Design Patterns
- Python之光:Python編程入門與實戰
- Qlik Sense? Cookbook
- PrimeFaces Blueprints
- RESTful Web Clients:基于超媒體的可復用客戶端
- Unity 5 Game Optimization
- Azure for Architects
- Java程序設計基礎教程
- OpenStack Networking Cookbook
- C#編程魔法書