Re: Plone based website for python.org.il

2006-05-08 חוט Ori Peleg
Did I miss the mailing-list announcement of the logo contest? Amit Aronovitch wrote: Hi, Thank you for your suggestions. We had Michael Bernstein aboard last meeting (24/4), and he gave a nice review of Zope, also mentioning Plone and demonstrating some online site management. It all

Re: פגישת מאי

2006-05-13 חוט Ori Peleg
2 and 3 sound great!!! Ronnie Maor wrote: topics I can talk about: 1) cartesian multiplication in two lines: def mult(*seqs): def mult2(A,b): return [ a+[i] for a in A for i in b ] return reduce(mult2,seqs,[[]]) 2) sqlalchemy (ORM) and simple application (bugzilla status reporting

Re: smtplib

2006-06-08 חוט Ori Peleg
Hi Eli! Here's an idea: It seems class smtplib.SMTP sends the message with method 'send', that calls a socket's 'sendall' (from Python 2.4's smtplib.py) def send(self, str): Send `str' to the server. # .. skipping self.sock.sendall(str) # .. skipping

Python-IL July Meeting

2006-07-16 חוט Ori Peleg
Hi everyone, I volunteered to replace Amit in organizing July's meeting. I only started now. Late, I know... I'm thinking of this Tuesday, 25/7. Tuesday seemed to work fine on previous meetings. It's two days from now (or tomorrow if you're nitpicking), and the content isn't set yet. Is anyone

July meeting - correction

2006-07-16 חוט Ori Peleg
Tuesday 25/7 is, of course, next week and not in two days. I'm embarrassed to even begin to explain how I got confused, so I won't :) So no rush, a full 9 days for planning and execution. Suggestions for talks are welcome as always. I'll even have time to update the wiki and stuff. Breathing a

Re: July meeting - correction

2006-07-16 חוט Ori Peleg
:) Sorry for the last-minute announcement. Ori. --- Ori Peleg wrote: Tuesday 25/7 is, of course, next week and not in two days. I'm embarrassed to even begin to explain how I got confused, so I won't :) So no rush, a full 9 days for planning and execution. Suggestions for talks are welcome

Some good Python-IL web-site ideas

2006-09-04 חוט Ori Peleg
13. Place time-sensitive and key information prominently near the top of your main Web page. 15. Emphasise on your main page that your meeting will be free of charge and open to the public (if it is). Also notice that our main page is http://www.python.org.il/, _not_ the wiki page. It should

Re: Some good Python-IL web-site ideas

2006-09-04 חוט Ori Peleg
In the link, plus items 13 and 15 are just the titles. Didn't it show? http://linuxmafia.com/faq/Linux_PR/newlug.html Nir Soffer wrote: Where are 1-12, 14? On Sep 11, 2006, at 3:04 AM, Ori Peleg wrote: 13. Place time-sensitive and key information prominently near the top of your main

Re: קישור קצר יותר לויקי

2006-10-19 חוט Ori Peleg
I think it's worth it too. On 10/19/06, Nir Soffer [EMAIL PROTECTED] wrote: בעד. On Oct 19, 2006, at 1:38 AM, Amit Aronovitch wrote: כיום, הקישורים לויקי הם בצורה הבאה: http://www.python.org.il/mediawiki/index.php/Some_Page שזה קצת ארוך, קשה לזכור, וגם מכיל את המילה php, מה שגורר כל מיני

Re: curses drives me mad!

2007-05-07 חוט Ori Peleg
Hi Maxim! I'm not a curses expert and I don't know why this is happening, but maybe these suggestions will help: 1. Have you read the tutorial Curses Programming with Pythonhttp://www.amk.ca/python/howto/curses/? I found it very helpful. 2. Try using curses.addstr to print text (including