I'm wondering if there would be any interest if I would speak about Python/Gtk? E.g. I could translate my old Gtk/Perl sildes, to a python context, see:
http://gtk2-perl.sourceforge.net/doc/yapc-2004-perl-gtk2/slides.html But I'd need to be persuaded that there is some interest. :-) Regards, Dov -- def permute(a): if len(a)==1: yield a else: for p in permute(a[1:]): for i in xrange(len(a)): yield p[0:i]+[a[0]]+p[i:] for p in ["just","another","python","hacker"): print p 2008/5/15 Nimrod Steinbock <[EMAIL PROTECTED]>: > Hi all, > > I would like to organize a meeting for Python hackers sometime in the > next couple of months. > I can arrange a large conference room that can accommodate around 15 > people. Projector included. > This is a call for: > 1. Suggestions for topics for discussion > 2. Suggestions for a talk you want to give - Python programming, a > python-based tool\framework, case studies of projects developed with > Python, and anything else you think might be of interest to the rest of us > 3. Your name if you plan to come. Naturally, due to the small space, > people that give a talk gets higher priority. > 4. Your responses to mails about the three other subjects above > > I hope this will converge to an interesting meeting. > > Nimrod Steinbock > [EMAIL PROTECTED] > 054-5327700 > _______________________________________________ > Python-il mailing list > [email protected] > http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il >
_______________________________________________ Python-il mailing list [email protected] http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
