On 8/28/07, Nagarajan <[EMAIL PROTECTED]> wrote:
> A simple yaml file might just do the trick.
> Your yaml file shall look like the following:
>
> Word-def.yaml
> word1: word1's definition
> word2: word2's definition
> ..
> ..
> ..
> Use pyyaml to handle yaml files.
>
> import yaml
> wordd
On Mon, 27 Aug 2007 18:15:24 -0700, -b wrote:
> I am trying to put together a python program that will be able to ask
> for a word and its definition, then save that information into an xml
> file for reference. I am not down right set on the file being in xml
> format, but xml is the first thing
On Aug 28, 6:15 am, -b <[EMAIL PROTECTED]> wrote:
> I am trying to put together a python program that will be able to ask
> for a word and its definition, then save that information into an xml
> file for reference. I am not down right set on the file being in xml
> format, but xml is the first thi
I am trying to put together a python program that will be able to ask
for a word and its definition, then save that information into an xml
file for reference. I am not down right set on the file being in xml
format, but xml is the first thing that comes to mind, since I do not
want to use a MySQL