<br><br><div class="gmail_quote">On Thu, Mar 26, 2009 at 9:35 AM, Paddy O'Loughlin <span dir="ltr"><<a href="mailto:patrick.oloughlin@gmail.com">patrick.oloughlin@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
As our resident python advocate, I've been asked by my team leader to<br>
give a bit of a presentation as an introduction to python to the rest<br>
of our department.<br>
It'll be less than an hour, with time for taking questions at the end.  <br></blockquote><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Any other suggestions for a possible "wow" reaction from an audience like that?<br>
<br>
Thanks,<br>
Paddy<br>
<br>
--<br>
"Ray, when someone asks you if you're a god, you say YES!"<br>
<font color="#888888">--<br>
<a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
</font></blockquote></div><br>The Genshi tut[1] uses CherryPy, and should be pretty "wowing" for primarily php-devs, you could probably get some good ideas from there.<br><br>The biggest wow reactions I've gotten from php devs from showing them python were when I showed them decorators (and explained how they work), and when I showed them "raise cherrypy.HTTPRedirect('/somepath')".<br>
<br><br><br>[1] <a href="http://genshi.edgewall.org/wiki/GenshiTutorial">http://genshi.edgewall.org/wiki/GenshiTutorial</a><br>