- Getting Started with Python
- Fabrizio Romano Benjamin Baka Dusty Phillips
- 81字
- 2025-04-04 14:53:18
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.