On Thu, Feb 4, 2010 at 5:43 AM, Owain Clarke <simb...@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
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to