Re: [Tutor] using shelve

2007-06-21 Thread Reed O'Brien
On Jun 21, 2007, at 9:59 PM, [EMAIL PROTECTED] wrote: I created a shelf called 'myshelf' and put two objects in it, a string and a list. When I open the shelf I get: d=shelve.open('/Users/development/Desktop/myshelf') d.keys() ['dir1', 'dir2'] d {'dir2': '/Users/development/Desktop/RSSRea

Re: [Tutor] using shelve

2007-06-21 Thread John Fouhy
On 22/06/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I created a shelf called 'myshelf' and put two objects in it, a string and a > list. When I open the shelf I get: > > >>> d=shelve.open('/Users/development/Desktop/myshelf') > >>> d.keys() > ['dir1', 'dir2'] > >>> d > {'dir2': '/Users/dev

[Tutor] using shelve

2007-06-21 Thread chrispython
I created a shelf called 'myshelf' and put two objects in it, a string and a list. When I open the shelf I get: >>> d=shelve.open('/Users/development/Desktop/myshelf') >>> d.keys() ['dir1', 'dir2'] >>> d {'dir2': '/Users/development/Desktop/RSSReaderApp/RSS.db', 'dir1': ['.DS_Store', '.localized

Re: [Tutor] Online Rock Paper Sizzors

2007-06-21 Thread Alan Gauld
"Amadeo Bellotti" <[EMAIL PROTECTED]> wrote > any body know where i start with this I want to be able to enter > user names > and keep score for the persons wins and loses anybody know how i can > do > this? I recommend you write a web application. There are many web frameworks available in Py

Re: [Tutor] how can I compare a local directory or file with a remote one

2007-06-21 Thread Lloyd Kvam
On Thu, 2007-06-21 at 09:47 -0400, Danny Yoo wrote: > >> At first blush it sounds to me like you want rsync, as has been > >> pointed out. If on of the systems is running an OS that doesn't come > >> with rsync... I have used http://www.vdesmedt.com/~vds2212/rsync.html > >> to achieve the same res

[Tutor] Online Rock Paper Sizzors

2007-06-21 Thread Amadeo Bellotti
any body know where i start with this I want to be able to enter user names and keep score for the persons wins and loses anybody know how i can do this? ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] how can I compare a local directory or file with a remote one

2007-06-21 Thread Reed O'Brien
On Jun 21, 2007, at 9:06 AM, Lloyd Kvam wrote: > On Wed, 2007-06-20 at 23:51 -0400, Reed O'Brien wrote: >> On Jun 20, 2007, at 2:03 PM, Richard Querin wrote: >> >>> I'm interested in writing a quick script that would run a diff-type >>> command that would compare a local directory to a remote one

Re: [Tutor] how can I compare a local directory or file with a remote one

2007-06-21 Thread Danny Yoo
>> At first blush it sounds to me like you want rsync, as has been >> pointed out. If on of the systems is running an OS that doesn't come >> with rsync... I have used http://www.vdesmedt.com/~vds2212/rsync.html >> to achieve the same result. >> > > When I need to deal with Windows computers, I so

Re: [Tutor] how can I compare a local directory or file with a remote one

2007-06-21 Thread Lloyd Kvam
On Wed, 2007-06-20 at 23:51 -0400, Reed O'Brien wrote: > On Jun 20, 2007, at 2:03 PM, Richard Querin wrote: > > > I'm interested in writing a quick script that would run a diff-type > > command that would compare a local directory to a remote one to > > identify the changes in the files within tha

[Tutor] Python and Clearsilver for Web Development

2007-06-21 Thread OkaMthembo
Hi All, Would anyone have experience using Clearsilver with Python for web development? i wish to find out - how easy/ difficult it is to seperate presentation from logic, - how fast such a setup would be compared to asp.net, jsp and php - whether or not such a setup would work with Lighttpd. I h