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.
...Lists Python Mailing Lists and Newsgroups Here's an overview of the mail and news resources for python. For a complete listing of python.org's public mailing lists, check both lists hosted on Mailman 2 and lists hosted on Mailman 3. To request a new list, send e-mail to postmaster @ python.org; please check first to make sure a similar list does not already exist. Mailing lists for users speaking languages other than English are listed in the non-English python resources guide, which incl...
...list. This will be the person who manages specifics of the mailing list, such as subscribe/unsubscribe approvals (if necessary), approving held posts, etc. There is always a real person on the other end of this address, so if you need to contact a human being, this is the address to use. Mailing List Policy Each mailing list has a policy for such things as who can join the list, or post messages, etc. In general all SIG lists have the following (fairly lax) policy. SIG owners are given th...
...list (signup there) The list archives (The current archive is only available to the list members.) The Python Developer's Guide should be your first stop - we will be adding to it based on feedback from the mentorship list The Python bug tracker you're going to want to bookmark it. The Python Discourse instance Code of Conduct The following code of conduct is not meant as a means for punishment, action or censorship for the mailing list or project. Instead, it is meant to set the tone and exp...
...Listings There are quite a number of Python conferences happening all year around and in many parts of the world. Many of them are taking place yearly or even more frequent: Python Conferences List on the Python Wiki -- this is the main and most complete list of conferences around the world Subsets of this list are also available on other sites: pycon.org -- lists a subset of mostly national Python conferences PyData -- listings of Python conferences specializing in AI & Data Science Sev...
...list [97, 98, 99] should be converted to the string 'abc'. Let's assume we want to write a function to do this. The first version I came up with was totally straightforward: def f1(list): string = "" for item in list: string = string + chr(item) return string That can't be the fastest way to do it, said my friend. How about this one: def f2(list): return reduce(lambda string, item: string + chr(item), list, "") ...
...list will be rejected, but the archives of the old list are still available for perusal. See the SIGs home page for info about active and inactive lists. This is forum for discussion of ideas, designs, and implementations of enhancements to Python's string processing capabilities. In particular, this list helped develop a new implementation of regular expression pattern matching capabilities with a compatable syntax to Perl. ...
...list will be rejected, but the archives of the old list are still available for perusal. See the SIGs home page for info about active and inactive lists. This list was intended for the discussion of the issues concerning the Python programming environment - the facilities, including editors, interpreter, debuggers, browsers, documentation, and so forth, instrumental in the actual act of Python programming. Discussions may cover use of and problems with existing facilitie...
...list, including the membership. To change list options, visit: http://mail.python.org/mailman/admin/<sig-name> To change a subscriber's options, visit the listinfo page for the sig: http://mail.python.org/mailman/listinfo/<sig-name> and click on "View Subscriber List" or enter the user's address to go to the options page for the user. You can then use the list administrator's password to authorize option changes or unsubscribe the user. Finally, the list administra...
...list will be rejected, but the archives of the old list are still available for perusal. See the SIGs home page for info about active and inactive lists. Further information: Pipermail archives Findmail archives The old list mission statement
...list will be rejected, but the archives of the old list are still available for perusal. See the SIGs home page for info about active and inactive lists. Further information: eGroups archives The old list mission statement The catalog-sig can be seen as a revival of the locator-sig.
...list will be rejected, but the archives of the old list are still available for perusal. See the SIGs home page for info about active and inactive lists. The purpose of this list is to develop, coddle together, adopt or otherwise make available Python tools for plotting of scientific and business plots of data. Topic Issues Archives
...list (bullet) element. (Note: In list paragraphs it is not necessary to separate each list item with a blank line.) A paragraph that begins with a sequence of digits followed by a white-space character is treated as an ordered list element. A paragraph that begins with a sequence of sequences, where each sequence is a sequence of digits or a sequence of letters followed by a period, is treated as an ordered l...
...list is intended to work through and resolve issues related to tabular database access from Python. Being somewhat related, this list may also cover persistency issues in Python. The list will cover a number of topics, attempting to produce documentation, modules, and/or sample code.
...list will be rejected, but the archives of the old list are still available for perusal. See the SIGs home page for info about active and inactive lists. This list's mission is to improve the status of threading in Python. Specifically: Python will have a sufficiently powerful threading interface that users can concentrate on using threads rather than writing threading tools. There will be sufficient Python threading documentation. ...
...Lists SIG on PSF SIGs and Mailing Lists This SIG exists in order to discuss creation of and policies for PSF Special Interest Groups, and the mailing lists to support them. SIG Creation Guidelines SIG Coordinator Info Subscribing to the maillist Archives
...list will be rejected, but the Archives of the old list are still available for perusal by historians. Note that for technical questions, these archives are likely to be wrong or misleading; see the archives of the new list. Numerical Python The Numerical Python home page: numpy.sf.net. The Numerical Python mailing list: numpy-discussion. Resources The SourceForge project page for Numerical Python The new Topic Guide for Python and Scientific Com...
...listed in the Wiki on the VolunteerOpportunities page. Job seekers: We also have an RSS feed which lists the employer, location and a snippet of each posting. Do not send us your resume. We're not set up to process resumes, and they will be thrown away unread. You can submit your resume to the job boards listed on the left instead. You can also look at the wiki list of job boards for additional job boards with a focus on Python.
...list. Mailing Lists There are four mailing lists for python.org maintainers; many maintainers are on all the lists. pydotorg-www This is a public discussion list for anyone interested in the development of the python.org website. webmaster (Autoreply text) Mail that's sent to the webmaster goes to this list. There is an auto-responder that returns a general reply, answering a number of the most common questions and providing information about other sources of help. If you think the auto-r...
...list will be rejected, but the archives of the old list are still available for perusal. See the SIGs home page for info about active and inactive lists. Over a dozen graphical user-interface Python modules have been developed. While this speaks to the power of Python's extension capabilities, there is significant interest in defining a commonly available GUI system for Python that would facilitate the interchange of and cooperation on tools, such as software development environm...
If you didn't find what you need, try your search in the Python language documentation.