Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
...library. archive, subscribe web-sig Bill Janssen Web-related Enhancements archive, subscribe xml-sig Rich Salz XML Processing archive, subscribe
Linux RPMs for Python 2.3.1 <h1>Linux RPMs for Python 2.3.1</h1> <p>Except where noted, these RPMs are made available by Sean Reifschneider (<a href="mailto:jafo-rpms@tummy.com">jafo-rpms@tummy.com</a>). <h3>Having Problems?</h3> If you are having problems, please see the <a href="#FAQ">RPM Frequently Asked Questions</a> section at the end of this document for possible solutions. <h3>RPMs For Other Platform...
...library for Python. This was completed in October 2005. For details, see http://pysnmp.sourceforge.net/ Moving Jython Forward (Brian Zimmer, $10K) -- to bring Jython up to date with CPython. Due to unexpected changes in the proposer's career, the work for this grant was only partially completed, and only a subset of the funding ($2.3K) was paid. Even so, the Jython project has seen progress with the release of version 2.2 in August 2007. For details, see http://jython.org/ This initial experimen...
Linux RPMs for Python 2.3 <h1>Linux RPMs for Python 2.3</h1> <p>Except where noted, these RPMs are made available by Sean Reifschneider (<a href="mailto:jafo-rpms@tummy.com">jafo-rpms@tummy.com</a>). <h3>Having Problems?</h3> If you are having problems, please see the <a href="#FAQ">RPM Frequently Asked Questions</a> section at the end of this document for possible solutions. <h3>RPMs For Other Platforms<...
...library manual for a built-in function that does what you want. If there isn't one, here are some guidelines for loop optimization: Rule number one: only optimize when there is a proven speed bottleneck. Only optimize the innermost loop. (This rule is independent of Python, but it doesn't hurt repeating it, since it can save a lot of work. :-) Small is beautiful. Given Python's hefty charges for bytecode instructions and variable look-up, it rarely pays off to add extra tes...
...library & tools for developers PSF support of conferences in other countries Further discussion was deferred. 5 Discussion of Bug Tracker Migration Brett Cannon proposed migrating away from the SF bug tracker; Python has outgrown it. There are several candidates for bug tracking software. Brett proposed that the Infrastructure Committee take on this task, and that he and Barry Warsaw would take leadership roles. 6 Other Business Eric Jones noted that ...
...library of free event-organizing resources: PSF Free Resources Example Application Questions First Name: Joey Last Name: Python Email: joeylovespython@email.com Type of Event or Initiative: Conference – PyCon Event or Initiative Title: PyCon Jupiter Short Description of the Event or Initiative: PyCon Jupiter is a community-organized conference foc...
Python Software Foundation Sponsors The PSF would not be possible without the generous financial help of the following sponsors. While the PSF thanks these sponsors for their support, we don't necessarily endorse nor promote any specific activity of any of its sponsors. Interested in becoming a sponsor? Check out our sponsor application. Visionary Sponsors Googl...
Linux RPMs for Python 2.3.3 <h1>Linux RPMs for Python 2.3.3</h1> <p>Except where noted, these RPMs are made available by Sean Reifschneider (<a href="mailto:jafo-rpms@tummy.com">jafo-rpms@tummy.com</a>). <h3>Having Problems?</h3> If you are having problems, please see the <a href="#FAQ">RPM Frequently Asked Questions</a> section at the end of this document for possible solutions. <h3>RPMs For Other Platform...
Linux RPMs for Python 2.3.2 <h1>Linux RPMs for Python 2.3.2</h1> <p>Except where noted, these RPMs are made available by Sean Reifschneider (<a href="mailto:jafo-rpms@tummy.com">jafo-rpms@tummy.com</a>). <h3>Having Problems?</h3> If you are having problems, please see the <a href="#FAQ">RPM Frequently Asked Questions</a> section at the end of this document for possible solutions. <h3>RPMs For Other Platform...
...Library Association annual conference that we supported in June: "Thank you -- so much, again -- for sponsoring lunch at our Introduction to Python workshop last Friday. We ended up with about 40 attendees. Not having to worry about finding lunch gave them a well-deserved chance to relax, and gave us time to run lightning talks showcasing real-world Python applications. Here's a blog post on the event: http://litablog.org/2013/07/introduction-to-python-at-ala-annual-or-awesome-true-ala201...
...Library Association annual conference, led by Andromeda Yelton. $300 for a women's panel/mixer at SciPy 2013, organized by Kristen Thyng. Discussions We received a request for sponsorship from the organizers of the Write/Speak/Code conference in New York City in June (http://www.writespeakcode.com/). We declined to sponsor this event due to an insufficient focus on Python and organizational concerns. 5.4 Sprint Committee Report Summary We're sponsoring the scikit-lea...
Python Humor Here is a spurious collection of semi to totally unserious stuff, mostly postings found wafting gently in the comp.lang.python newsgroup (a.k.a. the python-list mailing list). See also Andrew Kuchling's collection of Python quotations, containing in a condensed form some sterling examples of the wit and wisdom encountered in the Python world. Contents The Zen of Python Fundamental... Cute Wabbit Shooting Yourself in the Foot Legal Issues Python vs Tcl vs Perl5 Python Object Orie...
...library of free resources for our community. We recommend reviewing these resources before you submit your grant request– they may be of use to your event! Grant Proposal Tips We recommend reading through our FAQ for additional information before you submit your application. Proposals should be for specific events or initiatives with a clear objective, rather than support for ongoing activities. Your grant proposal objective should be focused on the impact the grant will have on the Pytho...
...library for Python. Approved; 8-0-0, 2024-06-20 RESOLVED, that the Python Software Foundation Grants Work Group grant $5,000 USD to the North Bay Python event taking place on June 29-30, 2024, in California, US. Approved; 8-0-1, 2024-06-18 RESOLVED, that the Python Software Foundation Grants Work Group grant $500 USD to the First Django Girls Workshop in Kampar event taking place on August 2-3, 2024, in Kampar, Malaysia. Approved; 8-0-0, 2024-6-13 RESOLVED, that the Python Software Foundation...
...library, or by the run-time code. Second, when Python is embedded in another application that creates multiple Python interpreters, the built-in class objects (being statically allocated data structures) are shared between all interpreters; thus, code running in one interpreter might wreak havoc on another interpreter, which is a no-no. Static methods and class methods The new descriptor API makes it possible to add static methods and class methods. Static methods are easy to des...
If you didn't find what you need, try your search in the Python language documentation.