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.
...alias list. It's public and anyone can subscribe to it: https://wiki.python.org/moin/PythonEventsCalendar#Mailing_List Submissions sent to events at python.org are forwarded to this mailing list. I ran a blog post and announcement earlier this month to call for submission of events for 2014. This was well received and we're getting a continuous stream of additions. I also setup a new feed for the calendars on Twitter using IFTTT: https://twitter.com/pythonevents This gets all newly added events ...
...aliases first before starting to try the import of the codec module. This simplifies overriding built-in codecs with external packages, e.g. the included CJK codecs with the JapaneseCodecs package, by adjusting the aliases dictionary in encodings.aliases accordingly. base64 now supports RFC 3548 Base16, Base32, and Base64 encoding and decoding standards. urllib2 now supports processors. A processor is a handler that implements an xxx_request or xxx_response method. These methods are called for...
If you didn't find what you need, try your search in the Python language documentation.