- Learn Web Development with Python
- Fabrizio Romano Gaston C. Hillar Arun Ravindran
- 81字
- 2021-06-10 18:25:54
An extensive library
Python has an incredibly wide standard library (it's said to come with batteries included). If that wasn't enough, the Python community all over the world maintains a body of third-party libraries, tailored to specific needs, which you can access freely at the Python Package Index (PyPI). When you code Python and you realize that you need a certain feature, in most cases, there is at least one library where that feature has already been implemented for you.