Re: [Tutor] Read-create-edit file

2009-12-13 Thread bibi midi
Here's the link: http://paste.debian.net/53933/ On Mon, Dec 14, 2009 at 6:10 AM, bibi midi wrote: > > > Yes my bad, found out too late. Sorry for that. Will post in pastebin or > equal and give the link. > > > -- > Best Regards, > bibimidi > > -- Best Regards, bibimidi __

Re: [Tutor] Read-create-edit file

2009-12-13 Thread bibi midi
On Mon, Dec 14, 2009 at 6:09 AM, bibi midi wrote: > > > On Mon, Dec 14, 2009 at 1:17 AM, Rich Lovely wrote: > >> >> First of all it's too long to paste into an email, especially if >> you'rte using a client that strips leading whitespace. Paste it into >> a pastebin. I personally prefer python.

Re: [Tutor] Read-create-edit file

2009-12-13 Thread bibi midi
On Mon, Dec 14, 2009 at 1:17 AM, Rich Lovely wrote: > > First of all it's too long to paste into an email, especially if > you'rte using a client that strips leading whitespace. Paste it into > a pastebin. I personally prefer python.codepad.org, as it lets you > test code on the server, unless i

Re: [Tutor] Read-create-edit file

2009-12-13 Thread Rich Lovely
2009/12/13 biboy mendz : > Hi list, > > I finally manage to sort of complete my read-create-edit.py file (after > finding precious free time). I appreciate your review and good/bad comments > to my code. It look and runs ok from my side here :-) > > -- > Regards, > bibs M. > > Host/Kernel/OS  "cc0

[Tutor] Read-create-edit file

2009-12-13 Thread biboy mendz
Hi list, I finally manage to sort of complete my read-create-edit.py file (after finding precious free time). I appreciate your review and good/bad comments to my code. It look and runs ok from my side here :-) #read_create_edit.py #!/usr/bin/env python # -*- coding: utf-8 -*- ''' Exercise 3