Python versus Perl ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mauro Cicognini

    #31
    Re: Python versus Perl ?


    Alex Martelli wrote:
    [color=blue]
    > URK -- _my_ feeling is that we have entirely *too many* options for
    > stuff like web application frameworks, GUI toolkits, XML processing,[/color]
    ....[color=blue]
    >
    >
    > Alex[/color]

    I entirely second that.

    More, I'd heartily welcome an authoritative word on which to focus on
    for each category... I hate to see scarce resources wasted.

    Mauro

    Comment

    • rzed

      #32
      Re: Python versus Perl ?

      "Mauro Cicognini" <mauro.cicognin i@gmail.com> wrote in
      news:1108127778 .811259.152240@ g14g2000cwa.goo glegroups.com:
      [color=blue]
      >
      > Alex Martelli wrote:
      >[color=green]
      >> URK -- _my_ feeling is that we have entirely *too many* options
      >> for stuff like web application frameworks, GUI toolkits, XML
      >> processing,[/color]
      > ...[color=green]
      >>
      >>
      >> Alex[/color]
      >
      > I entirely second that.
      >
      > More, I'd heartily welcome an authoritative word on which to
      > focus on for each category... I hate to see scarce resources
      > wasted.
      >[/color]

      Alex also suggested that a revival of the anygui interface would be
      a Good Thing. I would certainly love to see that.

      It seems to me that Python should in fact include either anygui or
      an equivalent to it as part of its core. Then to interface with a
      given GUI package, it would be necessary to create a wrapper that
      maps the wrapper's API to that standard Pythonic API. More work for
      the package maintainers, and not easy to do in some cases, but for
      the Python community it would be a huge gain. The same argument
      could be made for the anydbm interface.

      In both cases, the interface should not hinder the ability of a
      developer to access any part of the package API, which implies that
      parameters must be flexible. Maybe this is a strong use case for
      bunch/data/namespace arguments and return values.

      --
      rzed

      Comment

      Working...