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.
...help spread the word about the Python." G. Stein: "I'd suggest making this the responsibility of the Communications Officer." This discussion was deferred to email. 19 Adjournment S. Holden adjourned the meeting at 17:28 UTC.
...help in finding such interesting projects would be greatly appreciated. Please email me directly, if you know of such projects and ideally provide an introduction, so that we can pick up the lead from there. Thanks !" As far as future plans are concerned for his marketing materials project, he reported: "If the project goes well, we'll follow up with a Python flyer, translated versions of the brochure and also consider creating marketing material more targeted at specific user groups o...
...help maintain it. 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.5 PSF Domains Report Continued Activities from Last Month Register pycon TLDs No progress yet, since the board hasn't yet decided which domains to register. Monitor domain renewals Current status Please see the wiki page for details on the cur...
...help]. Include an affiliation program [ref. July 2008 section 8]. Draft submitted to members 2009-01-12. Status: in progress. [23] Originally from 14 April 2008, Section 5, Treasurer's Report: S. Holden will assist K. Kaiser with accounts receivable reminders. Status: in progress. [15] Originally from 14 April 2008, Section 7, PyCon Asset Record-Keeping: D. Goodger will update the assets file in PSF CVS with the details of the laptops and VGA2USB boxes purchased for PyCon 2008. Status: in pro...
...help]. Include an affiliation program [ref. July 2008 section 8]. Status: in progress. [23] Originally from 14 April 2008, Section 5, Treasurer's Report: S. Holden will assist K. Kaiser with accounts receivable reminders. See Treasurer's Report below. Status: in progress. [15] Originally from 14 April 2008, Section 7, PyCon Asset Record-Keeping: D. Goodger will update the assets file in PSF CVS with the details of the laptops and VGA2USB boxes purchased for PyCon 2008. Status: in progress. [...
...help them somehow." The Board discussed PSF funding and brainstormed various fundraiser campaign schemes for the Durian Blender Foundation. In addition to providing PSF funding, the Board's fundraiser ideas included: putting Blender organizers in touch with PyCon sponsors, publicizing the project through the PSF blog, linking a funding plea video from python.org, etc. J. Rush: "Yes, the amount is difficult at this time; they are also looking for other ideas." B. Cannon: "...
...helps in constructing an LALR(1) grammar. Plex Plex [Ewi01] only supports scanner generation. Due to the special lexical structure of XPath, and the lack of parser generation in Plex, no attempt was made to use this tool. Trap Trap [Ern99] supports the specification of intermediate representations (IR) as part of the grammar definitions, and subsequently generates parsers that parse into the specified IR, including support for unparsing. It currently uses kwParsing as its underly...
...help manage the job board with the support of PSF staff. Current resolution July 2018: RESOLVED, that the Python Software Foundation acknowledge the creation of the Python Software Foundation Jobs Work Group to manage, review, and approve job postings. Packaging Work Group Formed:May 2016 Notes:https://wiki.python.org/psf/PackagingWG Mailing List:packaging-wg at python.org The purpose of this working group is to support the larger efforts of improving and maintaining the packaging ec...
...helps with cash flow, not overall cost." T. Peters noted that we have the cash now. RESOLVED, that Haynes and Boone be requested to register the Python logo as a trademark in the US, the EU, Australia, India, China, Japan, Brazil and Argentina. Approved, 6-1-1. 9 Support MSU/Snakebite Funding Application to Mellon Foundation The Board discussed PSF support for an application for Mellon Foundation funding by the "Python Buildhaus" project. Voting on a resoluti...
...help him, I'll support it." S. Holden: "A part of this is faster record-keeping and a part of it is budgeting..." K. Kaiser: "I think that budgeting is largely up to us and the PyCon organization. A. Kuchling: "Could we speed up record-keeping by switching to a web-based accounting system like Quickbooks Online... maybe that's an intermediate route." K. Kaiser: "I suggest that the Board establish a Finance committee. S. Holden: "Sounds like we don't y...
...help from the membership in approaching those survey subjects we have contact data for. This is a chance to reach out to people who are not currently involved with the Foundation and bring them into the fold." Since this project is so closely tied to the previous agenda item, the Board has decided to place it on hold until a consensus has been reached on the new break-down of sponsor membership levels. 9 Modify PSF Opening Mission Statement S. Holden: "You'll be awar...
...help that conference get off the ground and become a recurring event." S. Holden: "Do we have any evidence that Python national conferences are in danger of not becoming recurring events?" J. Rush: "Their success will be as much of volunteer support as monetary." RESOLVED, that the PSF grant AU$2,500 to PyCon Au 2010. Approved, 4-1-0. [129] S. Holden will inform PyCon Au organizers of the boards decision to provide funding for the 2010 conference and request an invoice....
...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 Google Bloomberg ...
...help even poor programmers get the most out of their computers. For example, you might want to write a program to customize your PDA or toaster, but you might be discouraged if a small mistake could wipe out your address book or set your house on fire. Safeguards against disasters are needed, as well as ways of backing out of unwanted changes to a system as a whole. ("Undo", while very powerful, usually only applies to one file at a time. Backing out of global system changes typically...
...help from Python's parser than we can currently get. I hope to fix this in a future Python release by making the parser recognize super. In the mean time, here's a trick you can apply. We can create a class variable named __super that has "binding" behavior. (Binding behavior is a new concept in Python 2.2, but it formalizes a well-known concept from classic Python: the transformation from an unbound method to a bound method when it is accessed via the getattr operation on an instanc...
...helper(x): return str(x) if type(str) != type(''): str = helper(str) return str.strip() Under the old rules, the name str in helper() is bound to the builtin function str(). Under the new rules, it will be bound to the argument named str and an error will occur when helper() is called. The compiler will report a SyntaxError if "from ... import *" occurs in a function or class scope. The language reference has documented that this case is illegal, but the com...
What's New In Python 3.0 (editors: check NEWS.help for information about editing NEWS using ReST.) What's New in Python 3.0 final Release date: 03-Dec-2008 Core and Builtins Issue #3996: On Windows, the PyOS_CheckStack function would cause the interpreter to abort ("Fatal Python error: Could not reset the stack!") instead of throwing a MemoryError. Issue #3689: The list reversed iterator now supports __length_hint__ instead of __len__. Behavior now matches other reversed ite...
If you didn't find what you need, try your search in the Python language documentation.