The Python standard library

This library reference manual describes the standard library distributed with Python. It also describes some of the optional components that are commonly included in Python distributions.

Elsewhere, Python Dil Referansı describes the exact syntax and semantics of the Python language, and Python built-ins reference describes the built-in functions.

Python’s standard library is 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.

Windows platformu için Python yükleyicileri genellikle tüm standart kütüphaneyi içerir ve genellikle birçok ek bileşen de içerir. Unix benzeri işletim sistemleri için Python normalde bir paket koleksiyonu olarak sağlanır, bu nedenle isteğe bağlı bileşenlerin bir kısmını veya tamamını elde etmek için işletim sistemiyle birlikte sağlanan paketleme araçlarını kullanmak gerekebilir.

Standart kütüphaneye ek olarak, Python Package Index adresinden ulaşılabilen yüz binlerce bileşenden (bireysel programlar ve modüllerden paketlere ve tüm uygulama geliştirme çerçevelerine kadar) oluşan aktif bir koleksiyon bulunmaktadır.