The Python Standard Library

贡献者:叶虔诚 类别:英文 时间:2017-12-16 23:01:12 收藏数:20 评分:0
返回上页 举报此文章
请选择举报理由:




收藏到我的文章 改错字
While The Python Language Reference describes the exact syntax and semantics of the Python
language, this library reference manual describes the standard library that is distributed with
Python. It also describes some of the optional components that are commonly included in Python
distributions.
Python's standard library is very extensive, offering a wide range of facilities
as indicated by the long table of contents listed below. The library contains built-in modules
(written in C) that provide access to system functionality such as file I/O that would otherwise
be inaccessible to Python programmers, as well as modules written in Python that provide
standardized solutions for many problems that occur in everyday programming. Some of these modules
are explicitly designed to encourage and enhance the portability of Python programs by abstracting
away platform-specifics into platform-neutral APIs.
The Python installers for the Windows platform usually include the entire standard library and often
also include many additional components. For Unix-like operating systems Python is normally provided
as a collection of packages, so it may be necessary to use the packaging tools provided with the
operating system to obtain some or all of the optional components.
In addition to the standard library, there is a growing collection of several thousand components
(from individual programs and modules to packages and entire application development frameworks),
available from the Python Package Index.
声明:以上文章均为用户自行添加,仅供打字交流使用,不代表本站观点,本站不承担任何法律责任,特此声明!如果有侵犯到您的权利,请及时联系我们删除。
文章热度:
文章难度:
文章质量:
说明:系统根据文章的热度、难度、质量自动认证,已认证的文章将参与打字排名!

本文打字排名TOP20

登录后可见