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.
...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 more lib...
...list for MMTK users currently has 175 members, and the scientific publication that describes MMTK to computational chemists has been cited 30 times. About the author Konrad Hinsen is a researcher in theoretical physics working for the French Centre National de la Recherche Scientifique (CNRS). He was involved in the Numerical Python project and is the author of ScientificPython, a general-purpose library of scientific Python code.
...list of all but the most trivial changes, see the release notes. In the source distribution, the file Misc/NEWS has all the news. Documentation The documentation has been updated too: Browse HTML on-line Download using HTTP.
...listed above, always check the SourceForge <a href="http://sourceforge.net/bugs/?group_id=5470">Bug Tracker</a> to see if they've already been reported. Use the bug tracker to report new bugs. If you have a patch, please use the SourceForge <a href="http://sourceforge.net/patch/?group_id=5470">Patch Manager</a>. Please mention that you are reporting a bug in 2.3, and note that you must have a SourceForge account and be logged in to submit a bug repor...
...listed here). Some projects had students create profile pages in a central location. I think this is a great idea. Some projects got all their students to make screencasts demoing their projects. I think this is an awesome idea. Many people felt that the most successful topics were the ones the students came up with. I'm still thinking how to balance that with my view that the student needs to work with existing code and coders and not just do something standalone and in isolation. Google rea...
...listed on the downloads page along with their corresponding artifacts. Verification additionally requires prior knowledge of the identity of the signer. For CPython releases, these are the email addresses of the release manager for the given release. The release managers for current and upcoming releases are as follows: Release PEP Release manager OIDC Issuer 3.7 PEP 537 nad@python.org https://github.com/login/oauth 3.8 PEP 569 lukasz@langa.pl https://github.com/login/oauth 3.9 PEP 59...
...list from python.org, or officially say it's unmaintained?" The Board agreed that the era for mirrors is largely past. S. Deibel will begin to dismantle the python.org mirrors system. First step: mark the python.org mirrors list as unmaintained and refuse additions. 15 Status of Member Inventory S. Deibel asked about the status of the member roster: check email list, update addresses, etc. D. Goodger replied that M. von Löwis and he updated the records prior to PyCon. ...
...list them as cooperating organization once they are set up. Status: carried forward. 4.3 New Between Meetings The following action items were added since the last Board meeting on December 8. [35] Added 2009-01-12: S. Holden will write a PSF blog entry thanking 2008 donors. Status: carried forward. 5 Action Items in the Meeting Minutes The purpose of the Action Items page in the PSF private wiki was clarified: the wiki is to be used to update action it...
...lists than the previous implementation, and reported to be just as fast on randomly ordered lists on several major platforms. This sort is also stable (if A==B and A precedes B in the list at the start, A precedes B after the sort too), although the language definition does not guarantee stability. A potential drawback is that list.sort() may require temp space of len(list)*2 bytes (*4 on a 64-bit machine). It's therefore possible for list.sort() to raise MemoryError now, even if a comparison...
...list of candidates quickly became: Java or Python. Or, more precisely, Java+Jakarta or Python+Zope. Two key factors led to the choice of Python. First, was the need to make extensive use of metaprogramming. Second, for simplicity's sake, ERP5 needed to be implemented in a single language from core architecture to scripting. Metaprogramming is a technique that allows the programmer to redefine the semantics of the implementation language at runtime. It can be used to endow extremely abstract impl...
...list the directors standing for re-election in the agenda of the upcoming Members' Meeting. Status: done. Section 8, Call For New Directors?: D. Goodger will send out a "call for directors". Status: done. Section 9, Catering the Members' Meeting: D. Goodger will coordinate food for the 2007 PSF Members' Meeting with the conference committee & members. Status: carried forward. 4 Grants Committee Regarding the outstanding portion of the Jython grant, M. von Lö...
Version: None
Released: June 5, 2024
This is a beta preview of Python 3.13 Python 3.13 is still in development. This release, 3.13.0b2, is the second of four beta release previews of 3.13. Beta release previews are intended to give the wider community the opportunity to test new features and bug fixes and to prepare their …
View Release Notes
Released: July 17, 2024
This is a beta preview of Python 3.13 Python 3.13 is still in development. This release, 3.13.0b4, is the final beta release preview of 3.13. 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 …
...list of commands to be supported by setup.py (through cooperation with the distutils modules) and the actions corresponding to each command: make_blib If it doesn't already exist, create a mockup installation tree, blib/, under the current directory. blib/ would contain directories for pure Python code (non-architecture-specific, or shared) and compiled code (architecture-specific), modelled after the directories in the ...
...list... More thoughts about CP4E. Interview in by Frank Willison for "Frankly Speaking" column Another stream of consciousness transcribed by a friendly listener... Not just on CP4E. Foreword for "Programming Python" (2nd ed.) The story continues... Unifying types and classes in Python 2.2 An introduction to the type/class unification effort in Python 2.2. Note that the unification work is officially labeled experimental and is subject to change in future releases of ...
...list and dictionary types, for which rich syntactic support is built straight into the language, find a use in almost every Python program. Because of the run-time typing, Python's run time must work harder than Java's. For example, when evaluating the expression a+b, it must first inspect the objects a and b to find out their type, which is not known at compile time. It then invokes the appropriate addition operation, which may be an overloaded user-defined method. Java, on the other han...
...list of the members entitled to vote at such meeting, arranged in alphabetical order, and showing the name, address, telephone number, facsimile number and electronic mail address of each member. For a period of ten (10) days prior to such meeting, the list shall be open to the examination of any member, for any purpose germane to the meeting, during ordinary business hours, either at a place within the city where such meeting is to be held, which place shall be specified in the notice of the me...
...list ends without a blank line; unexpected unindent. </pre> <p> The following SRPMs are available for the "SME Server" distribution of Linux (what was formerly known as "e-smith" before its acquisition by Mitel Networks). They are maintained by <a href="mailto:dan_york@mitel.com">Dan York</a>. The RPMs themselves are in: <p> <a href="ftp://ftp.e-smith.org/pub/e-smith/contrib/DanYork/RPMS/i386/"> ftp://ftp.e-smith.or...
Released: Oct. 25, 2022
This is an early developer preview of Python 3.12 Major new features of the 3.12 series, compared to 3.11 Python 3.12 is still in development. This release, 3.12.0a1 is the first of seven planned alpha releases. Alpha releases are intended to make it easier to test the current state of …
If you didn't find what you need, try your search in the Python language documentation.