Skip to main content

PyPy at the EuroPython 2008

Greetings from Vilnius, Lithuania. There were already two pypy talks, one performed by Jacob Hallen PyPy for the rest of us and second by Maciej Fijalkowski PyPy status talk. The thing that we forgotten to tell is that PyPy sandboxing feature can also easily limit CPU and RAM usage as well as any other possible resource (like network transfer). For anyone who would like to join, there is a PyPy sprint after the conference.

Cheers,
arigo & fijal

Comments

Jonathan Ellis wrote on 2008-07-07 18:13:

Can you post PDFs of those slides? The text is not rendering for me in NeoOffice.

Anonymous wrote on 2008-07-07 22:08:

Is Maciej using some secret cool reST presentation tool?

Anonymous wrote on 2008-07-08 03:52:

You can convert to PDF online.

This link should work for the next 24 hours. You can regenerate it on the same site after that.

Maciej Fijalkowski wrote on 2008-07-08 06:19:

I checked in pdf version. I use rst2beamer + hacks :) Ask Antonio Cuni for details.

Antonio Cuni wrote on 2008-07-08 08:20:

yes, we are using rst2beamer:
https://www.agapow.net/programming/python/rst2beamer

to have some hints how to use it, look at this script I used to generate my pycon-italy talk:
https://codespeak.net/svn/pypy/extradoc/talk/pycon-italy-2008/makepdf

I also wrote some rst macros that allows you to put some paragraphs in those nice beamer's exampleblock and alertblock:

https://codespeak.net/svn/pypy/extradoc/talk/pycon-italy-2008/beamerdefs.txt