ANN: Vancouver Python Workshop - keynote speakers announced

2006-05-19 Thread Brian Quinlan
What's New?
===

We are pleased to announce the keynote speakers for this year's
Vancouver Python Workshop: Guido van Rossum and Jim Hugunin.

Guido van Rossum (Google) is the inventor of Python and has managed its
growth and development for more than a decade. Guido was awarded the
Free Software Foundation Award in 2002 and Dr.Dobb's 1999 Excellence in
Programming Award. Today Guido works at Google, spending half of his
time on Python.

Jim Hugunin (Microsoft) is the creator of IronPython, Jython and Numeric
Python. IronPython is Python for the .NET platform and integrates Python
into Microsoft's .NET strategy. Jython is Python for the Java platform
and was the second production quality implementation of Python. Numeric
Python adapts Python to the needs of number crunching applications.
Today, Jim works at Microsoft where he helps them adapt the .NET runtime
to meet the needs of dynamic languages like Python.

About the Vancouver Python Workshop
===

The conference will begin with keynote addresses on August 4st. Further
talks (and tutorials for beginners) will take place on August 5th and
6th. The Vancouver Python Workshop is a community organized conference
designed for both the beginner and for the experienced Python programmer
with:

  * tutorials for beginning programmers
  * advanced lectures for Python experts
  * case studies of Python in action
  * after-hours social events
  * informative keynote speakers
  * tracks on multimedia, Web development, education and more

More information see: http://www.vanpyz.org/conference/
or contact Brian Quinlan at: [EMAIL PROTECTED]

Vancouver
=

In addition to the opportunity to learn and socialize with fellow
Pythonistas, the Vancouver Python Workshop also gives visitors the
opportunity to visit one of the most extraordinary cities in the world
(1). For more information about traveling to Vancouver, see:

http://www.vanpyz.org/conference/vancouver.html
http://www.tourismvancouver.com
http://en.wikipedia.org/wiki/Vancouver

Important dates
===

Talk proposals accepted: May 15th to June 15th
Early registration (discounted): May 22nd to June 30th
Normal registration: from July 1st
Keynotes: August 4th
Conference and tutorial dates: August 5th and 6th

(1) http://news.bbc.co.uk/2/hi/business/2299119.stm

Cheers,
Brian


-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations.html


Reminder: call for proposals Python Language and Libraries Track for Europython 2006

2006-05-19 Thread Samuele Pedroni
Registration for Europython (3-5 July) at CERN in Geneva is now open,
if you feel submitting a talk proposal there's still time until
the 31th of May.

If you want to talk about a library you developed, or you know well
and want to share your knowledge, or about how you are making the best
out of Python through inventive/elegant idioms and patterns (or if you
are a language guru willing to disseminate your wisdom),

you can submit a proposal for the Python Language and Libraries
track



A track about Python the Language, all batteries included. Talks about
the language, language evolution, patterns and idioms, implementations
(CPython, IronPython, Jython, PyPy ...) and implementation issues belong
to the track. So do talks about the standard library or interesting
3rd-party libraries (and frameworks), unless the gravitational pull of
other tracks is stronger.


The full call and submission links are at:

http://www.europython.org/sections/tracks_and_talks/call-for-proposals

Samuele Pedroni, Python Language and Libraries Track Chair

-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations.html


released: RPyC 2.60

2006-05-19 Thread sebulba
Remote Python Call (RPyC) 2.60 has been released.

changelog:
*  added: __version__ to the package (i.e., assert Rpyc.__version__
 (2,50))
* added deliver, the counterpart of obtain()
* deliver and obtain now support transfering functions
* added DeliveringNamespace
* added isproxy
* improvements to the isinstance/issubclass mechanism
* improved memory consumption with __slots__ to all objects
(proxies can be plentiful, so it's better to keep them small)
* fix: SecSocketConnection now raises LoginError instead of
tlslite's internal errors

see the release notes (on the website) for more info

home:
http://rpyc.wikispaces.com


-tomer

-- 
http://mail.python.org/mailman/listinfo/python-announce-list

Support the Python Software Foundation:
http://www.python.org/psf/donations.html