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.
...with Tim Parkin on this subject, and Tim has sent an outline of his approach. Tim is proposing to work out a deployment plan, starting by identifying all dynamic portions of the site. Originally the plan was to use mod_rewrite to map old URLs onto new pages as they came onstream, but it seems this may not be a practical approach. Now Tim plans to flag existing pages with a specific header, pointing to the new content. Later they can be replaced with 301 redirects. M. von Löwis asked if we sh...
Version: None
Released: Oct. 14, 2019
This is the stable release of Python 3.8.0 Note: The release you're looking at is Python 3.8.0, an outdated release. Python 3.11 is now the latest feature release series of Python 3. Get the latest release of 3.11.x here. Major new features of the 3.8 series, compared to 3.7 …
View Release Notes
Released: April 29, 2020
This is the release candidate of the third maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.3rc1, 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. …
Released: July 20, 2020
This is the fifth maintenance release of Python 3.8 Note: The release you're looking at is Python 3.8.5, 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. 3.8.5 has been released …
Released: June 1, 2022
This is a beta preview of Python 3.11 Python 3.11 is still in development. 3.11.0b3 is the third 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 to support …
Released: July 11, 2022
This is a beta preview of Python 3.11 Python 3.11 is still in development. 3.11.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 to support …
...with full power to vote in accordance with the directions provided here and on all other matters that may come before the PSF member meeting to be held in Dallas at the Addison Marriott Quorum By The Galleria on February 24, 2006 from 5:10-19:00 pm. Election of Sponsor Members The following organizations have been nominated as sponsor members of the PSF. NomineeVote yes to accept as new member CCP Games yes no abstain [ circle one ] Election of Nominated Members The follo...
...with the lawyer. He reports that he is supposed to talk to the lawyer again at some point, but it doesn't seem like our chances are great of getting python.com. Originally from October 2005, Section 4, Public Support Committee: D. Goodger will pursue web page and installer donation link ideas. Status: carried forward. Originally from October 2005, Section 5, Ubuntu Development Meeting: D. Goodger will ask if Ubuntu wants to become a PSF sponsor or donor. Status: done. D. Goodger asked Mark S...
...started with ABC, a wonderful teaching language that I had helped create in the early eighties. It was an incredibly elegant and powerful language, aimed at non-professional programmers. Despite all its elegance and power and the availability of a free implementation, ABC never became popular in the Unix/C world. I can only speculate about the reasons, but here's a likely one: the difficulty of adding new "primitive" operations to ABC. It was a monolithic, "closed system", with only t...
...with the class as its first argument; its responsibility is to return a new instance of that class. Compare this to __init__: __init__ is called with an instance as its first argument, and it doesn't return anything; its responsibility is to initialize the instance. There are situations where a new instance is created without calling __init__ (for example when the instance is loaded from a pickle). There is no way to create a new instance without calling __new__ (although in some cases...
...with Melanie at the convention center to come up with a buffet menu for PyCon's lunches. I am trying to keep the costs as close to 2012 as possible however buffets are more expensive than plated lunches (which is what we have had in previous years). This had to be changed because with this many attendees it is hard to please everyone with a plated lunch. Currently I am averaging $31.40 per person for lunch (this is not final yet). 8.5 PyCon Contract Negotiations I have conta...
...with a far-ranging impact that can barely be anticipated or imagined. On a shorter term, the quantity and quality of available computer software will improve drastically, as the imagination and labor of millions is applied to the problem. Inventive office workers will be able to improve the software that supports them in their tasks, and share their improvements with their colleagues or-via the Internet-with others far away who are faced with the same tasks and problems. Now is the...
...with the .spec file in the base tar file. Use the SRPM that is on this page. System Message: WARNING/2 (<string>, line 88) Definition list ends without a blank line; unexpected unindent. <hr /> <li />Q) When running "rpm -ba", "rpm -ta" or "rpm --rebuild" I get the error "-ba: unknown option" or "--rebuild: unknown option" or "-ta: unknown option". <li />A) With the Red Hat 8.0 release, the building options w...
...with the use of this mode on Windows to be an explicit way to invoke the default text translation mode. Why can't 't' be used together with '+'? Text mode on Windows supports '+' AFAIK. How does this interact with xreadlines? With "for line in file" ? Why settle for a compile-time option that's off by default? That's asking for problems; people who turn it on will write code that uses the 't' mode and then find that it's not portable. You say that 't' mode is used by i...
...started a new blogging project in partnership with the python-dev team to publicize the volunteer efforts from that group. See http://blog.python.org/ for the results. After recruiting a few contributors at PyCon (Anthony Scopatz, Paul Moore, and Brian Curtin), the project had good momentum. We started by creating a list of topics and a backlog of "easy" material to publish to keep the schedule relatively full (the "Meet the Team" series of mini-interviews). Several core dev...
...with SmartCity on this. 8.13 PyCon Printing Initiated contact with printer in CA for 2013. 8.14 PyCon Registration Management I have daily communication with the registration bureau regarding special requests and general questions. 8.15 PyCon Site Visits Nothing to Report for Jan 8.16 PyCon Sponsors Emails, emails, emails I continuously assist sponsors with any questions they may have when Jesse is working on get...
...with learning outcomes for participants as well. An outline is not sufficient, we would like to see code repositories, worksheets, presentation slides, etc. If you are submitting a grant request for a PyLadies Workshop, your chapter should be registered with PyLadies Global. If you are submitting a grant request for a Django Girls Workshop, your event should be registered with the Django Girls Foundation. Additionally, we highly encourage you to apply for a grant with the Django Girls Founda...
...with low hardware requirements makes XIST4C especially suitable for small and medium sized enterprises. This has allowed us to achieve a unique competitive advantage, and to realize projects at much lower cost. Prototyping Java Systems with Python In 2000, LivingLogic was engaged to develop a product for modeling business process work flow and to automate business processes. Inspired by our earlier successes with XIST, we decided to develop a Python prototype. This decision was made even thoug...
If you didn't find what you need, try your search in the Python language documentation.