[Tutor] language aid

Kent Johnson kent37 at tds.net
Thu Feb 4 19:02:04 CET 2010


On Thu, Feb 4, 2010 at 5:43 AM, Owain Clarke <simbobo at cooptel.net> wrote:

> My question is, that if I proceed like this I will end up with a single list
> of potentially several hundred strings of the form "frword:engword". In
> terms of performance, is this a reasonable way to do it, or will the program
> increasingly slow down?

Python can easily handle lists of several hundred items.

You might be interested in googling "Python flash card" to see what
others have done.

Kent


More information about the Tutor mailing list