Home > Advocacy > EuroPython 2010

EuroPython 2010

May 27, 2010

UPDATE: Slides and the text of the talk are available for download. Feel free to use for your own presentations under CC3.0.

I’m going to give a talk on gevent at EuroPython on Thursday 22nd July at 11.00am in Birmingham, United Kingdom.

The contents of the talk is not well defined yet but I’d like to cover the following:

  • Coroutine-based approach to network programming and how it solves Python’s concurrency problems.
  • Greenlets: what they do and how they do it. Why they are better than the alternatives – generators, threads.
  • How gevent and eventlet use greenlet to do what they do, the basic principles they operate on.
  • How sockets/events/queues implemented.
  • Real-world applications using gevent; future development plans.

If you have any suggestions regarding the contents of the talk, please post a comment or email me.

Categories: Advocacy Tags:
  1. Neto
    June 7, 2010 at 4:31 am

    Please publish the talk somewhere. I would like to read it or watch it.

  2. July 22, 2010 at 1:09 pm

    Yes. Please publish it.

  3. July 24, 2010 at 2:09 pm

    Thanks for the talk Denis. Very useful! I’ll be taking a further look at gevent as it seemed pretty cool 🙂

  4. July 25, 2010 at 9:01 am

    Uploaded the slides to google project page (see the top of the post for the link).

  5. October 29, 2010 at 3:04 pm

    The video of the talk has been published here:

    http://europythonvideos.blip.tv/file/3980788/

  1. No trackbacks yet.
Comments are closed.
%d bloggers like this: