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 Distutils-SIG: Design Proposal Python Distutils-SIG (Prerequisites: please read the proposed interface before trying to plough through this design document; it is very much a sequel to the interface document.) Design Proposal The Distutils' point of view setup.py only has to import one module, distutils.core. This module is responsible for parsing all command-line arguments to setup.py (even though the interpretation of options is di...
...Python 3.x with an API as similar to the 2.x API as possible. Approved, 9-0-0. 7 Funding of Brett Cannon for Python core development The board discussed the funding request previously submitted in writing by Brett Cannon. RESOLVED, that the PSF offers a USD 4,500 grant to work full-time for a period of two months on Python core development as outlined in the proposal PDF (http://mail.python.org/mailman/private/psf-board/attachments/20100614/62bbf3b8/attachment-0001.pdf). Appr...
...Python Software Foundation Minutes of a Regular Meeting of the Board of Directors January 12, 2009 A regular meeting of the Python Software Foundation ("PSF") Board of Directors was held over Internet Relay Chat beginning at 17:00 UTC, 12 January 2009. Steve Holden presided at the meeting. David Goodger prepared these minutes. Contents 1 Attendance 2 Minutes of Past Meetings 3 Votes Taken Between Meetings 4 Statu...
...python24.repo" with the following lines: [python24] name=Fedora Core $releasever - $basearch - Python 2.4 baseurl=http://www.python.org/ftp/python/2.4/rpms/fedora-$releasever/ enabled=1 gpgcheck=1 Add the KRUD GPG key by running: "rpm --import http://www.python.org/ftp/python/2.4/rpms/KRUD-GPG-KEY" Install Python 2.4 by running: "yum install python2.4". Note that this will only install the base RPM, list "python2.4-devel" or other packages to install them as well....
...Python Programs through Optimization and Extensions I </td><td> <xxx-input name=PyCon_AFTERNOON type=radio value=PM4> FULL: Faster Python Programs through Optimization and Extensions II </td></tr> <tr><td> <input name=PyCon_MORNING type=radio value=AM5> Python 101 </td><td> <xxx-input name=PyCon_AFTERNOON type=radio value=PM5> FULL: Code Like a Pythonista: Idiomatic Python </td></tr> <tr><td> <input name...
...Python? A. The RPMs that start with "python2.4" are built to not interfere with the system Python. They install as "/usr/bin/python2.4" and will not conflict with the system Python unless you are running on a system that ships the a version of Python which has the same major/minor number. To invoke the interpreter with these packages, you will explicitly have to run "python2.4". Note that all Python RPMs provided by Python.org and Red Hat provide a "/usr/bin/...
...PYTHONHOME (see the usage message, e.g. try python -h). In most situations, the interpreter can be installed at an arbitrary location without having to recompile. The build process now builds a single library (libpython1.5.a) which contains everything except for the main() entry point. This makes life much easier for applications that embed Python. There is much better support for embedding, including threads, multiple interpreters(!), uninitialization, and access to the global interpreter loc...
...Python 2.2.1</h2> <p>This page now exists only to clarify incompatibilities between Python version 2.2[.x] and versions before 2.2. <h3>Incompatibilities between Python 2.1[.x] and Python 2.2[.x]</h3> <p>The following visible differences between Python 2.2 and previous versions are intentional. <ul> <p><li>Not everything is listed here; for the full list see the <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/~checkout~/python/pytho...
...Pythonistas and the Python language in so many ways. Jessica McKellar (2015) Jessica McKellar has served in many distinguished roles within the Python community: Director, Python Software Foundation; PyCon Diversity Outreach Chair; core organizer of Boston Python, one of Python’s largest user groups; frequent keynote speaker and tutorial presenter; board member of OpenHatch; Boston Python Workshop organizer and evangelist; PSF Fellow; mentor for Outreachy program; core contributor to OpenHatch...
...Python related the conference is?" J. Rush: "It seems a worthy cause, in that (reading the prospectus) it brings together a handful of key graphics package communities." S. Holden: "It seemed to me he [S. Michiels] made a reasonable case that Python is important in that area. How about you?" T. Peters: "Seems that Python is used in these apps in much the same way it's used in SciPy apps. That is, Python isn't the goal, it's part of the means. That's fine." RES...
...Python Software Foundation Minutes of the 2010 Members' Meeting February 19, 2010 The Python Software Foundation (the "PSF") held an informal annual members' meeting on February 19, 2010 during lunch at the Hyatt Regency Atlanta hotel in Atlanta, Georgia, USA (PyCon 2010 Atlanta). Steve Holden presided over the meeting. Pat Campbell prepared these minutes. Contents 1 Attendance 2 Greetings & Announcements 3 2010 Election Delay ...
...python.org/moin/WebsiteRedesignProposal). 5 Conference Committee A. Kuchling posted a status report to the PSF-board mailing list just prior to the meeting: PyCon status, Dec. 13 2005 The program is mostly complete: http://wiki.python.org/moin/PyCon2006/Talks http://wiki.python.org/moin/PyCon2006/Tutorials http://wiki.python.org/moin/PyCon2006/Sprints The talks have been chosen and announced, but the actual schedule hasn't been posted by the Program Chair yet. I am not hap...
...python.org. Committing changes to the SVN repository causes the beta.python.org site to be updated. Section 4, Python.org Redesign: S. Holden said that he would see if Tim Parkin is available for an IRC sprint. Status: done. D. Goodger reported that the IRC sprint happened, and work is ongoing. Section 4, Python.org Redesign: S. Holden said that he would be responsible for making sure that documentation is available for the new python.org system. Status: carried forward. S. Deibel reports t...
...Python. How can members help? They can talk to people and provide contacts. They can bring Python forward in professional settings. They can organize local user groups or meetings. They can participate in PSF projects. More information is available by visiting the PSF booth at EuroPython. You can also write an email to the board/members list) psf-board@python.org and psf-members@python.org. You can also visit the PSF website: http://python.org/psf/ or the wiki page: http://wiki.python.or...
Debugging Reference Count Problems Warning This page stays here for historical reasons and it may contain outdated or incorrect information. Debugging Reference Count Problems From: Guido van Rossum <guido@CNRI.Reston.VA.US> To: python-list@cwi.nl Date: Wed, 27 May 1998 11:09:40 -0400 Mike Fletcher wrote a number of posts about debugging C code that bombs, probably because of reference count problems. His approach to debugging this problem seems typical, but I thin...
...Python are many. Python is quite easily learned by people from various programming backgrounds, such as Java, C or Visual Basic. After becoming familiar with Python, development proceeds very quickly -- perhaps faster than with any other language. At the same time, Python lends itself to the creation of highly readable, compact and well structured code. Python's particular mix of features also helps embedded developers be more effective when programming a PC. While these developers are well f...
...Python Interview by Mike Driscoll, published by Packt (1) Copy of Two Scoops of Django 1.11, by Daniel Roy Greenfeld and Audrey Roy Greenfeld . What does the Python Software Foundation do? The PSF holds and protects the trademarks behind the Python programming language. We awarded over 220 grants worldwide in 2017 thanks to the revenue generated through PyCon (40 more than in 2016) amounting to more than $257,000. We support the python.org website and the Python Package Index...
...Python 2.1[.x] and 2.2[.x] <h3>Incompatibilities between Python 2.1[.x] and Python 2.2[.x]</h3> <p>The following visible differences between Python 2.2 and previous versions are intentional. <ul> <p><li>Not listed here are various deprecated modules and features that may issue warnings: the warnings shouldn't affect the correct execution of your program, and they can be disabled with a command line option or programmatically; see the documentation for the wa...
Python 1.6 License FAQ Python 1.6 License FAQ This FAQ addresses questions concerning the CNRI Open Source License and its impact on past and future Python releases. The text below has been approved for posting on the Python website and newsgroup by CNRI's president, Dr. Robert E. Kahn. The old Python license from CWI worked well for almost 10 years. Why a new license for Python 1.6? CNRI claims copyright in Python code and documentation from releases 1.3 through 1.6 inc...
If you didn't find what you need, try your search in the Python language documentation.