Introducing Python to others

Hendrik van Rooyen mail at microcorp.co.za
Thu Mar 26 06:34:42 EDT 2009


"Paddy O'Loughlin" <patrick.oloughlin at gmail.com> wrote:

> Any other suggestions for a possible "wow" reaction from an audience like
that?

two simple demos:

The first one is a simple client server thingy on the LAN.
I have seen hardened people do a double take
when they see how little code it takes to set up a server
and a client.

The second is in the same vein - use the xmlrpc demo from
the docs to do a simple remote call. In this also do a deliberate
mistake, and show them how the remote exception pops up
locally...

And the third of the two would be the mrs premise demo from the
shared memory stuff shm in which two independent processes
happily share a piece of ram...

hth - Hendrik





More information about the Python-list mailing list