Re: string.replace non-ascii characters

2007-02-12 Thread Deniz Dogan
Duncan Booth wrote: > "Gabriel Genellina" <[EMAIL PROTECTED]> wrote in triplicate: > >> If I were paid for the number of lines *written* that would not be a >> great deal :) > > You don't by any chance get paid by the number of posts to c.l.python? I was thinking the same thing. -- http://mail

Formatting milliseconds to certain String

2007-02-12 Thread Deniz Dogan
ValueError: return -1 Note that I am very new to Python and the language I have been using most prior to this is Java. --Deniz Dogan -- http://mail.python.org/mailman/listinfo/python-list

Re: UNIX shell in Python?

2007-02-09 Thread Deniz Dogan
Bart Ogryczak wrote: > On Feb 9, 8:49 am, Deniz Dogan <[EMAIL PROTECTED]> wrote: >> Hello. >> >> I was thinking about writing a UNIX shell program using Python. Has >> anyone got any experience on this? Is it even possible? > > Use the Google, Luke. &g

UNIX shell in Python?

2007-02-08 Thread Deniz Dogan
Hello. I was thinking about writing a UNIX shell program using Python. Has anyone got any experience on this? Is it even possible? I have programmed a simple shell in C before and I came to think about how perfect Python would be for parsing user input. Regards, Deniz Dogan -- http