[Tutor] Is this a good idea to improve my currency program?

Greg Lindstrom tubaranger at gmail.com
Wed Dec 14 22:01:04 CET 2005


>I was thinking of using a dictionary to hold the currency exchange rates,
>and saving it to a file, and loading it every time the program opens. It
>still would not be GUI, but it would be a step towards a better program, I
>believe. Is this a good idea, or is there stronger ways of doing it?

Is it possible to load your exchange rates in a database?  That way changes
can be made without opening up your code everytime.

--greg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20051214/c8159216/attachment.htm


More information about the Tutor mailing list