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.
mostly meant for conferences and larger local events
meant for user group events and other smaller local events
07 June from 12am UTC , 2014
Location: Av. Assis Brasil, 7765, in the FTEC-Faculdades building, localized at Porto Alegre, RS, Brasil
PyPOA Python Conference
...locales, and many of them are listed at http://wiki.python.org/moin/LocalUserGroups Many of these user groups also have mailing lists in the locally preferred language.
...LOCAL - 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 i...
Version: None
Released: Oct. 17, 2017
This is an early developer preview of Python 3.7 Major new features of the 3.7 series, compared to 3.6 Python 3.7 is still in development. This releasee, 3.7.0a2, is the second of four planned alpha releases. Alpha releases are intended to make it easier to test the current state of …
View Release Notes
Released: Dec. 5, 2017
This is an early developer preview of Python 3.7 Major new features of the 3.7 series, compared to 3.6 Python 3.7 is still in development. This releasee, 3.7.0a3, is the third of four planned alpha releases. Alpha releases are intended to make it easier to test the current state of …
Released: Jan. 9, 2018
This is an early developer preview of Python 3.7 Python 3.7 is still in development. This releasee, 3.7.0a4, is the last of four planned alpha releases. Alpha releases are intended to make it easier to test the current state of new features and bug fixes and to test the release …
...local gatherings to learn and discuss Python. Please consider supporting the BAPyA community with a contribution. Boston Python Boston Python is one of the world's largest local Python user groups. We have a presentation night and a project night almost every month, and run weekend workshops to introduce beginners to Python. Your donation helps keep the Python community in Boston vibrant! ChiPy Founded in 2003, ChiPy (Chicago Python User Group) has over 1,000 active members with a focus on th...
Organizations Cooperating with the Python Software Foundation The Python Software Foundation cooperates with the following organizations, who share the PSF's interest in Python and free software: ZEUUX Python African Tour
...local user groups page at the Python Wiki. Python Forum (English) Python-Forum.de (German) r/Python (English) r/learnpython (English)
...localized strings). For more information, see bug #1284316 IDLE now executes code in a separate process. To communicate between the main process and executing processes, IDLE opens a socket to 127.0.0.1 (the local machine). Some firewalls running on Windows machines interfere with this and can cause either silent failures or erroneous popup windows from the firewall. This problem only occurs if you run a firewall on the same machine as IDLE. The test for the ossaudiodev module hangs on some...
Released: June 11, 2018
This is the release candidate of Python 3.7.0 This release, 3.7.0rc1, is the final planned release preview. Assuming no critical problems are found prior to 2018-06-27, the scheduled release date for 3.7.0, no code changes are planned between this release candidate and the final release. Among the major …
Released: Sept. 19, 2017
This is an early developer preview of Python 3.7 Major new features of the 3.7 series, compared to 3.6 Python 3.7 is still in development. This releasee, 3.7.0a1 is the first of four planned alpha releases. Alpha releases are intended to make it easier to test the current state of …
...local precedence ordering and monotonicity. In this section, I will show that both the MRO for classic classes and the MRO for new style classes in Python 2.2 are bad. It is easier to start with the local precedence ordering. Consider the following example: >>> F=type('Food',(),{'remember2buy':'spam'}) >>> E=type('Eggs',(F,),{'remember2buy':'eggs'}) >>> G=type('GoodFood',(F,E),{}) # under Python 2.3 this is an error! with inheritance diagram O ...
If you didn't find what you need, try your search in the Python language documentation.