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.
...local variable is known to the compiler but undefined when used, a new exception UnboundLocalError is raised. This is a class derived from NameError so code catching NameError should still work. The purpose is to provide better diagnostics in the following example: x = 1 def f(): print x x = x+1 This used to raise a NameError on the print statement, which confused even experienced Python programmers (especially if there are several hundreds of lines of code between the reference and t...
...local user groups wishing to promote Python at their events." 5.6 Moving PyPI to Amazon CloudFront The project leader, M.A. Lemburg, Moving PyPI to Amazon CloudFront, reported progress on this project for the month: "We have setup the Amazon account for Amazon Web Services (AWS) and enabled S3 and CloudFront. Since we don't want to get into issues with respect to the PyPI content being subject to US regulations, we will be using the European facilities of Amazon in I...
...local user groups wishing to promote Python at their events." Moving PyPI to Amazon CloudFront -------------------------------- The project leader, M.A. Lemburg, Moving PyPI to Amazon CloudFront, reported on progress for the month: "The project is currently on hold, since the team members don't have time to put into this. If anyone wants to join, please let me know. In terms of having any issues surrounding his project, M. A. Lemburg reported no issues except that he just does not have eno...
...} } @media (max-width: 767px) { .section-card { padding-top: 50px; } } @media (min-width: 768px) { .section-card .col.col-6:nth-child(even) { padding-left: 43px; } } .card { display: flex; align-items: center; } @media (max-width: 767px) { .card { flex-direction: column; margin-bottom: 30px; } } .card-info { position: relative; width: 50%; } @media (max-width: 767px) { .card-info { padding-top: 20px; } } @med...
PSF Officers & Board Members Officers & Directors by Year 2024-2025 2023-2024 2022-2023 2021-2022 2020-2021 Earlier Officers & Directors by Name Officers By Title Officers & Directors by Year See also Duties & Responsibilities of Directors 2024-2025 Officers President/Chair: Dawn Wages Vice Chair Elect: Chris Neugebauer Vice Chair: Tania Allard Executive Director: Deb Nicholson Secretary: Deb Nicholson Assistant Secretaries: Olivia Sauls Treasurer: Georgi Ker PyCo...
...locally, updating the database with the results. Test results are visible at any time using a web interface, which also makes it easy to ask a particular machine to drop out of the build once it has finished running it's current batch of tests. Once all test records are marked as either pass or fail, we know the build is complete. Problems 3rd Party GUI Components with Win32 API calls means Windows Only IronPython is a Microsoft .NET Language, and as such, is ostensibly limited to running on...
...local groups, encourage people to make use of the Python events calendars: http://wiki.python.org/moin/PythonEventsCalendar and help maintain it. New Activities None Planned for Next Month None Ongoing Projects PSF at conferences PSF Marketing Work Group Python Events Calendar Tabled Activities None Issues / Blockages None 5.5 PSF Domains Report Continued Activities from Last Month Register pycon TLDs No progress yet, since the board hasn't...
...local user groups wishing to promote Python at their events." 5.5 Moving PyPI to Amazon CloudFront The project leader, M.A. Lemburg, Moving PyPI to Amazon CloudFront, reported on progress for the month: "The project is currently on hold, since the team members don't have time to put into this. If anyone wants to join, please let me know." In terms of having any issues surrounding his project, M. A. Lemburg reported no issues except that he just does not have eno...
...}); } );
...}" PEP 216 - Docstring Format - Zadka This has very little contents. Maybe it should be withdrawn? There are several other PEPs that deal with doc strings, notably 256-258, which I like much better. PEP 228 - Reworking Python's Numeric Model - Zadka, van Rossum This is way too much Py-in-the-sky. There are way too many unresolved issues, and many aren't even mentioned in the PEP. I think it should be rejected; maybe if there is interest in the future a task force or SI...
...local accounting services. They were getting $35/hr for the bookkeepers and $75/hr for the principal." M. von Löwis: "I would also defer this to K. Kaiser's advise, if he thinks it will help him, I'll support it." S. Holden: "A part of this is faster record-keeping and a part of it is budgeting..." K. Kaiser: "I think that budgeting is largely up to us and the PyCon organization. A. Kuchling: "Could we speed up record-keeping by switching to a web-based account...
...local user groups wishing to promote Python at their events. 5.4 Moving PyPI to Amazon CloudFront The project leader, M.A. Lemburg, Moving PyPI to Amazon CloudFront, reported on progress for the month: "The project is currently on hold, since the team members don't have time to put into this." In terms of having any issues surrounding his project, M. A. Lemburg reported no issues except one: he said, he just does not have enough time to devote to his Moving PyPI to ...
...local user groups wishing to promote Python at their events." 5.5 Moving PyPI to Amazon CloudFront The project leader, M.A. Lemburg, Moving PyPI to Amazon CloudFront, reported progress on this project for the month: "There has not been much progress on the project in the last four weeks." In terms of having any issues surrounding his project, M. A. Lemburg reported no issues except that he just does not have enough time to devote to his Moving PyPI to Amazon Clo...
...local user groups wishing to promote Python at their events." 5.5 Moving PyPI to Amazon CloudFront The project leader, M.A. Lemburg, Moving PyPI to Amazon CloudFront, reported progress on this project for the month: "No one on the team has had time to work on the project in the last 4 weeks. By shutting down the EC2 instance, we have reduced the monthly costs to USD 4.01, which is significantly down from the USD 70-80 we had to pay with the EC2 instance up and runnin...
...local user groups wishing to promote Python at their events." 5.4 Moving PyPI to Amazon CloudFront The project leader, M.A. Lemburg, Moving PyPI to Amazon CloudFront, reported on progress for the month: "The project is currently on hold, since the team members don't have time to put into this." In terms of having any issues surrounding his project, M. A. Lemburg reported no issues except one: he said, he just does not have enough time to devote to his Moving PyP...
...local user groups wishing to promote Python at their events. Board Meeting Discussion: S. Holden: "M.A. Lemburg, do you think the marketing project needs help, or can you find all the input you need?" M. A. Lemburg: "We are having problems getting the leads to submit usable content, but I don't think anyone can really help with that. We'll be in touch once we have the sponsoring page with payment options set up." S. Holden: "Okay. There is a Brazilian media company that...
...local user groups wishing to promote Python at their events. 5.6 Moving PyPI to Amazon CloudFront The project leader, M.A. Lemburg, Moving PyPI to Amazon CloudFront, reported on progress for the month: "The project is currently on hold, since the team members don't have time to put into this." In terms of having any issues surrounding his project, M. A. Lemburg reported no issues except one: he said, he just does not have enough time to devote to his Moving PyPI to ...
...local declaration from PEP 3104: >>> def f(x): ... def inc(): ... nonlocal x ... x += 1 ... return x ... return inc ... >>> inc = f(0) >>> inc() 1 >>> inc() 2 Moved intern() to sys.intern(). exec is now a function. Renamed nb_nonzero to nb_bool and __nonzero__ to __bool__. Classic classes are a thing of the past. All classes are new style. Exceptions must derive from BaseException. Integer division always returns a floa...
...local user groups wishing to promote Python at their events." 5.5 Moving PyPI to Amazon CloudFront The project leader, M.A. Lemburg, Moving PyPI to Amazon CloudFront, reported progress on this project for the month: "The project is currently on hold, since the team members don't have time to put into this. If anyone wants to join, please let me know. In order to save hosting costs, we have shut down the EC2 instance we've been using, so we're now just paying for the ...
...local user groups wishing to promote Python at their events. 5.3 Moving PyPI to Amazon CloudFront The project leader, M.A. Lemburg, Moving PyPI to Amazon CloudFront, reported on progress for the month: "The project is currently on hold, since the team members don't have time to put into this." In terms of having any issues surrounding his project, M. A. Lemburg reported no issues except one: he said, he just does not have enough time to devote to his Moving PyPI to ...
If you didn't find what you need, try your search in the Python language documentation.