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
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
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
"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
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
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
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
>> 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
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
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
10 matches
Mail list logo