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.
...released version of the document was 1.2.2. Version 1.3 was approved by the PSF board January 8, 2007. It clarifies how the policy relates to nominative use rules, and adjusts the derived logo examples to avoid unnecessary restrictions on commercial use of certain types of derived logos. Helping Out As a member of the Python community, please keep an eye out for questionable uses of the Python logo and "Python" word mark. You can report potential misuse to The PSF Trademarks Commit...
...release without strong cryptography. The old bsddb module code is still available as the bsddb185 module, but this is not built by default. Should you still be using a system which only has Berkeley DB 1.85 installed (often indicated by the presence of /usr/include/db.h but not /usr/lib/libdb.a file), the following changes should keep you running. Add this line: bsddb185 bsddbmodule.c to Modules/Setup. In most cases you should not require any -I, -L or -l flags. It seems on those systems wh...
...released the PyTexas sponsor payment collection webpages to production, integrated into the PyTexas wiki. Next task: HAM signup webpages. My focus is on PSF Sponsor invoicing, Federal taxes, the Associate Member program, AR and AP reduction. It was necessary to accomplish the CiviContribute milestone first, because signing up Associate members online via CiviMember requires the ability to collect membership fees online. The capability of repetiti...
...released. Package authors may also decide not to support it, if they don't see a use for importing * from their package. For example, the file Sounds/Effects/__init__.py could contain the following code: __all__ = ["echo", "surround", "reverse"] This would mean that from Sound.Effects import * would import the three named submodules of the Sound package. If __all__ is not defined, the statement from Sound.Effects import * does not import all submodules from the package Sound...
...Release Manager. RESOLVED, that Noufal Ibrahim and Barry Warsaw receive PSF Community Service Awards. Approved, 8-0-0. [100] P. Campbell will mail out awards to 3rd quarter recipients of the PSF Community Service Award. [101] S. Holden will write a congratulatory letter to the 3rd quarter PSF Community Service Award recipients and write a PSF blog entry about their contributions to the community. 8 Motion to Adopt a Diversity Statement The board discussed the adoption of a di...
...releases by some mysterious benefactor inside the organization using a random process I've given up trying to understand. One of them was Programming Python . I found this somewhat interesting, as I collect computer languages. I know over two dozen general-purpose languages, write compilers and interpreters for fun, and have designed any number of special-purpose languages and markup formalisms myself. My most recently completed project, as I write this, is a special-purpose language called SNG ...
...releases. Ensure that content and design for such materials is consistent and appropriate with the mission and requirements of the Python Software Foundation and the needs and ideals of the Python open source community. Develop and manage brand identities associated with the Python Software Foundation and Python. Actively promote Python in commercial, governmental and educational contexts, in order to facilitate the recruitment of new users and contributors to Python. Python Conference Commi...
...release, etc.)." Further discussion on this topic was deferred to the next Board meeting on 12 October 2009. 7 Sponsor Membership Levels S. Holden: "We had a discussion on the mailing list of sponsor membership levels, but nothing was concluded. There seem to be two camps, one a "compute fees according to organization size", the other "have a flat fee and ask for additional contributions". I am personally in favor of a scale, or at least having di...
...released and plan on using them for the second edition. If you know possible sponsors or are interested in sponsoring the brochure yourself, please check the available sponsorship plans we have available: http://brochure.getpython.info/sponsorship Here's the media data for the brochure: http://brochure.getpython.info/mediadata Esp. the reference entry sponsorships should be interesting for smaller Python companies: http://brochure.getpython.info/mediadata/reference-entry-guidelines We will an...
...released (except for the Python 2 to Python 3 transition). Miscellaneous Python for secretaries: A resource site aimed at showing business users how to use a little bit of Python, focused entirely on helping them with their regular workaday duties. Freely-reusable data: Instructors often have need of meanful data for constructing programming exercises. To support this usage, many in the educational community have contributed freely-reusable data on which to build. Software Carpentry by Greg...
...release the policy text to the public domain. T. Peters noted that "our last lawyer (Larry Rosen) insisted that it was legally meaningless for us to try to put anything in the 'public domain'". D. Goodger mentioned the CC0 license as a possibility. RESOLVED, that the Trademark Policy be published under the Creative Commons 3.0 Attribution license at http://creativecommons.org/licenses/by/3.0/us/. Defeated, 4-5-1. After further discussion the initial vote was defeated and the Board a...
...release. 5.4 Infrastructure Committee S. Reifschneider, Infrastructure Committee Chair, reported on continued activities from last month. He wrote: Hosting Project: Discussions are still ongoing with regards to OSU/OSL and other hosting provider (whos name I can never remember). Have not heard any updates on this project, will ask about it. Arc Riley is planning to transfer these domains: jython.com jython.net psfb.org psfmember.com psfmember.net psfmember.org python3.org ...
...Release Manager since Python 3.2, and the Release Manager for Python 3.6 and 3.7. Approved; 7-0-0, 2022-12-14 RESOLVED, that the Python Software Foundation award the 2022 Q3 Community Service Award to Carol Willing, for her work as a Python Core Developer and her years of service on the Python Steering Council. Approved; 7-0-0, 2022-12-14 RESOLVED, that the Python Software Foundation Board grant $5,120 USD to the How to Teach Python Teacher Training happening December 2, 2022 in Elbasan, Alban...
...released to the community, the feedback channels will be opened. The initial feedback will mostly go into improvements of the environment and teaching materials. This is where the community building begins. Curriculum Development A key goal of the CP4E effort is the development of a curriculum for teaching programming literacy to a range of students, from non-computer science major undergraduates, down to secondary school and eventually lower- and middle-school students. The approach for...
If you didn't find what you need, try your search in the Python language documentation.