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.
...decision, and that a formal resolution was not required”). Status: carried forward. Originally from November 2005, Section 8, Trademark Policy: D. Ascher will probably work with ActiveState's legal person on trademark policy. Status: carried forward. Originally from December 2005, 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. Originally from December 2005, Sect...
...Python events calendars: http://wiki.python.org/moin/PythonEventsCalendar and help maintain it. Issues None 6 PyConDE 2013 Sponsorship RESOLVED, that the Python Software Foundation sponsor PyConDE 2013 in the amount of $3,000 USD Approved, 8-0-0. 7 RuPy 2013 Sponsorship RESOLVED, that the Python Software Foundation sponsor RuPy 2013 in the amount of $2,500 USD Approved, 8-0-0. 8 Python Indonesia User Group Grant RESOLVED, that ...
...demark Agreement from Autodesk: S. Holden will inform Autodesk that we are awaiting a formal opinion from counsel, after which we will make a decision via email vote. S. Holden informed the Autodesk contact, and spoke to our lawyer, then handed the action item back to S. Deibel. S. Deibel then sent email to the lawyer; awaiting response. Status: done. S. Deibel to follow up with our lawyer regarding the trademark agreement from Autodesk. Section 9, 2006 Budget & Action Plan: D. Goodger wil...
...de focuses on leadership development, peer mentoring, and turning students into teachers. Approved 8-0-0, December 2, 2016 RESOLVED, that the Python Software Foundation grant $430 USD to PyLadies Data Mining Workshop Taiwan that is happening December 10, 2016. Approved 9-0-0, December 2, 2016 RESOLVED, that the Python Software Foundation grant $920 USD to PyLadies Taiwan Python Study Group #1~8 - Taipei that is happening October-December, 2016 and January-May 2017. Denied 1-6-2, December 2, 20...
...de Python communities. Please see this wiki page for more information on the effort: https://wiki.python.org/psf/Community%20Relations Progress We've had the conference kit at EuroPython 2013 and the South American kit will be used for Python Brasil 2013 this year. I'm planing to take the European kit to PyCon DE 2013, if the PSF decides to sponsor the event. For PyCon Ireland 2013, we'll have a smaller roll-up version built which will most likely stay in Ireland to reduce the shipping cos...
...design, produce and ship professional quality marketing material for Python. The first goal is to create a Python brochure which show-cases Python's application spaces, how it helps users to achieve their tasks and what its benefits are in a professional and educational setting. Please see this wiki page for more information on the effort: https://wiki.python.org/psf/PSF%20Python%20Brochure Progress We've completed getting approvals from all content providers and have created a preview PDF w...
...delsson). Attendee/Sponsor Reg: Working with CTE to make sure that special characters are properly displayed on badges. Attendee/Sponsor Reg: Working with CTE on creating new report that displays the data of childcare needs. Planned for Next Month Sponsor Reg: Compiling a new set of Sponsor Registration instructions using promo codes instead of sponsor reg site like in 2013. CTE is working on integration. Attendee Reg: Need to create PDF reg form to add to the reg site. Decorator: Signing ...
...Python 2.3 Method Resolution Order By Michele Simionato. Abstract:This document is intended for Python programmers who want to understand the C3 Method Resolution Order used in Python 2.3. Although it is not intended for newbies, it is quite pedagogical with many worked out examples. I am not aware of other publicly available documents with the same scope, therefore it should be useful. Disclaimer: I donate this document to the Python Software Foundation, under the Python 2.3 license....
...Python, Terri organizes students, mentors, and participating Python projects. In 2015, over 70 students participated for Python. Berker Peksağ for his consistent volunteer efforts with pydotorg in 2015 (https://github.com/python/pythondotorg/graphs/contributors). August 2015 The following awards were announced in July for the 2015 3rd Quarter: Serhiy Storchaka for his contribution to Python. Serhiy has been a Python core developer since December 2012, and has been the most active core deve...
...Python Project Websites RESOLVED, it is the policy of the Python Software Foundation to support the appropriate use of encryption by project websites in the Python ecosystem, and will grant appropriate subsidies for the purpose of purchasing certificates for this purpose Approved, 9-0-0. 10 PyTennessee Video Recording Grant RESOLVED, that the Python Software Foundation grant PyTennessee $28,000 for video recording, which consists of four tracks per day for two days Denied, 0...
...demark issue. On the narrow issue, the derived logos were clear and non-dilutive, and moreover seem to comply with Apple guidelines for iOS icons. So we enthusiastically approved the derived use, and Njal's app in general. Steve Holden expressed some related concerns about what he felt was a scammer using the Python logo. The initially identified use was as a Twitter icon; this was removed at Steve's request. Relatedly, the linked website http://www.pythonwebdevelopment.com/ uses the Python ...
...debook (http://guidebook.com/) for a rich mobile program guide. The last two PyCon US items reported on by Jesse were the activities "planned for next month" where he listed seven (7) items and included a list of the "current Heads/Staff for PyCon 2012." [see above] Begin organizing the on-site and other volunteer staff. Wrap up plenary talk selection and scheduling. Get all sponsor material collected for program guide. Get program guide (paper and mobile) well under way...
...Python folks at PyCon about possible filing of an "IPYTHON" trademark by the PSF. Since the mark would be derived from the PYTHON word mark, and yet the PSF itself has never used the derived mark, assuming the trademark by the PSF will presumably require fiscal sponsorship or some other arrangement between IPython and the PSF. Mostly TBD. Beginning of March: Permission for Steve Holden <steve at holdenweb.com> to use the name "Open Python" and the Python logo embedded...
...de (GSoC) A. Riley, Google Summer of Code (GSoC), reported on the issues and/or blockages this program is currently faced with. He said: A handful of students requested by mentors did not fulfill the required first patch. I worked with some of them in the final hours of selections to get this fixed, students who did not respond or were unable to do this were removed from consideration. No exceptions were made. We had three students selected who were also selected by other Google Summer of Code...
...default. The recommended practice for memory allocation and deallocation has been streamlined. A header file is included, Misc/pymemcompat.h, which can be bundled with 3rd party extensions and lets them use the same API with Python versions from 1.5.2 onwards. PyErr_Display will provide file and line information for all exceptions that have an attribute print_file_and_line, not just SyntaxErrors. The UTF-8 codec will now encode and decode Unicode surrogates correctly and without raising exce...
...dents, from non-computer science major undergraduates, down to secondary school and eventually lower- and middle-school students. The approach for each of these grade levels may differ so as to better relate to and reach students as they mature, but CP4E strives to provide a unified approach which will grow as the student grows, presenting richer and more in-depth topic material along the way. The initial effort will focus mainly on high school and undergraduate students. CNRI will develo...
...dec in charge of the requested encoding returns as object, e.g. Unicode codecs will return Unicode objects when decoding is requested ("הצ".decode("latin-1") will return u"הצ"). This enables codec writer to create codecs for various simple to use conversions. New codecs were added to demonstrate these new features (the .encode() and .decode() columns indicate the type of the returned objects): Name .encode() .decode() Description uu string string UU codec...
If you didn't find what you need, try your search in the Python language documentation.