`
scm002
  • 浏览: 317139 次
社区版块
存档分类
最新评论

The Python Standard Library

 
阅读更多

The Python Standard Library

Release: Date:
3.1
April 09, 2012

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 includes 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 .

分享到:
评论

相关推荐

    The Python Standard Library By Example.epub

    The Python Standard Library By Example.epub

    The Python 3 Standard Library by Example.pdf 英文原版

    根据提供的文件信息,《The Python 3 Standard Library by Example》是一本专注于Python 3.7标准库的英文原版书籍,为Python初学者和有经验的开发者提供了详细的介绍和大量实例,以帮助读者深入理解和有效利用Python...

    The Python Standard Library By Example.pdf

    The Python Standard Library By Example.pdf

    Python Standard Library

    In this book, author Fredrik Lundh, creator of the Python Imaging Library (PIL), delivers tested, accurate documentation of all the modules in the Python Standard Library, along with over 300 ...

    The Python 3 Standard Library by Example (Developer's Library)

    The Python 3 Standard Library by Example (Developer's Library) by Doug Hellmann English | 12 Jun. 2017 | ASIN: B072QZZDV7 | 1456 Pages | AZW3 | 199.27 MB This is the eBook of the printed book and may...

    The Python Standard Library by Example 无水印pdf

    The Python Standard Library by Example 英文无水印pdf pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请...

    The Python 3 Standard Library by Example.pdf

    Python 3标准库是Python编程语言的核心组成部分,它包含了丰富的模块和函数,为开发者提供了大量预定义的功能,使得编写各种类型的程序变得简单高效。这本书《Python 3 标准库举例》显然会深入探讨这些库,并通过...

    Python标准库(The Python Standard Library by Example)

    ### Python标准库(The Python Standard Library by Example)知识点详解 #### 一、书籍概述 《Python标准库》是一本由资深Python专家Doug Hellmann撰写的权威书籍。本书通过丰富的实例介绍了Python标准库中超过一百...

    Python Standard Library

    Python Standard Library Python Standard Library Python Standard Library Python Standard Library Python Standard Library Python Standard Library

    Modern Python Standard Library Cookbook

    Build optimized applications in Python by smartly implementing the standard library The Python 3 Standard Library is a vast array of modules that you can use for developing various kinds of ...

    The Python Standard Library by Example 1st + 源碼

    《Python Standard Library by Example 1st》是一本深入探讨Python标准库的经典著作,共计上千页,尽管它可能不是针对最新Python版本编写的,但其内容的深度和广度使其在Python学习者和开发者中仍然具有极高的参考...

    The Python Standard Library by Example by Doug Hellmann, 2011

    《Python标准库示例》是Doug Hellmann于2011年出版的一部关于Python编程的重要著作,属于Addison-Wesley出版社的“开发者图书馆”系列。这本书为实践中的程序员提供了一个独特且高质量的参考与教程,聚焦于Python...

Global site tag (gtag.js) - Google Analytics