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.
...Linux Conference, an annual event dedicated to surfacing new voices and welcoming new people to the free software community. She'll be building on the PSF's existing work to strengthen and diversify the global Python community, identifying new education and outreach opportunities and increasing technical and organizational capacities. She is a sci-fi nerd who lives with her partner and her lucky black cat in Cambridge, Massachusetts. Loren Crary Deputy Executive Director Loren joine...
...Linux Developers User Interface Visual Effects Web Development Web2.0 XML Arts Film Business Apparel Industry Aviation Business Information Customer Relationship Management (CRM) Collaboration Support Content Management Document Management Energy Efficiency E-Commerce Enterprise Resource Planning (ERP) Financial Services Fortune 500 GIS and Mapping Hosting Human Resources Knowledge Management Manufacturing Pharmaceuticals Product Development Project Management Quality Control, Six Sigma, Lea...
...Linux, allowing webmasters to test changes locally before committing. To do [S. Holden]: get the new production system to run on Mac OS X; detail which parts of the current content have been transformed for the new system and which parts still require conversion; complete the documentation so that webmaster team members can use the new system rather than the old one. Transition strategy: intermingle new content with the old, putting in redirects to maintain the viability of existing links for ...
...Linux distribution. Anna Martelli Ravenscroft (2013) Anna Martelli Ravenscroft received the Frank Willison Award for her book authorship, volunteer work at PyCon and OSCon, and public speaking. Anna has spoken repeatedly at both PyCons around the world, and at OSCon in previous years, about diversity and outreach efforts in the Python community and in open source communities more generally, adding a fresh perspective on diversity in software development. She has been a valued contributor to th...
Version: None
Released: Feb. 7, 2023
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.0a5 is the fifth of seven planned alpha releases. Alpha releases are intended to make it easier to test the current state …
Released: March 8, 2023
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.0a6 is the sixth of seven planned alpha releases. Alpha releases are intended to make it easier to test the current state …
...Linux. George Belotsky has written a number of articles (see http://www.oreillynet.com/pub/au/1204 ) including a series on Python and Network I/O. He is also the author of the Flightdeck-UI open source project ( http://openlight.com/fdui/ ). You can reach him by email at questions at openlight.com. Thomas Major is the Product Development Manager at Carmanah, an electrical engineer by schooling with broad product design experience acquired at Visteon and Philips Electronics. His interest star...
...Linux and Win64, especially for the new Intel Itanium processor. Mick also added large file support for Linux64 and Win64. The C APIs to return an object's size have been update to consistently use the form PyXXX_Size, e.g. PySequence_Size and PyDict_Size. In previous versions, the abstract interfaces used PyXXX_Length and the concrete interfaces used PyXXX_Size. The old names, e.g. PyObject_Length, are still available for backwards compatibility at the API level, but are deprecated...
Released: Oct. 2, 2023
This is the stable release of Python 3.12.0 Python 3.12.0 is the newest major release of the Python programming language, and it contains many new features and optimizations. Major new features of the 3.12 series, compared to 3.11 New features More flexible f-string parsing, allowing many things previously disallowed …
View Release Notes
...linuxaudiodev - audio for Linux. mmap - treat a file as a memory buffer. (Windows and Unix.) sre - regular expressions (fast, supports unicode). Currently, this code is very rough. Eventually, the re module will be reimplemented using sre (without changes to the re API). filecmp - supersedes the old cmp.py and dircmp.py modules. tabnanny - check Python sources for tab-width dependance. (Moved from Tools/scripts/.) urllib2 - new and improved but incompatible version of urlli...
Released: May 22, 2023
This is a beta preview of Python 3.12 Python 3.12 is still in development. This release, 3.12.0b1 is the first 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 …
...Linux distribution project will be holding their twice-annual development meeting in Montreal from the end of October. He plans to attend the first day ("Ubuntu Love Day") on behalf of the PSF. Ubuntu uses Python extensively, as does founder Mark Shuttleworth, who is also extremely wealthy. D. Goodger will see if Ubuntu wants to become a sponsor or donor. S. Deibel noted that we should be sure to tell sponsors they can donate on top of sponsorship; they should not feel obliged to lim...
...Linux Journal Date: Thu, 17 Sep 1998 16:59:38 -0400 (EDT) From: Dave Mitchell <@magnet.com> Maybe for the conference we should include an official SPAM 7 speedo swimsuit this year? And take a big group picture of all of us sporting 'em! -dave On Thu, 17 Sep 1998, Barry A. Warsaw wrote: > >>>>> "DA" == David Ascher <da@skivs.ski.org> writes: > > DA> I think for maximum visibilit...
...linuxaudiodev. Attempted a fix to make the OpenSSL support in the socket module work again with pre-0.9.5 versions of OpenSSL. Tests Added a test case for asynchat and asyncore. Removed coupling between tests where one test failing could break another. Tools Ping added an interactive help browser to pydoc, fixed some nits in the rest of the pydoc code, and added some features to his inspect module. An updated python-mode.el version 4.1 which integrates Ken Manheimer's pdbtrack.el. This make...
...Linux at least (psf.pollenation.net and pyramid.pollenation.net). Section 6, PSF Member Meeting: J. Hylton took on the task of finding someone to send out member meeting notices & proxy forms. Status: carried forward. Section 6, PSF Member Meeting: M. von Löwis volunteered to ensure that the necessary steps are taken for the member meeting. Status: in progress. M. von Löwis reports that he created the various forms, and posted an email invitation. We should set a deadline for closing the...
...linuxaudiodev - audio for Linux. mmap - treat a file as a memory buffer. (Windows and Unix.) sre - regular expressions (fast, supports unicode). Currently, this code is very rough. Eventually, the re module will be reimplemented using sre (without changes to the re API). filecmp - supersedes the old cmp.py and dircmp.py modules. tabnanny - check Python sources for tab-width dependance. (Moved from Tools/scripts/.) urllib2 - new and improved but incompatible version of urllib (still experimen...
...Linux desktop. He is having trouble finding Python programmers who can develop "in the large" (large-scale, industrial applications). He feels there is a lack of a centralized place that acts as a rallying point for the community. For example, there is no one place people can go to find out what the community-supported web frameworks are. Shuttleworth suggested having a place that lists the best of breed in hopes of getting developers to work on them instead of constantly reinventing...
...Linux and some BSD flavors. Code by Greg Ward, based on the (now deprecated) linuxaudiodev module by Peter Bosch. (New in 2.3a2: because of driver issues, the tests for these modules is not run by default unless "regrtest.py -u audio" is used.) pickle, cPickle and copy - a new pickling protocol was added for more efficient pickling of (especially) new-style class instances and to allow more pickling flexibility. (PEP 307) (New in 2.3a2.) random - this now uses a new core generator,...
...Linux and OpenOffice for desktops; perhaps the PSF could write a white paper about PyUno. Suggestion for python.org: write a page about the history of the software. Write a comparison of Python and PHP. M. von Löwis noted that one action item is Mailman, and asked if we should pay money to ramp it up graphically (like: paying a graphics designer?). S. Deibel replied that he suspects asking community-wide for help with improving the look would work. M. von Löwis: "I believe that engineer...
...Linux, Mac OS X and others. However, in our case, Resolver One uses a 3rd party grid component in our GUI, which makes direct Win32 API calls. This precludes us running on different platforms for the time being. We are, however, working on a Mono-compatible version of Resolver Server, which is a version of Resolver One which publishes editable spreadsheets over the web, without displaying any GUI on the server. No Python C Extension Modules IronPython scripts can in general import and use regu...
If you didn't find what you need, try your search in the Python language documentation.