Notice: This page displays a fallback because interactive scripts did not run. Possible causes include disabled JavaScript or failure to load scripts or stylesheets.
...list follow. The task can be divided into two parts, client and server. On the client side, a great deal of mechanism is available, but it's been developed in a patchwork fashion over the last 10 years. I'd suggest that we build a checklist based on looking at some client-side tool like curl, then add the ability to do everything in that checklist to Python's "httplib" module. Additional API sugar could also be added, probably in a new module. HTML and XML parsing are pretty solid, ...
...listed in here, please contact Andy Robinson with a brief bio. This list is a first draft and omits many key people on the sig, but you'll have to tell me about yourself to get listed! Marc-André Lemburg Implementing the core Unicode features Fredrik Lundh, Secret Labs AB Implementing the Unicode regex engine Andy Robinson, ReportLab Inc. SIG Moderator; Japanese speaker, and worked on Japanese conversion in Python for the past year at a mutual fund company. Re...
...list (basic members or above) Join the psf-vote@ mailing list and be an active voter (must be a Contributing, Managing, Supporting, and/or Fellow member) Nominate someone to be a Fellow member If you are a Fellow member already, join the Fellow Work Group to help vote in new Fellow members Nominate someone to receive a Community Service Award Interested in packaging? Check out the discussion on Discourse Help PyPI test out new beta features Follow PyCon on Twitter! Interested in Python in Educat...
...List_SetItem(list, index, item). It doesn't change the reference count of either the list or the item, but it is far from reference count neutral: it is neutral for the list, but it steals a reference from the item, and it expects you to hand it the item with the reference count already incremented. (This particular function and its buddy, PyTuple_SetItem(), are used most often to initialize lists/tuples with new objects that have been created with an initial reference count of 1, which...
...list 2. Reach out to folks via social media 3. Email the psf-community@ mailing list 4. Contact the PSF for a free mailing list for your user group/event. Additional virtual event resources put together by community organizers ACM tips Speaker tips from EuroPython FOSS Responder Discourse Interspace collection of OS tools Online facilitation & community management tips Virtual meeting dynamics Virtual Sprint tips Virtual Sprints using Discord [TBA] Experiences gained from PyCon US 20...
...list of feature to be installed on the local machine REMOVE - list of features to be removed ADDDEFAULT - list of features added in their default configuration (which is local for all Python features) REINSTALL - list of features to be reinstalled/repaired ADVERTISE - list of feature for which to perform an advertise installation There are a few additional properties available; see the MSDN documentation for details. With these options, adding ADDLOCAL=Extensions installs ...
...listed on the downloads page. This page only provides links to older releases which are not listed in the release database. Python 1.6.1 (September 2000) Python 1.5.2 (April 1999) Older source releases (1.0.1 - 1.6) Ancient source releases (pre 1.0) Python 1.5 binaries Python 1.4 binaries Python 1.3 binaries Python 1.2 binaries Python 1.1 binaries
...lists, website, job board, etc). Example Tasks Help find donors and sponsors Act as a PSF representative at a conference Do a mini-presentation on the PSF at your local users group Help with other initiatives, such as grants Participate in planning and organizing PyCon US Python Software Foundation Working Groups We also have PSF working groups comprised of volunteers. See the list of active working groups here. Please note that not all working groups are currently accepting new volunteers....
...list (by preference), or just a list of names. The board agreed that the ballot should not imply a preference. Marc-Andre reported concerns about the proposed change to the bylaws; in particular, Jeremy raised concerns that a lawyer should review such changes. He withdrew the motion, and the board agreed that the issue should be discussed at the member meeting. 4. Extension of early-bird fee deadline for PyCon Marc-Andre asked why the deadline for the early-bird fee was extended, and who made...
...lists, and says this is a no-go for him. David and Thomas agree; Marc-Andre is in favour of being one of the beneficiaries, but does not want to see further steps. Thomas adds that he misunderstood Affero's plan, and suggests that each list owners can decide on his own. Guido says that list owner will likely come to the same conclusion, making it a subscriber choice. So the PSF does not need to act. David says that we are already one of the Affero's funds. Tim reports that he cannot find the PS...
...list, on official Python blogs, in textbooks and technical articles, on social media, and to companies that sell Python support. How can I make sure announcements like this don't surprise me again? Buy Python support from a vendor, or subscribe to the Python announcement mailing list. I have more questions. Read this detailed list of Python 3 Questions and Answers.
...list of classes [C1, C2, ... , CN]. The head of the list is its first element: head = C1 whereas the tail is the rest of the list: tail = C2 ... CN. I shall also use the notation C + (C1 C2 ... CN) = C C1 C2 ... CN to denote the sum of the lists [C] + [C1, C2, ... ,CN]. Now I can explain how the MRO works in Python 2.3. Consider a class C in a multiple inheritance hierarchy, with C inheriting from the base classes B1, B2, ... , BN. We want to compute the linearization L[C] of the class C. T...
...list. Read the installation guide on Read the Docs. Start fixing issues listed in the pythondotorg issue tracker.
...listings are free. Please donate to the Python Software Foundation, a US scientific and educational public charity (non-profit). US organizations and individuals may be able to claim tax exemption on donations. Submission process Your listing will appear on the Job Board page and the RSS feed. To make the most of this, please follow the steps below: Create an account on python.org and then log in to the site Submit your job posting on the job submission page. Please take these notes into acc...
...listed here are various deprecated modules and features that may issue warnings: the warnings shouldn't affect the correct execution of your program, and they can be disabled with a command line option or programmatically; see the documentation for the warnings module. <p><li>Also not listed are new constructs that used to be an error (e.g. "key in dict" is now a valid test where formerly it would always raise an exception). <p><li>The dir() function behaves dif...
...listed at http://wiki.python.org/moin/LocalUserGroups Many of these user groups also have mailing lists in the locally preferred language.
...list as their home. Namely: setuptools zc.buildout If you are packaging a Python package, this SIG is probably a good starting point to ask questions. The goal of Distutils-SIG is also to try to catch the good bits and practices from third-party projects and insert them in Distutils itself to serve the community. If you are working on any tool that helps distributing packages, and think you can help making Distutils better, p...
...list of videos presented by staff and volunteers. All video topics pertain to the PSF and/or initiatives the PSF runs. Most recent videos are listed first and only through 2019 to keep things current! 2021 2020 2019
...list used for announcements to the PSF members, primarily regarding elections. Community Learn about the PSF Community Awards and see the list of past winners. Join the conversation on Discourse Volunteer for the PSF Code of Conduct You can find the Python Community Code of Conduct here. Membership You can sign up as a member here. Want to contact us? Visit How to reach the PSF.
If you didn't find what you need, try your search in the Python language documentation.