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 and Newsgroups All Mailing Lists (to start a new list, send e-mail to postmaster(at)python.org) Python Wikis Planet Python Local User Groups Event Calendar Training Classes Writers/Editors
Python Security Reporting security issues with PyPI or a project hosted on PyPI See the security issue information for pypi.org here. Reporting security issues The Python Software Foundation and the Python developer community take security vulnerabilities very seriously. A Python Security Response Team (PSRT) has been formed that does triage on all reported vulnerabilities and works to resolve them. To reach the response team, send email to security at python dot org. Only the response te...
Python Software Foundation: Minutes of Board of Directors Meeting (February 8, 2005) The Python Software Foundation Minutes of Regular Meeting of the Board of Directors February 8, 2005 A regular meeting of the Python Software Foundation (the "PSF") Board of Directors was held over Internet Relay Chat at 1:00 EST. Stephan Deibel presided at the meeting. 1. Attendance The following members of the Board of Directors were present at the meeting: David Ascher, Jeremy Hylton, Tim Peters, St...
...lists and dictionaries. For instance, here's a simple graph (I can't use drawings in these columns, so I write down the graph's arcs): A -> B A -> C B -> C B -> D C -> D D -> C E -> F F -> C This graph has six nodes (A-F) and eight arcs. It can be represented by the following Python data structure: graph = {'A': ['B', 'C'], 'B': ['C', 'D'], 'C': ['D'], 'D': ['C'], 'E': ['F'], ...
Software Bill-of-Materials Information Information on CPython release artifacts Software Bills-of-Material (SBOMs) Background Starting with the Python 3.12.2 release, CPython release artifacts include Software Bill-of-Materials (SBOM) documents. This page provides guidance on downloading and using Software Bill-of-Materials documents describing CPython release artifacts. Currently SBOM documents are only available for source code releases. What is a Software Bill-of-Materials (SBOM)? Software B...
Work Groups of the Python Software Foundation Active Work Groups Code of Conduct Work Group Diversity and Inclusion Work Group Education & Outreach Work Group Fellows Work Group Grants Work Group Infrastructure Work Group Python Job Board Work Group Packaging Work Group Trademarks Work Group Inactive Committees & Work Groups Scientific Python Work Group Marketing Work Group Sprint Work Group Public Support Committee (PSC) Public Relations Committee (PRC) Python Conference Committee...
03 April from 8am UTC to 11am UTC, 2017
Location: Inspire9, 1/41 Stewart Street, Richmond, Vic, Australia
Full details including mailing list and talk signup at http://j.mp/mpug
...lists. The Python / Objective C connection lives on in the PyObjC project at SourceForge! The purpose of this SIG is to complete a Python extension module binding the Objective-C and Python runtime systems. Goals include: Providing the ability to dynamically call from Objective-C to Python and vice versa. Resolving the syntactic differences between the languages. Providing the ability to move inheritance, interface, and implementation easily across the Python/Objective...
...lists and newsgroups. Stack Overflow has many Python questions and answers. You can post questions and ask for general advice about your code at the r/LearnPython subreddit. If you suspect a bug in the Python core, search the Python Bug Tracker. If you think you've found a security vulnerability in Python, please read the instructions for reporting security issues. If you've found a problem with this web site, check the pythondotorg issue tracker. Looking for a particular Python module or app...
...lists are managed by GNU Mailman, a web-based interface for mailing lists written in Python. Retired There is also a list of retired SIGs; these SIGs existed in the past but are no longer active. Their archives and home pages are retained. A retired SIG can be revived, using the same criteria as for creating a new SIG. Regional Groups There are also local Python User Groups, organized by region rather than by special interest. Archives All SIG mailing lists are archived. python.org hosts...
06 Feb. from 6:30pm UTC to 10:30pm UTC, 2014
Location: London, United Kingdom
Practical Python programming for all levels although limited to 30 tickets. We announce on the Python UK mailing list one week before the event. We also announce via Twitter: @ldnpydojo. Tickets sell out within hours of the announcement, so you have to be quick!
04 Sept. from 8:30am UTC to 11:30am UTC, 2014
The Python type system SIG The Python type system SIG This list has been created for discussions on issues related to Python's type system. Recently, the types SIG has come under attack for inactivity, and in response Paul Prescod has offered to guide the SIG towards accomplishing a single specific goal: to develop an optional static typing system for Python. The December 1999 archives of the SIG show the discussion that lead to this decision. Resources The following resource...
Pythonmac-SIG - SIG on Python for the Apple Macintosh The Python-Macintosh SIG is used to foster discussions about Mac-specific issues of Python. The list is primarily meant to discuss design and implementation of Python on the Mac, and possibly coordinate the actual implementation work done. The topics can include such varying things as a Python development environment, using Python for CGI-scripts, OSA support, OpenDoc parts, MacOS toolbox access, Tk, etc. While the list is developer-orient...
2020 PSF Annual Report #wrapper { overflow: hidden; position: relative; } .resize-active * { transition: none; } h1, .h1 { line-height: 34px; margin-bottom: 27px; } h2, .h2 { color: #3776ab; line-height: 26px; display: block; } p, blockquote, time, em { line-height: 28px; } time { font-style: italic; } p { margin-bottom: 24px; text-align: justify; } a { transition: color 0.3s ease-in-out; text-decoration: none; } .section-head...
...lists, website, job board, etc). You can help out by signing up the psf-volunteers mailing list, which puts you in a pool of people that receive requests from the PSF board when there is work to be done that we cannot handle ourselves. Sign up here! Don't worry if you won't always be available. Our goal is to build a pool of volunteers so that work can get be done by whomever is available at the time of need. This will help get things done with fewer delays. Example Tasks Help find donors an...
...lists changes in behavior relevant for the conversion of classic classes.) <ul> <p><li>The method resolution order is different; see the <a href="../descrintro#mro">tutorial</a>. <p><li>New-style classes that overload binary operators (__add__ and so on) cannot rely on the __coerce__ method to coerce the arguments; the other argument will be whatever was present originally. Thus, if x is a new-style class instance defining an __add__ method, x...
None Some portions of the Python.org website are made available in multiple languages thanks the volunteered efforts of translators. This document identifies those portions of the site and describes how translators can contribute. List of Translated Portions The following portions of the site currently contain translated material: Python Frequently Asked Questions Additional portions of the site may be offered in translation should contributors step forward and are willing to maintain tran...
Python Software Foundation: Minutes of Board of Directors Meeting (May 11, 2004) The Python Software Foundation Minutes of Regular Meeting of the Board of Directors May 11, 2004 A regular meeting of the Python Software Foundation (the "PSF") Board of Directors was held over Internet Relay Chat at 17:00 GMT. Stephan Deibel presided at the meeting. 1. Attendance The following members of the Board of Directors were present at the meeting: Tim Peters, Guido van Rossum, Martin v. Löwis, Ste...
If you didn't find what you need, try your search in the Python language documentation.