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.
...next Board meeting which is scheduled for December 21, 2009. 11 Treasurer Report The monthly Treasurer's Report was provided to Board members by K. Kaiser prior to the Board meeting. 12 Adjournment With no time to discuss the remaining business, at 18:01 UTC S. Holden adjourned the meeting, to continue on December 21.
...Next week, I plan to start the transfer of the domains that Arc has access to. A new email alias psf-domains at python.org was setup, so that the board list no longer gets all the domain email. Issues Some transfer problems like emails not coming through, but nothing serious. 6 Oregon University Open Source Labs Donation RESOLVED, that the PSF make a donation to the Oregon State University Foundation for the Oregon State University Open Source Labs in the amount of $...
...next-method", and is more powerful than the super call found in single-inheritance languages like Java or Smalltalk. C++ has neither form of super call, relying instead on an explicit mechanism similar to that used in classic Python. (The term "cooperative method" comes from "Putting Metaclasses to Work".) As a refresher, let's first review the traditional, non-cooperative super call. When a class C derives from a base class B, C often wants to override a method m defined in B. A "...
...Next(): it is now safe to call PyDict_SetItem() with a key that's already in the dictionary during a PyDict_Next() iteration. This used to fail occasionally when a dictionary resize operation could be triggered that would rehash all the keys. All other modifications to the dictionary are still off-limits during a PyDict_Next() iteration! New extended APIs related to passing compiler variables around. New abstract APIs PyObject_IsInstance(), PyObject_IsSubclass() implement isinstance() and issub...
Frank Willison Memorial Award Contributions can encompass so much more than code. A successful software community requires time, dedication, communication, and education as well as elegant code. With the Frank Willison Memorial Award, we hoped to acknowledge all of those things. —Tim O'Reilly The Frank Willison Memorial Award for Contributions to the Python Community is given annually to a person judged to have made an outstanding contribution to the Python community. The award was ...
...next link for 2.2.1-2. <li><a href="/ftp/python/2.2.1/rpms/python2-2.2.1-2.src.rpm"> python2-2.2.1-2.src.rpm</a> <li>(optional) <a href="/ftp/python/2.1/expat-1.1-4tummy.src.rpm"> expat-1.1-4tummy.src.rpm</a> (Needed for building Python SRPM, for systems that don't provide expat-devel) </ul> <li>Red Hat 7.3 Binaries: <br /><b>RH 7.3 Note:</b> Red Hat 7.3 ships with a copy of Python 2.2 (not 2.2.1). <ul> ...
...Next, think about whether your event is consistent with the branding goal of the PyCon name. PyCon events are generally characterized as larger conferences, targeted at a worldwide, national or regional audience. You can visit https://pycon.org/ to get a better idea of the scale and focus of different PyCons around the world. We require conferences using the name "PyCon" to be accessible to the general public, to have reasonable pricing, and to have a Code Of Conduct. The events are us...
...next token. Token numbers identify tokens. In addition, the yylval variable carries the semantic value. Older versions of BisonGen generate flex files from token definitions given XML; the recent versions generate re-style regular expressions from similar XML specifications. Error handling also follows the YACC tradition: an yyerror function is invoked. Since unwinding out of a bison parser run is not easy, this function normally only sets a global variable, which is then checked w...
...next()) i += 1 Generator comprehensions I don't think it's worth the trouble. I expect it will take a lot of work to hack it into the code generator: it has to create a separate code object in order to be a generator. List comprehensions are inlined, so I expect that the generator comprehension code generator can't share much with the list comprehension code generator. And this for something that's not that common and easily done by writing a 2-li...
...next year's PyCon conference. Link to Conference Schedule(s): https://us.pycon.org/2020/online/, https://us.pycon.org/2020/events/edusummit/, https://us.pycon.org/2020/hatchery/mentoredsprints/, https://us.pycon.org/2020/hatchery/trainers/, https://us.pycon.org/2020/hatchery/beginnersdata/ Link to Registration Page: https://us.pycon.org/2020/online/ Link to Conference Prospectus: https://us.pycon.org/2020/sponsors/prospectus/ Code of Conduct: https://us.pycon.org/2020/about/code-of-c...
...Next: complete & send to Steve] Status: active. [50] Originally from 12 March 2009, Section 8, Account Signature Authority: K. Kaiser will obtain signature cards from the PSF's bank and coordinate their signing. [Update 2010-02-06: Sig cards sent to Tim/Steve] Status: active. [51] Originally from 27 March 2009, Section 4, New Members: D. Goodger and P. Campbell will inform the new members of their election, invite them to join the psf-members list, and will update the membership records. ...
...next() is similar to f.readline() when EOF is not reached; however, f.next() uses a readahead buffer that messes up the file position, so mixing f.next() and f.readline() (or other methods) doesn't work right. Calling f.seek() drops the readahead buffer, but other operations don't. It so happens that this gives a nice additional speed boost to "for line in file:"; the xreadlines method and corresponding module are now obsolete. Thanks to Oren Tirosh! Encoding declarations (PEP 263, ...
EDU-SIG: Python in Education EDU-SIG: Python in Education More and more, Python is making inroads at all levels in education. Python offers an interactive environment in which to explore procedural, functional and object oriented approaches to problem solving. Its high level data structures and clear syntax make it an ideal first language, while the large number of existing libraries make it suitable to tackle almost any programming tasks. Edu-sig, through its mailing list, provides an infor...
...next election. Approved 7-0-1 by IRC vote, 29 March, 2013. RESOLVED, that the board withdraws the resolution on 2013-03-05 to put the initial Python Community Code of Conduct up for membership vote in the next election, and instead lets the membership vote on whether they (a) want the PSF to establish a code of conduct for the Python community, and (b) want the PSF to establish a code of conduct for the PSF, at the next election. The details of the code of conduct will be worked out by a work ...
...next generation warehouse and has helped legacy warehouse in security (disabling unsupported OpenID) and cutting bandwidth costs by compressing 404 images. June 2018 The Q2 award went to Mario Corchero for his leadership of the organization of PyConES, PyLondinium, and the PyCon Charlas track in 2018. His work has been instrumental in promoting the use of Python and fostering Python communities in Spain, Latin America, and the UK. The Q2 award also went to Chukwudi Nwachukwu for his contrib...
If you didn't find what you need, try your search in the Python language documentation.