On Jun 14, 3:02 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> On Jun 14, 4:39 pm, py_genetic <[EMAIL PROTECTED]> wrote:
>
> > > You didn't try hard enough. :)
>
> > >http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/190465
>
> > > --
> > > HTH,
> > > Rob
>
> > Thanks Rob, "permutation"
On Jun 14, 4:39 pm, py_genetic <[EMAIL PROTECTED]> wrote:
> > You didn't try hard enough. :)
>
> >http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/190465
>
> > --
> > HTH,
> > Rob
>
> Thanks Rob, "permutation" was the keyword I shcould have used!
See my other post to see if that is indeed w
On Jun 14, 3:08 pm, Rob Wolfe <[EMAIL PROTECTED]> wrote:
> py_genetic <[EMAIL PROTECTED]> writes:
> > Hi,
>
> > I'm looking to generate x alphabetic strings in a list size x. This
> > is exactly the same output that the unix command "split" generates as
> > default file name output when splitting
>
> You didn't try hard enough. :)
>
> http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/190465
>
> --
> HTH,
> Rob
Thanks Rob, "permutation" was the keyword I shcould have used!
--
http://mail.python.org/mailman/listinfo/python-list
py_genetic <[EMAIL PROTECTED]> writes:
> Hi,
>
> I'm looking to generate x alphabetic strings in a list size x. This
> is exactly the same output that the unix command "split" generates as
> default file name output when splitting large files.
>
> Example:
>
> produce x original, but not random s
On Jun 14, 1:41 pm, py_genetic <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm looking to generate x alphabetic strings in a list size x. This
> is exactly the same output that the unix command "split" generates as
> default file name output when splitting large files.
>
> Example:
>
> produce x original
Hi,
I'm looking to generate x alphabetic strings in a list size x. This
is exactly the same output that the unix command "split" generates as
default file name output when splitting large files.
Example:
produce x original, but not random strings from english alphabet, all
lowercase. The lengt