[ANN] Leipzig Python User Group - Meeting, April 19, 2011, 08:00pm

2011-04-11 Thread Mike Müller

=== Leipzig Python User Group ===

We will meet on Tuesday, April 19 at 8:00 pm at the training
center of Python Academy in Leipzig, Germany
( http://www.python-academy.com/center/find.html ).

Our last meeting in March was togheter with peopel from the Leipzig Rails
Community at Topic Maps Lab. We meet again in April at Python Academy.

Christoph Petschnig talk abot Ruby on Rails 3.

**Note**: This will be one week later than or regular second Tuesday of the
month. The meeting place is different from our usual location.


Everybody who uses Python, plans to do so or is interested in
learning more about the language is encouraged to participate.

While the meeting language will be mainly German, we will provide
English translation if needed.

Food and soft drinks are provided. Please send a short
confirmation mail to i...@python-academy.de, so we can prepare
appropriately.

Current information about the meetings are at
http://www.python-academy.com/user-group .

Mike



== Leipzig Python User Group ===

Wir treffen uns am Dienstag, 19.04.2011 um 20:00 Uhr
im Schulungszentrum der Python Academy in Leipzig
( http://www.python-academy.de/Schulungszentrum/anfahrt.html ).

Nach dem gemeinsamen Treffen im März mit den Leuten der Leipziger Rails
Community im Topic Maps Lab, treffen wir uns auch im April wieder gemeinsam.
Diesmal aber in der Python Academy.

Christoph Petschnig wird über Ruby on Rails 3 sprechen.

**Achtung**: Der Termin ist eine Woche später als der regelmäßige, zweite
Dienstag im Monat.

Willkommen ist jeder, der Interesse an Python hat, die Sprache
bereits nutzt oder nutzen möchte.

Für das leibliche Wohl wird gesorgt. Eine Anmeldung unter
i...@python-academy.de wäre nett, damit wir genug Essen
besorgen können.


Aktuelle Informationen zu den Treffen sind unter
http://www.python-academy.de/User-Group zu finden.

Viele Grüße
Mike

















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

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


gevent 0.13.4 released

2011-04-11 Thread Denis Bilenko
Hi!

I'm happy to announce that Gevent 0.13.4 is released.

What is it?

gevent is a coroutine-based Python networking library that uses
greenlet to provide a high-level synchronous API on top of libevent
event loop.

Features include:

   * Fast event loop based on libevent (epoll on Linux, kqueue on FreeBSD).
   * Lightweight execution units based on greenlet.
   * API that re-uses concepts from the Python standard library (for
example there are Events and Queues).
   * Cooperative sockets with ssl support.
   * DNS queries performed through libevent-dns.
   * Monkey patching utility to get 3rd party modules to become cooperative.
   * Fast WSGI server based on libevent-http.

Homepage: http://www.gevent.org/

What's new in 0.13.4?

Gevent 0.13.4 is a maintenance release, fixing a number of bugs in
various modules. Read the full changelog here:
http://www.gevent.org/changelog.html

Get it from PyPI: http://pypi.python.org/pypi/gevent

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

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