[Tutor] Retriving previous user inputs in a gui

Alan Gauld alan.gauld at btinternet.com
Wed Aug 25 09:21:31 CEST 2010


"Karim" <karim.liateni at free.fr> wrote

> Is there any equivalent to JAVACC in python (or lex yacc) to create 
> grammary
> for config or format file?

Thats kind of what ConfiogParser does - it gives you tools to 
read/write
a config file.

If you don't mind the data not being human readable you could also
use the shelve module which simulates a dictionary in a file.

There are lots of options.

Alan G.




More information about the Tutor mailing list