Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #52785 > unrolled thread

Re: A data transformation framework. A presentation inviting commentary.

Started byChris Angelico <rosuav@gmail.com>
First post2013-08-22 05:16 +1000
Last post2013-08-22 05:16 +1000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: A data transformation framework. A presentation inviting commentary. Chris Angelico <rosuav@gmail.com> - 2013-08-22 05:16 +1000

#52785 — Re: A data transformation framework. A presentation inviting commentary.

FromChris Angelico <rosuav@gmail.com>
Date2013-08-22 05:16 +1000
SubjectRe: A data transformation framework. A presentation inviting commentary.
Message-ID<mailman.96.1377112589.19984.python-list@python.org>
On Thu, Aug 22, 2013 at 2:29 AM, F.R. <anthra.norell@bluewin.ch> wrote:
> The nucleus of the TX system is a Transformer class, a wrapper for any kind
> of transformation functionality. The Transformer takes input as calling
> argument and returns it transformed.

Not to put too much of a damper on your concept, but it's seeming a
little over-engineered. Your description of a Transformer sounds to me
like simply... a function. It takes input, it returns something. Why
the heavy class-based interface?

ChrisA

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web