Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
12 Nov. from 12am UTC , 2017
Location: Denver, CO, USA
Version: None
Released: Oct. 12, 2014
Python 3.3.x has reached end-of-life. Python 3.3.7, the final security-fix release, is available here. This is a security-fix source-only release. The list of fixed security related issues can be found in the NEWS file. Major new features of the 3.3 series, compared to …
View Release Notes
...python.org/mailman/private/psf-board/2013-March/021119.html as representing a true and accurate record of the February 20 2013 meeting. Approved, 8-0-0. 3 Votes Taken Between Meetings There were no votes taken between meetings. 4 Reports Will be handed in the second meeting in March 2013. 5 Python Code of Conduct RESOLVED, that the board approves the initial Python Community Code of Conduct presented at http://wiki.python.org/psf/CodeOfC...
...Python This SIG was created to discuss and select a standard parser generator for Python; it has now been retired due to inactivity. The list of parser generators has moved to /topics/parsing.html.
...= "" lchr = chr for item in list: string = string + lchr(item) return string As expected, f4() was slower than f3(), but only by 25%; it was about 40% faster than f1() still. This is because local variable lookups are much faster than global or built-in variable lookups: the Python "compiler" optimizes most function bodies so that for local variables, no dictionary lookup is necessary, but a simple array indexing operation is sufficient. T...
...Python Project Nights Python CDMX Python SV SciPy India PyCon Italia 2026 Django Girls Mombasa 2026 Python St. Louis (PySTL) DurianPy Meetup PySphere EuroPython Society Django Girls Maputo 2026 Helsinki Python Pythonistas GDL PyCon AU 2026 PyTexas 2026 PythonAsia 2026
23 April from 9am UTC to 11am UTC, 2014
Location: University of Petroleum & Energy Studies,Bidholi,Dehradun-248007, India
https://www.facebook.com/events/609301302489332/
11 Feb. from 12am UTC to 2am UTC, 2015
Location: Speak Easy, 5255 Winthrop Avenue, Indianapolis, IN 46220, United States
IndyPy Monthly Meetup
05 April from 12am UTC , 2015
Location: Demirchi Tower, Khojali Avenue 37, Baku, Azerbaijan
Django Weekend
24 May from 6pm UTC to 7:30pm UTC, 2020
Location: online
Meetup link (online)
12 Sept. from 7am UTC to 9:30am UTC, 2022
Location: Online, New Zealand
New Zealand Python User Group - Hamilton
05 Oct. from 5:30am UTC to 6:30am UTC, 2022
Location: Online from New Zealand
New Zealand Python User Group - Auckland
Released: Feb. 2, 2021
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 release, 3.10.0a5 is the fifth of seven planned alpha releases. Alpha releases are intended to make it easier to test the current …
...========== The following members of the Board of Directors were present at the meeting: David Ascher, Stephan Deibel, Jeremy Hylton, Guido van Rossum, Steve Holden, and Tim Peters. David Goodger (not in attendance) prepared these minutes from the IRC log recorded by S. Deibel. Meeting minutes of past meetings ================================ The November minutes were approved with a 4-0-2 vote. Grants Committee ================ The PSF lawyer will draft a proposal contract letter that gr...
Released: Nov. 15, 2022
This is an early developer preview of Python 3.12. Major new features of the 3.12 series, compared to 3.11 Python 3.12 is still in development. This release, 3.12.0a2 is the second of seven planned alpha releases. Alpha releases are intended to make it easier to test …
...= nov4(17), ei = nov4(18), e = 'allerton_hawthorne:e', si = nov10(381), s = 'hall:s', wi = nov4(16), w = 'markliesl:w' ) Because of the keyword syntax, I can omit arguments that don't apply for the particular spot. Now I have an almost declarative syntax that is handy for creating common structures, but without having to write an interpreter for a new mini-language. And if I have an unusual case that needs full Python, it is available to me. The world and the program to suppor...
Python Software Foundation: Minutes of Board of Directors Meeting (June 10, 2003) The Python Software Foundation Minutes of Regular Meeting of the Board of Directors June 10, 2003 A regular meeting of the Python Software Foundation (the "PSF") Board of Directors was held over Internet Relay Chat at 17:00 GMT. Guido van Rossum, president of the Foundation and chairman of the Board, presided at the meeting. 1. Attendance The following members of the Board of Directors were present at the...
From 29 March through 30 March, 2014
Location: GFU Cyrus AG, Am Grauen Stein 27, 51105 Cologne
PythonCamp 2014
21 Jan. from 5pm UTC to 7pm UTC, 2014
Location: Bürgerhaus Düsseldorfer Arcaden, Raum 1, 2. OG, Bachstr. 145, 40217 Düsseldorf, Germany
For more details, please visit: http://pyddf.de/
24 Feb. from 10am UTC to 12pm UTC, 2018
Location: Porto i/o, Rua de Cândido dos Reis 81, Porto, Portugal
Python Porto Meetup
If you didn't find what you need, try your search in the Python language documentation.