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. Because developing the catalog is closely intertwined with the Distutils and other packaging tools, the Catalog-SIG was closed in March 2013 and merged with the Distutils SIG. SIG Links Requirements document Other packaging systems Subscribing to the mailing list Archives Current Status As of February 2003, the Python Package Index is operational and available at http://pypi.python.org/pypi. The list of indexed packages is still quite small; please add your p...
From 12 Nov. through 17 Nov., 2012
Location: Quilmes, Buenos Aires, Argentina
PyCon Argentina 2012
From 25 May through 28 May, 2023
Location: Florence, Italy
PyCon Italia 2023
...index page to the index of the translations directory as appropriate, and entries will be made in the non-English resources list. For each directory that represents a page to be translated, the local:content:text attribute in the content.yml file identifies the file which contains that page's content: --- !fragment # Type of template to use template: content.html # The data to pass to the template local: content: breadcrumb: !breadcrumb nav.yml nav text: !restfile content.rst In the...
...Index (also known as the Cheese Shop, a reference to the Monty Python script of that name). There is also a search page for a number of sources of Python-related information. Failing that, just Google for a phrase including the word ''python'' and you may well get the result you need. If all else fails, ask on the python newsgroup and there's a good chance someone will put you on the right track. Frequently Asked Questions If you have a question, it's a good idea to try the FAQ, which answers ...
...indexing and search tools. There must be an easy, standardized way to create "built distributions" (ready-to-install downloadable resources, with all compilation and other processing done) for the major platforms. Module distributions must have a standardized way to express their dependencies on other modules (both simple presence/absence and required version number) and on Python itself (version number), and the...
...index to a large set these videos. Announcing Events If you would like to announce a Python related event, please see Submitting an event to the Python events calendars. You can also ask on pydotorg-www at python dot org for help. Adding Conferences If you have an event to add, please see the instructions on how to edit Python Wiki for details. If you are organizing a Python conference or thinking of organizing one, please subscribe to the Python conferences mailing list.
...index, item). It doesn't change the reference count of either the list or the item, but it is far from reference count neutral: it is neutral for the list, but it steals a reference from the item, and it expects you to hand it the item with the reference count already incremented. (This particular function and its buddy, PyTuple_SetItem(), are used most often to initialize lists/tuples with new objects that have been created with an initial reference count of 1, which nicely matches the...
...Index:<br/> <input type="hidden" name=":action" value="search"/> <input class="input-text" id="term" name="term"/> <input class="bt" type="submit" name="submit" value="Search PyPI" id="submit"/> System Message: WARNING/2 (<string>, line 43) Definition list ends without a blank line; unexpected unindent. </form> <H3>Other Python search engines&l...
Version: None
Released: June 6, 2023
This is a security release of Python 3.7 Note: The release you are looking at is Python 3.7.17, the final security bugfix release for the legacy 3.7 series which has now reached end-of-life and is no longer supported. See the downloads page for currently supported versions of Python. Security content …
View Release Notes
...Index lists thousands of third party modules for Python. Web and Internet Development Python offers many choices for web development: Frameworks such as Django and Pyramid. Micro-frameworks such as Flask and Bottle. Advanced content management systems such as Plone and django CMS. Python's standard library supports many Internet protocols: HTML and XML JSON E-mail processing. Support for FTP, IMAP, and other Internet protocols. Easy-to-use socket interface. And the Package Index has yet mo...
This is a security release of Python 3.10 Note: The release you're looking at is Python 3.10.12, a security bugfix release for the legacy 3.10 series. Python 3.11 is now the latest feature release series of Python 3. Get the latest release of 3.11.x here. Security content in this …
This is a security release of Python 3.8 Note: The release you're looking at is Python 3.8.17, a security bugfix release for the legacy 3.8 series. Python 3.11 is now the latest feature release series of Python 3. Get the latest release of 3.11.x here. Security content in this …
...indexing spider and parser to meet local requirements. This extensibility without the need to learn proprietary scripting languages or API's has been highly regarded by many customers. Python could be embedded into the HTML pages that make up the product's user interface, and used during page generation. This was before JSP existed, so our evaluation of Java didn't include that technology. Some other Python benefits: Python is open source which means we can fix bugs in the interpreter ourselve...
...indexed by author and date, so you can see all of Moshe's packages, or the 10 most recently changed packages. 1.3) For each author, their name, e-mail and home page URL are stored. 1.4) Information about a package is only extracted from the metadata included in the package's setup.py file. This ensures that the info is up-to-date, saves users the effort of entering data, and encourages people to use the Distutils. Requirements from #2 2.1) Given a package name, software ca...
...Index), CPython, and PyCon US. Sponsorship provides a full range of benefits supporting Python’s ecosystem that include a broad selection of promotional opportunities during PyCon US and also year-round. Join us as a sponsor and help make a difference in the Python ecosystem! See Sponsorship Options and Apply FINANCIAL IMPACT OF 2020 and 2021 COVID-19 has changed all aspects of our lives and is reshaping our future. PyCon US typically generates over 65% of...
...Index (Cheese Shop) 7 Penguin Day DC 8 EuroPython 9 New PSF Members 10 Adjournment 1 Attendance The following members of the Board of Directors were present at the meeting: Stephan Deibel, Steve Holden, Tim Peters, Brett Cannon, Andrew Kuchling, and Martin von Löwis. Also in attendance was Kurt Kaiser (Treasurer). 2 Minutes of Past Meetings The 12 March 2007 Board meeting minutes were appr...
This is a security release of Python 3.9 Note: The release you're looking at is Python 3.9.17, a security bugfix release for the legacy 3.9 series. Python 3.11 is now the latest feature release series of Python 3. Get the latest release of 3.11.x here. Security content in this …
...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 ...
If you didn't find what you need, try your search in the Python language documentation.