Presentation software written in python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Chris Stiles

    Presentation software written in python


    Hi --

    Some time ago I attended a course (run by Island Training I think) where
    the instructor used some 'written in python' to project a
    slideshow/presentation over a network onto multiple laptops simultaneously -
    so each attendee could follow the course. As I recall it included basic
    animation as well as the standard text bullet points.

    I've looked at the usual sources (freshmeat et al) and can't find anything
    like this, does this ring a bell with anyone ?

    --
    regards, chris
  • A.M. Kuchling

    #2
    Re: Presentation software written in python

    On 18 Oct 2003 02:13:47 +0100,
    Chris Stiles <chris@example. org> wrote:[color=blue]
    > I've looked at the usual sources (freshmeat et al) and can't find anything
    > like this, does this ring a bell with anyone ?[/color]

    Animated presentations.. . could it have been slithy?


    --amk

    Comment

    • Gary Herron

      #3
      Re: Presentation software written in python

      On Friday 17 October 2003 06:13 pm, Chris Stiles wrote:[color=blue]
      > Hi --
      >
      > Some time ago I attended a course (run by Island Training I think) where
      > the instructor used some 'written in python' to project a
      > slideshow/presentation over a network onto multiple laptops simultaneously
      > - so each attendee could follow the course. As I recall it included basic
      > animation as well as the standard text bullet points.
      >
      > I've looked at the usual sources (freshmeat et al) and can't find anything
      > like this, does this ring a bell with anyone ?
      >
      > --
      > regards, chris[/color]


      Actually yes... I wrote that. We call it SlideViewer, and it is
      written in Python.

      We at Island Training Solutions use it to present our lectures, as
      static slides, displayed on each student's laptop. It also has the
      ability to run scripts (Python or otherwise) at any point in the
      presentation, for example, to set up a lab. In addition, it can
      monitor the classes completion of labs.

      Probably, what you remember as animation is just the small red arrow
      we can slide interactively across all screens as a pointing device.

      I don't know of any open source equivalent. SlideViewer is quite
      specific to our own courses, so we have never thought of releasing it
      as open source. I am, happy, however that you remembered it and
      Island Training Solutions.

      Gary Herron



      Comment

      • Chris Stiles

        #4
        Re: Presentation software written in python

        Gary Herron <gherron@island training.com> writes:[color=blue]
        > Actually yes... I wrote that. We call it SlideViewer, and it is
        > written in Python.[/color]

        Ah, thanks for the info :-)

        --
        regards, chris

        Comment

        • Chris Stiles

          #5
          Re: Presentation software written in python

          "A.M. Kuchling" <amk@amk.ca> writes:[color=blue]
          > On 18 Oct 2003 02:13:47 +0100,
          > Chris Stiles <chris@example. org> wrote:[color=green]
          > > I've looked at the usual sources (freshmeat et al) and can't find anything
          > > like this, does this ring a bell with anyone ?[/color]
          >
          > Animated presentations.. . could it have been slithy?
          > http://isotropic.org/uw/slithy/[/color]

          No it was the one mentioned by Gary Herron further on. Still, i wasn't aware
          of slithy, so possibly it will be useful for me to knock up a simple version
          for myself.

          --
          regards, chris

          Comment

          Working...