[Tutor] need advice about a dictionary ({})

Jack Trades jacktradespublic at gmail.com
Sun Sep 11 00:15:20 CEST 2011


On Sat, Sep 10, 2011 at 4:36 PM, Richard D. Moores <rdmoores at gmail.com>wrote:

> Your idea doesn't seem efficient for me --
> lots of typing and editing.
>

Not sure what you mean by that?  I've updated the gist with a quick 5min
implementation of a GUI using Tkinter and the approach I outlined.  I think
using a GUI is best way to minimize "typing and editing" in an app like
this.  You can find it here:

https://gist.github.com/1208786#file_book.py

If you're talking about re-entering all your data from your file, you would
write a script to do that.  This program assumes that you are starting from
scratch with a blank phone book.  If you would like help converting your
existing file, I'm sure I or others can help, but I'd need to see the
original file.

-- 
Nick Zarczynski
Pointless Programming Blog <http://pointlessprogramming.wordpress.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20110910/d6e99ce2/attachment-0001.html>


More information about the Tutor mailing list