These are really valuable info. I will try.
Thanks a lot.
On Fri, Feb 6, 2009 at 7:44 PM, Kent Johnson wrote:
> On Fri, Feb 6, 2009 at 4:11 AM, Daniel wrote:
> > Hi Tutors,
> >
> > I want to use python to finish some routine data processing tasks
> > automatically (on Windows).
> >
> > The ma
Kent Johnson wrote:
On Fri, Feb 6, 2009 at 7:21 AM, spir wrote:
see also
http://en.wikipedia.org/wiki/Python_Pipelines
That looks pretty dead, or at least unpublished. The google code
project is almost two years old but it contains no code.
It is sluggish but not dead. The code
spir wrote:
Le Fri, 6 Feb 2009 06:44:11 -0500,
Kent Johnson a écrit :
My first thought was, use shell pipelines and bash. Then I remembered,
David Beazley shows how to use generators to implement a processing
pipeline in Python:
http://www.dabeaz.com/generators-uk/
see also
http://en
On Fri, Feb 6, 2009 at 7:21 AM, spir wrote:
> see also
> http://en.wikipedia.org/wiki/Python_Pipelines
That looks pretty dead, or at least unpublished. The google code
project is almost two years old but it contains no code.
Kent
___
Tutor maillist -
Le Fri, 6 Feb 2009 06:44:11 -0500,
Kent Johnson a écrit :
> My first thought was, use shell pipelines and bash. Then I remembered,
> David Beazley shows how to use generators to implement a processing
> pipeline in Python:
> http://www.dabeaz.com/generators-uk/
see also
http://en.wikipedia.org/w
On Fri, Feb 6, 2009 at 4:11 AM, Daniel wrote:
> Hi Tutors,
>
> I want to use python to finish some routine data processing tasks
> automatically (on Windows).
>
> The main task could be split to sub small tasks. Each can be done by
> executing some small tools like "awk" or by some other python sc
Hi Tutors,
I want to use python to finish some routine data processing tasks
automatically (on Windows).
The main task could be split to sub small tasks. Each can be done by
executing some small tools like "awk" or by some other python scripts.
One example of such task is conducting a data proces