[Python-il] a python meeting in TLV
Dov Grobgeld
dov.grobgeld at gmail.com
Sun May 18 08:20:35 IDT 2008
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 <nimrod at mazool.com>:
> 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
> nimrod at mazool.com
> 054-5327700
> _______________________________________________
> Python-il mailing list
> Python-il at hamakor.org.il
> http://hamakor.org.il/cgi-bin/mailman/listinfo/python-il
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://hamakor.org.il/pipermail/python-il/attachments/20080518/1de81fb9/attachment.htm
More information about the Python-il
mailing list