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.
24 June from 5pm UTC to 7pm UTC, 2014
Location: STX Next, Morawskiego 12 Street, Poznań, Poland
PyRa #11 - June Meet
...next/lang/
...next in graph[at]: if next not in dist: dist[next] = [dist[at], next] q.append(next) return dist.get(end) Note that this returns the path in a weird format, e.g., [[['A'], 'B'], 'D']. In particular, len(find_shortest_path(graph, 'A', 'D')) will give the incorrect answer (2, because the outer list is of length 2). This is because append is done as [dist[at], next] instead of dist[at]+[next]. The second method would use ...
...Next member meeting. 7. Python conferences in 2003 1. Last minutes The minutes from February 12th are approved with 4 ayes and two abstentions (Guido moves, Martin seconds). Approval of other minutes is deferred for a month. 2. Reports There were no reports. 3. New members Martin explains the Wiki page recording the application status, and reports that Barry Warsaw requested that new members subscribe themselves to the psf mailing list. Guido suggests that new member...
...next meeting 6 Django Weekend 7 Management of the PSF’s Web Properties 8 Other Business 9 Adjournment 1 Attendance The following members of the Board of Directors (9 of 11) were present at the meeting: Van Lindberg, Tim Peters, Jesse Noller, Brian Curtin, Jessica McKellar, Alex Gaynor, Brett Cannon, Lynn Root, and Doug Napoleone (joined after minutes were voted on). Also in attendance were Ewa Jodlowska (Se...
...Next board meeting Guido is on vacation from June 21 to July 8, and proposes to hold the next meeting on July 16th rather than the 9th. There are no objections. 7. Adjournment There being no further business, the meeting was adjourned at 1:48 pm EST.
Version: None
Released: Nov. 21, 2015
Python 2.7.11 release candidate 1 is the first release candidate for 2.7.11, the next bugfix release in the 2.x series.
View Release Notes
Released: May 11, 2015
Python 2.7.10 release candidate 1 is the first release candidate for 2.7.10, the next bugfix release in the 2.x series. It includes numerous bugfixes over 2.7.9.
Location: Remote Global
Telecommuting: Yes
We’ve partnered with a YC-backed AI tooling startup to find an Open Source Software Engineer who’s passionate about building developer tools for the LLM era. The company is developing a widely adopted, open-source framework for evaluating LLM applications, which is already used by engineers at top companies such as Google, …
...next couple of weeks. Jeremy reports the following cash flow: Greg Ward donated $50, Kevin Altis donated $100, Matthew Dixon Cowles donated $50. We also received a $500 check from ActiveState for conference sponsorship, a $10,416 check from Yet Another Society for registration fees, and a check from O'Reilly for $100 for sponshorship. The bill for insurance came and it is $500. Kurt DeMaagd from YAS reported on the total collected and the actual bank expenses. We need to double-check his math...
...next year. It also provides a first test of how dedicated the applicant is. Some projects did Skype or IRC interviews to assess the student's communication ability. Again, I'm not sure PSF projects had issues that this would have solved but I still liked it as an idea. Next year, if I'm admin, I'd really like not to be a mentor. I think there would be value in me being solely focused on admin (in part to implement some of the ideas listed here). Some projects had students create profile pages in...
...Next member meeting Sponsor member payment deadline PSF Member applications received 1) Last minutes Marc-Andre notes the minutes to ASF meetings carry timestamps in them. Jeremy points out a few comments and omissions he feels are out of place in official meeting minutes. The comments are taken into advisement for the next minutes, and Guido will adjust the last minutes to suit and post them for approval to the mailing list. Several points of order were raised, on the...
Released: April 15, 2018
Python 2.7.15 release candidate one is a preview release for Pthon 2.7.15, the next bug fix release in the Python 2.x series. Note Attention macOS users: as of 2.7.15, all python.org macOS installers ship with a builtin copy of OpenSSL. Additionally, there is a new additional installer variant for macOS …
...next meeting. The Board discussed creating a public relations committee to replace the Python Website committee, but decided not to create such a committee immediately. One question was the distinction between a public relations committee and the Public Support Committee. Von Löwis volunteered to chair a new grant committee. He will present a motion for its creation at the next board meeting. 4. Corporate address The Board agreed that its official address should be changed from its current...
...next meeting. The board re-appointed Deibel as chair of the public support committee. It created a new committee, the infrastrucure project management committee, with Richard Jones, Andrew Kuchling, and Barry Warsaw as initial members. Kuchling was appointed chair of the committee and vice president for infrastructure. The board encourage the committee to make concrete plans for improving python.org infrastructure and to address technical infrastructure broadly. 4. Business items from membe...
...next PyCon. Under consideration was a draft contract with the University of Maryland Community College (UMUC), and Marriott's conference center. Several board members expressed concern about the increase in costs; Peters said PyCon was supposed to be a low-cost community conference. Kuchling explained that the hotel food is the largest cost driver. Staying with George Washington University was discussed. The main issue is that PyCon's attendance might not fit into the meeting rooms that GWU can ...
Released: Nov. 19, 2019
This is an early developer preview of Python 3.9 Major new features of the 3.9 series, compared to 3.8 Python 3.9 is still in development. This releasee, 3.9.0a1 is the first of six planned alpha releases. Alpha releases are intended to make it easier to test the current state of …
Released: Dec. 7, 2020
This is an early developer preview of Python 3.10 Major new features of the 3.10 series, compared to 3.9 Python 3.10 is still in development. This releasee, 3.10.0a3 is the second of six planned alpha releases. Alpha releases are intended to make it easier to test the current state of …
...next month. 3. Negotiations for AV/Recording contracts will begin this month. AV/Recording is a significant cost for the conference - there will be some potentially heated discussions around this subject. 4. Preparation for the Call for Proposals (Tim Lesher, JKM) for 8/1 launch. The last two PyCon US items reported by Jesse were the "planned for next month" where he provided a list of the current Heads/Staff for PyCon 2012. Chair: Jesse No...
...next Members Meeting. It was RESOLVED that ActiveGrid is accepted as a pending Sponsor Member for approval by the PSF Membership at the next PSF member meeting (in March 2005). Approved 7-0-0. 6. PyCon Attendance: Travel and Accommodation Support Steve reported that Guido had requested funding to attend PyCon, as his employer would not fund the necessary travel and accommodation. Given Guido's special position in the Python community it was RESOLVED that the PSF will pay for Guido van R...
If you didn't find what you need, try your search in the Python language documentation.