Notice: While JavaScript is not essential for this website, your interaction with the content will be limited. Please turn JavaScript on for the full experience.
...Index (for quick access to all modules) Library Reference (keep this under your pillow) Macintosh Library Modules (this too, if you use a Macintosh) Language Reference (for language lawyers) Extending and Embedding (tutorial for C/C++ programmers) Python/C API (reference for C/C++ programmers) Documenting Python (information for documentation authors) Installing Python Modules (information for installers & sys-admins) Distributing Python Modules (sharing modules with ...
...Index, PyCon US, the CPython Developer in Residence, and our Grants program. A standard Supporting Membership is $99 per year, and you can sign up or renew here on our psfmember.org site. You will be asked to create a psfmember.org account if you do not already have one. Become a Supporting Member of the PSF - Sliding Scale Rate (NEW)! Sign Up as a PSF Supporting Member - Sliding Scale Rate What is the Supporting Membership Sliding Scale Rate? Supporting Members make an annual...
...indexed() I like the idea of having some way to iterate over a sequence and its index set in parallel. It's fine for this to be a builtin. I don't like the name "indexed"; adjectives do not make good function names. Maybe iterindexed()? I don't like the start and stop arguments. If I saw code like for i, j in iterindexed("abcdefghij", 5, 10): print i, j I would expect it to print 5 f 6 g 7 h 8 i 9 j while the spec i...
...Index. We recommend you use the pip tool to simplify installing and managing additional packages. pip is included with Python 3.4 releases; for earlier releases, follow the pip install instructions. Among the packages available through PyPI are some that are specifically for OS X environments. Among these are: pyobjc which provides a bridge between Python and Objective-C, allowing you to write full-featured native Cocoa applications in pure Python. py2app which allows you to make standalone ...
...Index, which contains direct links to the documentation for all the modules documented in the Python Library Reference and Macintosh Library Modules. These documents are not available for download individually. Information on unpacking the archive files containing the documentation is available in the general downloads section. If you have comments or suggestions for the Python documentation, please send email to <docs@python.org>.
...indexes of downloadable Python software such as PyPI, the Python Package Index. You can support PyPA by supporting them on Github Sponsors. PyRVA PyRVA is a local user group in Richmond, VA. PyRVA believes that Python is best enjoyed in the company of others and organizes talks, hackathons, workshops and more to help build up the Richmond, VA Python community. Donation to PyRVA helps support costs of ongoing events. Python San Diego User Group The Python San Diego User Group is a volunteer-ru...
Version: None
Released: April 14, 2009
Python 2.6.2 was released on April 14, 2009. Python 2.6 is now in bugfix-only mode; no new features are being added. Dozens of bugs reported since the release of 2.6.1 have been fixed. The NEWS file lists every change in each alpha, beta, and release candidate of …
View Release Notes
...Index to browse and search an extensive list of registered packages. Want to contribute? To report a bug in the Python core, use the Python Bug Tracker. To report a problem with this web site, use the pythondotorg issue tracker. To contribute a bug fix or other patch to the Python core, see the Python Developer's Guide. To contribute to the official Python documentation, use the Issue Tracker to contribute a documentation patch. See also the guide to Helping with Documentation. To contribut...
...index of the Windows help files does not work correctly. Users affected by this problem can replace Doc/python262.chm in their installation with the updated release of that file. The signatures for the source tarballs above were generated with GnuPG using release manager Barry Warsaw's public key which has a key id of EA5BBD71. The Windows installers were signed by Martin von Löwis' public key which has a key id of 7D9DC8D2. The Mac disk image was signed by Ronald Oussoren's public key which has...
...Index (PyPI) that hosts thousands of third-party modules for Python. The PSF was just awarded $170,000 grant from Mozilla Open Source Program to improve the sustainability of PyPI. PyCon 2017 brought together 3,389 attendees from 41 countries. Our sponsors’ support enabled us to award $89,000 in financial aid to 194 attendees. The Community Service Awards for 2017 were given to 6 individuals who have contributed to the scientific Python community, iPython, JuPyter, pandas, twisted,...
...index to many talk and session videos made available by Python conferences and user groups around the world. The site makes it very easy to find interesting Python talk videos and displays them in a clean and uncluttered way. PyCon US on YouTube Keynotes, talks and tutorials from PyCon US 2020 onwards. EuroPython on YouTube Keynotes, talks and tutorials from EuroPython 2011 onwards. PyCon US 08 on YouTube Raw video of talks from the 2008 conference are available on YouTube. Because they're the r...
...index into the Zope object database. To provide support for fast queries of the object database, ZSQLCatalog copies select attributes (dots) and relations (lines) from the object database into tables of a relational database. Zoom in ZSQLCatalog can be viewed as a kind of Relational Online Analytical Processing (ROLAP) component for object databases, and it provides a nice interface for extracting reports from the object database into OpenOffice or Microsoft Excel spreadsheets. ZSQLCatalog wa...
...Index Python Essays In this directory I place short essays (anything from 500 to 5000 words) on various Python subjects. See also a collection of presentations I have given. See also my blog at blogspot.com and my previous blog at artima.com. --Guido van Rossum Table of contents (in mostly chronological order) Unifying types and classes in Python 2.2 (See below) Foreword for "Programming Python" (1st ed.) Written in 1996, this gives an overview of the early history and backgro...
If you didn't find what you need, try your search in the Python language documentation.