Re: [Tutor] python challenge 2

2006-07-17 Thread Luke Paireepinart
devayani barve wrote: > this is what i did for level 2 of python challenge: > > > dict={'a':'c','b':'d','c':'e','d':'f','e':'g','f':'h','g':'i','h':'j','i':'k','j':'l','k':'m','l':'n','m':'o','n':'p','o':'q','p':'r','q':'s','r':'t','s':'u','t':'v','u':'w','v':'x','w':'y','x':'z','y':'a','z':'b','

[Tutor] python challenge 2

2006-07-17 Thread devayani barve
this is what i did for level 2 of python challenge:   dict={'a':'c','b':'d','c':'e','d':'f','e':'g','f':'h','g':'i','h':'j','i':'k','j':'l','k':'m','l':'n','m':'o','n':'p','o':'q','p':'r','q':'s','r':'t','s':'u','t':'v','u':'w','v':'x','w':'y','x':'z','y':'a','z':'b','.':'.',"'":"'","(":"(",")":")

Re: [Tutor] python file browser with urwid

2006-07-17 Thread Kent Johnson
Tiago Saboga wrote: > I'm trying to write a file browser with urwid. In the future, I want to make > a > light front-end for cds burning, but for now I'm doing it as an exercise. The > problem is I'm a little stuck now. I'm sending my actual working code, with > some working functionality, but

[Tutor] python file browser with urwid

2006-07-17 Thread Tiago Saboga
I'm trying to write a file browser with urwid. In the future, I want to make a light front-end for cds burning, but for now I'm doing it as an exercise. The problem is I'm a little stuck now. I'm sending my actual working code, with some working functionality, but I would like to know if I shoul

Re: [Tutor] How do you implement a config file?

2006-07-17 Thread Carroll, Barry
Tracy: > Date: Sat, 15 Jul 2006 22:44:43 -0700 (PDT) > From: Danny Yoo <[EMAIL PROTECTED]> > Subject: Re: [Tutor] How do you implement a config file? > To: Tracy R Reed <[EMAIL PROTECTED]> > Cc: tutor@python.org > Message-ID: <[EMAIL PROTECTED]> > Content-Type: TEXT/PLAIN; charset=US-ASCII; format