Advice request for project

Peter Hansen peter at engcorp.com
Mon Jan 3 17:10:31 EST 2005


Steve Holden wrote:
> Look at the Pyrex package to get you started thinking about remote 
> execution and client/server communications. This lets a program on one 
> machine call methods on objects on another machine.

Steve meant to say "Pyro", not "Pyrex".  The former is what
he actually described.  The latter is actually a Python-like
language that lets one write code that can be compiled as
an extension module, to write performance-critical code or
interface to existing libraries more easily.

-Peter



More information about the Python-list mailing list