On 21 April 2011 16:20, Carwyn Edwards <[email protected]> wrote: > > > is there a particular crazy pythonic way of doing slides > > Personally I kind of like using rst2pdf (python + reportlab) to generate a > PDF then display it using: > > http://impressive.sourceforge.net/ > > .. which is also python. > > More here: http://lateral.netmanagers.com.ar/stories/BBS52.html > > > There's also the JessyInk plugin for Inkscape (written in python) that > gives you a presentation tool using SVG: > > http://code.google.com/p/jessyink/ > > .. although I've found it a bit flaky. >
If you're presenting a lot of code examples, I was particularly impressed with the easy-to-use tool Anand showed us during his talk at Python Northwest a couple of months ago (http://fitzgen.github.com/pycco/). The homepage is itself generated using Pycco and gives you an immediate flavour of the sort of thing it produces. For real glitz, you could always try Richard Jones's OpenGL based Bruce, The Presentation Tool (http://code.google.com/p/bruce-tpt/). Not sure about the learning curve, though. Safe > Carwyn > > > -- > To post: [email protected] > To unsubscribe: [email protected] > Feeds: http://groups.google.com/group/python-north-west/feeds > More options: http://groups.google.com/group/python-north-west > -- To post: [email protected] To unsubscribe: [email protected] Feeds: http://groups.google.com/group/python-north-west/feeds More options: http://groups.google.com/group/python-north-west
