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.
...ince attendee interest in this has dwindled since the summer of 2013. Sponsor Reg and Housing: This is continuing. I am assisting CTE with special sponsor requests and issues. Every time a new batch of sponsors sign up, I send them PyCon information and also send their info to CTE so CTE may send out their reg instructions and promo codes. Expo Hall: The sponsors have been sent all information regarding the expo hall and deadlines. Budgeting: I continue to invoice incoming sponsors and updating ...
Version: None
Released: Jan. 14, 2025
Hello, three dot fourteen dot zero alpha four! This is an early developer preview of Python 3.14 Major new features of the 3.14 series, compared to 3.13 Python 3.14 is still in development. This release, 3.14.0a4, is the fourth of seven planned alpha releases. Alpha releases are intended to make …
View Release Notes
...Index (for quick access to all modules) Library Reference (keep this under your pillow) Macintosh Library Modules (this too, if you use a Macintosh) Language Reference (for language lawyers) Extending and Embedding (tutorial for C/C++ programmers) Python/C API (reference for C/C++ programmers) Documenting Python (information for documentation authors) Installing Python Modules (information for installers & sys-admins) Distributing Python Modules (sharing modules with ...
...ing members were absent: Thomas Wouters, Martin von Loewis. Thomas was logged in to capture the conversation. A quorum was present. 2. Administrative items Member meeting minutes. Jeremy Hylton promised to send out the (draft) minutes of the recent member meeting today. Invoices. Jeremy Hylton will send out invoices to current and new sponsors; for new sponsors, he commits to sending out the invoice within a week of receiving he application form. It is noted that sponsorship ...
...in a higher level. A lazy programmer can obtain the MRO directly from Python 2.2, since in this case it coincides with the Python 2.3 linearization. It is enough to invoke the .mro() method of class A: >>> A.mro() (<class '__main__.A'>, <class '__main__.B'>, <class '__main__.E'>, <class '__main__.C'>, <class '__main__.D'>, <class '__main__.F'>, <type 'object'>) Finally, let me consider the example discussed in the first section, involving a s...
...ing on floor plans for all of the meeting room space. 8.11 PyCon Housing Management Housing is beginning to sell out. As mentioned previously, I am working on getting rooms at the Marriott for $99/night. 8.12 PyCon Internet Starting to finalize the internet needs for 2013. Working with SmartCity on this. 8.13 PyCon Printing Initiated contact with printer in CA for 2013. 8.14 PyCon Registration Management I have d...
...print "Conformability error" # print "Class signature: " + `class_sig` # print "Dictionary keys: " + `dict_keys` print "Not matched in class signature: " + `setdiff(class_sig, common)` print "Not matched in dictionary keys: " + `setdiff(dict_keys, common)` sys.exit(1) else: for x in dict_keys: setattr(toclass, x, fromdict[x]) Listing 3 # The tricky part -- initializing objects from the...
Released: Dec. 6, 2022
This is a security release of Python 3.9 Note: The release you're looking at is Python 3.9.16, a security bugfix release for the legacy 3.9 series. Python 3.11 is now the latest feature release series of Python 3. Get the latest release of 3.11.x here. Security content in this …
...information on licensing and the PSF contribution process, please see the PSF Licensing FAQ. Submission instructions We accept contributor agreements through an online form. You can also submit the agreement by postal mail, fax, or by email. Please print a copy of the form, fill out your name, address, and initial license, sign it, and either send via postal mail to Python Software Foundation c/o Secretary 9450 SW Gemini Dr. ECM# 90772 Beaverton, OR 97008 USA or sen...
...ing this packet out to the sponsors along with printing info and all deadlines. Childcare: We will be working on finalizing the details for childcare. PyCon Dinner: We will be working on finalizing the details for the PyCon Dinner and possibly adding it to the registration site. Hotel Rooms: I will be looking into possibly adding more hotel rooms. This will be based on an analysis of registration/housing in a couple of weeks. Ongoing Projects Financial Aid 2016/2017 RFPs Updating PyCon 201...
Released: Nov. 19, 2024
This is an early developer preview of Python 3.14 Major new features of the 3.14 series, compared to 3.13 Python 3.14 is still in development. This release, 3.14.0a2 is the second of seven planned alpha releases. Alpha releases are intended to make it easier to test the current state of …
...in October. For PyCon Ireland 2013, we had ordered a smaller roll-up version which will stay in Ireland to reduce the shipping costs overhead. PSF Marketing Work Group Going forward, I'd like to setup a new PSF working group for managing and coordinating PSF marketing activities. This will hopefully happen in the next few months, available time permitting. If anyone is interested in joining such a working group, please let me know. Python Events Calendar I'm continuing discussions with nationa...
...in Ireland to reduce the shipping costs overhead (shipping to and from Ireland would cost more than the production costs of the kit). PSF Marketing Work Group Going forward, I'd like to setup a new PSF working group for managing and coordinating PSF marketing activities. This will hopefully happen in the next few months, available time permitting. If anyone is interested in joining such a working group, please let me know. Python.org Wikis Not really directly related to community rel...
...ing, a proxy. Be sure that your designated proxy will be attending the meeting and is willing to act as your proxy. PSF members who have indicated their willingness to act as proxy are listed in the meeting agenda. The text source of this form can be found here (suitable for emailing). As a member of the Python Software Foundation (PSF), I hereby appoint ____________________________________________________________________ [Print the name of the person you are appointing as your proxy.] as...
...inued invoicing PyCon 2012 Sponsors and began collecting receipts. We're well into the process, as can be seen by a further 104K increase in Deferred Revenue and a matching increase in our current asset account balance." Kurt concludes his report with a list of financial business items he will be focused on, he said: "My focus is on PSF Sponsor invoicing, Federal taxes, PyCon invoicing, the Associate Member program, and AR reduction. I'm also looking into fiscal sponsorship issues.&quo...
...inancial Aid integration and site responsiveness. 5.2 Administrator Report Board Agenda / Minutes I continue to write up the Board Agenda and keep it up to date. I continue to write up the Board Meeting minutes. Grant and Award Notification I continue to notify respective parties of board resolutions. Email and Communication I am continuing to monitor all PSF Board/Members mailing lists also making sure emails a re being answered/followed up on. I am continui...
If you didn't find what you need, try your search in the Python language documentation.