Dictionary project

Terry Reedy tjreedy at udel.edu
Sat Mar 11 18:12:30 EST 2006


<brandon.mcginty at gmail.com> wrote in message 
news:00ad01c64553$93d01e90$6400a8c0 at D1FWTS61...
> Hi All,
> First, I hope this post isn't against list rules; if so, I'll take note 
> in
> the future.
>
> I'm working on a project for school (it's not homework; just for fun).
> For it, I need to make a list of words, starting with 1 character in 
> length,
> up to 15 or so.
> It would look like:
>
> A B C d E F G ... Z Aa Ab Ac Ad Ae Aaa Aab Aac
>
> Etcetera.

If you mean all possible 15 char 'words' from 26 letters...
do you have any idea how big 26**15 is?

There are word lists here and there with +/- 100,000 real English words.

tjr






More information about the Python-list mailing list