|
Hi there,
I was wondering, and maybe this is because I come
from a different programming language background, but is a word count using
len(list) after a string.split, efficient if there are many words? Or should I
write my own word count for large(ish) blocks of text (500-1000)?
Cheers
jorge
|
_______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
