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.
...getting the layout of the brochure finalized and will actively start a sponsorship campaign once we have the final version ready for public consumption, that is: finished the layout and received approval from the content providers. In order to help with one-to-one marketing the brochure we will have the remaining teaser versions of the brochure available at the EuroPython PSF Booth. Here's the link to the PDF of the teaser, in case you missed it: http://brochure.getpython.info/media/flyer/python...
...Python] http://www.python.org/jpython/ [Logo] http://el.www.media.mit.edu/groups/logo-foundation/ [LogoMation] http://www.magicsquare.com/LM2/ [Lutz] Mark Lutz. Programming Python. O'Reilly, 1996. [OpenSource] http://www.opensource.org/ [Python] http://www.python.org/ [TeachScheme] http://www.cs.rice.edu/CS/PLT/Teaching/ [Watters] Aaron Watters, Guido van Rossum, Jim Ahlstrom. Internet Programming with Python. MIS Press/Henry Holt, 1996.
...python/2.3/rpms/python2.3-2.3-5pydotorg.src.rpm">python2.3-2.3-5pydotorg.src.rpm</a> (Red Hat 9 Source RPM, 9647641 bytes) </ul> <li />These RPMs are built from the python.org .spec file: <ul> <li /><a href="/ftp/python/2.3/rpms/redhat-9/python2.3-2.3-5pydotorg.i386.rpm">python2.3-2.3-5pydotorg.i386.rpm</a> (Red Hat 9 base RPM, 7495111 bytes) <li /><a href="/ftp/python/2.3/rpms/redhat-9/python2.3-devel-2.3-5pydotorg.i386....
...python.info/learn-more Marc-André also reported on the progress of his project when he said: We showed a pre-production version of the brochure at EuroPython and people were very excited about the project. We've made quite a few contacts to potential ad and reference listing sponsors as well as for subscription and educational sponsorships. The new PSF booth has helped a lot with getting the attendees attention. We're now following up with the new contacts and at the same time working on getti...
...Python: Automatically calculate image sizes? The Python Imaging Library does this with ease. Parse XML files? There are several XML parsers available in Python. Load and store XML to and from databases? The Python DB-API is standardized and modules exist for MySQL, Postgres, Interbase, Oracle, ODBC, Sybase, and others. Fetch XML from the web? Python's urlparse and urllib standard libraries were made for that. Handle Unicode? Python 2.0 fully supports Unicode out of the box. Implementing th...
...python.info/sponsorship Here's the media data for the brochure: http://brochure.getpython.info/mediadata Esp. the reference entry sponsorships should be interesting for smaller Python companies: http://brochure.getpython.info/mediadata/reference-entry-guidelines We will announce the call for sponsors on the usual lists, feeds and our website, once we have the credit card system setup. M.A Lemberg reported on the current issues the project is faced with. He said: If you know of interesting pr...
Python Software Foundation: Minutes of Board of Directors Meeting (Mar. 12, 2002) The Python Software Foundation Minutes of Regular Meeting of the Board of Directors March 12th, 2002. Board meeting in session at: 18:07 GMT Present: Guido van Rossum (presiding) David Ascher Jeremy Hylton Marc-Andre Lemburg Martin von Loewis Tim Peters Thomas Wouters (minutes) No board members were absent. A quorum was present. Agenda: Meeting minutes of February 12th 2002 Progress reports: 50...
...python.org is now being served from dinsdale. The PyCon 2006 submission system is running on ximinez. Only www.python.org (the big one!) remains to be done. A. Kuchling is targeting the move within the next month, possibly within the next two weeks. He believes dinsdale.python.org contains all the useful content of www; but would like someone with root access on both machines to check it. Once that's done, perhaps we can turn off creosote (if it's not doing anything any more). Max Khesin has as...
...Python code broken with this. No array attributes (namely shape, flat, real and imag) for Python versions previous to 2.2 (we use the properties feature to support this for 2.2 and later; so it is only incompatible with Numeric with older versions of Python) There are more minor differences, but these are the major backward compatiblity issues at the Python level. Two of them should not be problems for most users using Python 2.2 or later. It does have a number of importa...
...with Tim Parkin. S. Holden and Tim are meeting face to face to discuss this on Friday. S. Holden hopes to have a transition plan within a couple of weeks. Section 7, Infrastructure Committee Status Report: A. Kuchling is targeting the move [of www.python.org to a new server] within the next month, possibly within the next two weeks. A. Kuchling reported that the move didn't happen yet. He will try to change the www.python.org DNS in the next day or two. Kuchling will be working on [setting...
...Python Software Foundation as shown at http://www.python.org/community/logos/. Phyton marketing is not associated with the Python Software Foundation and appears to be trading on the PSF's logos and goodwill." July 2012. Declined request by Jachym Cepicky <jachym.cepicky at gmail.com> and Tom Kralidis <tomkralidis at hotmail.com> to use a modified version of Python logo. Members of the TC varied in opinions, but in aggregate I felt I needed to reply with: "However, I'm afr...
...Python 2.2 Unifying types and classes in Python 2.2 Python Version: 2.2.1 (For a newer version of this tutorial, see Python 2.2.3) Guido van Rossum This paper is an incomplete draft. I am soliciting feedback. If you find any problems, please write me at guido@python.org. Table of Contents Change Log Introduction Subclassing built-in types Built-in types as factory functions Introspecting instances of built-in types Static methods and class methods Proper...
Version: None
Released: July 26, 2022
This is a beta preview of Python 3.11 Python 3.11 is still in development. 3.11.0b5 is the last of the five planned beta release previews. Beta release previews are intended to give the wider community the opportunity to test new features and bug fixes and to prepare their projects to …
Released: June 6, 2023
This is a beta preview of Python 3.12 Python 3.12 is still in development. This release, 3.12.0b2 is the second of four beta release previews of 3.12. Beta release previews are intended to give the wider community the opportunity to test new features and bug fixes and to prepare their …
...Python 2.2 Unifying types and classes in Python 2.2 Python Version: 2.2.2 (For a newer version of this tutorial, see Python 2.2.3) Guido van Rossum This paper is an incomplete draft. I am soliciting feedback. If you find any problems, please write me at guido@python.org. Table of Contents Change Log Introduction Subclassing built-in types Built-in types as factory functions Introspecting instances of built-in types Static methods and class methods Proper...
...Python ever, and yet it can be done with very few backwards incompatibilities. The changes are described in minute detail in a series of PEPs (Python Enhancement Proposals). PEPs are not designed to be tutorials, and the PEPs describing the type/class unification are sometimes hard to read. They also aren't finished yet. That's where this paper comes in: it introduces the key elements of the type/class unification for the average Python programmer. A bit of terminology: "classic Pyt...
Released: July 3, 2020
This is a beta preview of Python 3.9 Python 3.9 is still in development. This release, 3.9.0b4, is the fourth of five planned beta release previews. Beta release previews are intended to give the wider community the opportunity to test new features and bug fixes and to prepare their projects …
View Release Notes
...python.org. Implement latter.”" 5.3 Infrastructure Committee S. Reifschneider, Infrastructure Committee Chair, reported on continued activities from last month. He wrote: Arc Riley has attempted to contact the pound-python domain owner but their e-mail address is invalid and so he's throwing in the towel, which I agree with. He also makes the alternate suggestion of setting up "irc.python.org" to hold the information that was hosted on pound-python, which s...
...python/2.3.1/rpms/redhat-9/python2.3-2.3.1-1pydotorg.i386.rpm">python2.3-2.3.1-1pydotorg.i386.rpm</a> (Red Hat 9 base RPM, 7514331 bytes) <li /><a href="/ftp/python/2.3.1/rpms/redhat-9/python2.3-devel-2.3.1-1pydotorg.i386.rpm">python2.3-devel-2.3.1-1pydotorg.i386.rpm</a> (Red Hat 9 development RPM, 660541 bytes) <li /><a href="/ftp/python/2.3.1/rpms/redhat-9/python2.3-docs-2.3.1-1pydotorg.i386.rpm">python2.3-docs-2.3.1-1pydotorg.i38...
Released: Dec. 21, 2020
This is the seventh maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.7, a 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. macOS 11 Big Sur …
If you didn't find what you need, try your search in the Python language documentation.