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.
...Python & PyCon? Focus on education & science: articles, how-tos. How to grow Python's user base? Big projects to join by invitation? Awards/rewards for successful, established projects & articles? Batteries included / sumo distribution? (Hard work, a huge effort.) Add ratings of modules/projects to the Cheeseshop and/or site? Advocating Python for newbies — most important priority? Approximately 60% of members in attendance supported the umbrella organization idea as a long-term (2...
...Python 2.2 Unifying types and classes in Python 2.2 Python Version: 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 Introduction Subclassing built-in types Built-in types as factory functions Introspecting instances of built-in types Static methods and class methods Properties: attributes...
...Python Events Calendar I'm continuing discussions with national and local groups, encourage people to make use of the Python events calendars: http://wiki.python.org/moin/PythonEventsCalendar and help maintain it, along with a team of volunteers. New Activities None Planned for Next Month None Ongoing Projects PSF at conferences PSF Marketing Work Group Python Events Calendar Tabled Activities None Issues / Blockages None 5.7 PSF Domains Board ...
Member meeting at OSCON <p>There will be an extra PSF Member Meeting at the <a href="http://www.python.org/workshops/oscon2002"> O'Reilly Open Source Convention</A>, July 22-26 in San Diego. <p>We've reserved a room for the meeting: <br>Location: Marina II <br>Date: Wednesday, July 24 <br>Time: 8:00 - 10:00 pm <P>It is likely that only 8-10 PSF members will show up. This is not sufficient to make quoru...
Python Distutils-SIG: Proposed User Interface Python Distutils-SIG Proposed User Interface In addition to identifying the common tasks and division of labour involved in developing, distributing, and installing Python modules, the "Extension Building Considered Painful" Developer's Day Session also came up with a proposed user interface. The core idea of the interface is that the module developer would provide a small Python script, called setup.py ...
Version: None
Released: May 30, 2018
This is a beta preview of Python 3.7 Python 3.7 is still in development. This release, 3.7.0b5, is now the final planned beta release preview. Originally, 3.7.0b4 was intended to be the final beta but, due to some unexpected compatibility issues discovered during beta testing of third-party packages, we …
View Release Notes
...Python as a working title for the project, being in a slightly irreverent mood (and a big fan of Monty Python's Flying Circus). Today, I can safely say that Python has changed my life. I have moved to a different continent. I spend my working days developing large systems in Python, when I'm not hacking on Python or answering Python-related email. There are Python T-shirts, workshops, mailing lists, a newsgroup, and now a book. Frankly, my only unfulfilled wish is to have my pictu...
...Python 2.2 (not 2.2.1). <ul> <li><a href="/ftp/python/2.2.1/rpms/rh7.3/python2-2.2.1-2.i386.rpm"> python2-2.2.1-2.i386.rpm</a> (RedHat-based 7.3 base RPM) <li><a href="/ftp/python/2.2.1/rpms/rh7.3/python2-tkinter-2.2.1-2.i386.rpm"> python2-tkinter-2.2.1-2.i386.rpm</a> (RedHat-based 7.3 tkinter RPM) <li><a href="/ftp/python/2.2.1/rpms/rh7.3/python2-devel-2.2.1-2.i386.rpm"> python2-devel-2.2.1-2.i386.rpm</a> ...
...Python archive January 1999 locator-sig Paul Everitt Python Resource Tracking (Software, docs, projects...). See the catalog-sig for a successor. archive January 1998 pattern-sig Dinu Gherman Idioms, Patterns, and Frameworks archive January 1998 progenv-sig Ken Manheimer Programming Environment archive January 1998 pythonwin-sig Mark Hammond Win95/NT GUI version of Python archive June 1997 uls-sig Duncan McGreggor Ultra Large-Scale systems and how such systems relate to Python. no archive a...
...Python Software Foundation is to promote, protect, and advance the Python programming language, and support and facilitate the growth of a diverse and international community of Python programmers." Approved, 7-0-0. [98] D. Goodger will update the web page: http://www.python.org/psf/mission/ to reflect the PSF Mission Statement change. 10 PSF Community Award Nominations for 2009 - 3rd Quarter The Board postponed this agenda item until next months board meeting. 11 ...
Released: Dec. 7, 2020
This is the first maintenance release of Python 3.9 Note: The release you're looking at is Python 3.9.1, a 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. We've made 282 changes …
...Python Software Foundation (PSF) vendor policies are intended to provide guidance on whether services fall into employment or vendor relationships, further define vendors and invoice requirements, and tax documentation requirements. The Python Software Foundation does not provide tax, legal or accounting advice. This material has been prepared for informational purposes only, and is not intended to provide, and should not be relied on for, tax, legal, or accounting advice. Please consult your ta...
...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 community gets a lot of acknowledgement and credit in this post. 6.6.3 Updates on previous grants Boston Python Workshop grant, non-local workshop slot #3: Portland The Boston Python Workshop grant series (http://pyfound.blogspot.com/2011/11/boston-python-workshop-psf-grant.html) brings experienced workshop organizers to user groups to help them bootstrap high-quality, recurring diversity outreach events. The 3rd slot went to the Portland Python user group. PDXPyt...
...Python? Python was not our first choice as the main programming language it was a coincidence. When we started our project we was very proficient in Perl and completely unaware of Python: so we chose Perl. We discovered Python when we decided that we had to substitute the PerlTK user interface with a Web-based one. We found Zope, and after some attempts to integrate Perl with Zope, we switched to Python. To make a log story short, at the end we dropped Zope but kept using Python (and rewrote the...
...Python related events, I've setup a team of volunteers to manage two new event calendars. One for larger events and another one for smaller events: Python events calendar Python user group events calendar The calendars are displayed on the http://pycon.org/ site and in the sidebar of http://python.org/. Details about the calendars are available on the wiki page we have for them: http://wiki.python.org/moin/PythonEventsCalendar 15.3 Issues The budget the board approved fo...
...Python from bison code, the parser was not thread safe. It should be noted that some of these problems have been resolved with the 0.11.1 release of 4Suite. When analysing parser generators, the following absolute requirements where defined: The generated parsers should allow semantic actions in Python. This requirement is obvious, since it would not be a Python parser generator otherwise. It was no requirement that the generator itself is a Python program. ...
...Python conferences, impacting over 3,000 people globally $20,000 = ~25 hands-on workshops impacting over 700 people $10,000 = user group meetup fees for 150 groups around the world for 6 months $5,000 = hosting for 3-4 PSF community web services for a year(e.g. Mail.python.org, uspycon.org, wiki.python.org) $2,000 = support for 2 regional conferences, impacting over 500 people $99 = 6 months of Python meetup subscriptions $60 a month ($2.00 a day) = one workshop, impacting over 250 people H...
...Python community: https://openhatch.org/blog/2012/you-are-invited/ PyStar Philly workshop alum-turned-instructor Pam Selle has this write-up, which has some nice photos: http://thewebivore.com/pystar-philadelphia-3-hint-great-success Boston Python Workshop grant, non-local workshop slot #2: Indianapolis Python Workshop The Boston Python Workshop grant series (http://pyfound.blogspot.com/2011/11/boston-python-workshop-psf-grant.html) brings experienced workshop organizers to user groups to h...
...Python a mainstay since 1994 Enter Python. "We'd been using Python since 1994," says Friedrich, "when I literally stumbled across Python as I was searching the pre-Web Gopher FTP space for some help with a C++ project we were doing." Being an inveterate systems engineer, Friedrich "just had to investigate it." He was stunned by what he discovered. "Twenty minutes after my first encounter with Python, I had downloaded it, compiled it, and installed it on my SPAR...
If you didn't find what you need, try your search in the Python language documentation.