python As400

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

    python As400

    Hello
    I'm very interested in python for AS/400. I must migrate an application that
    is running under windows to AS/400.
    Has anyone worked with python in that platform??
    what about performace??
    The scripts are basicly of string manipulation and i/o.
    any kind of information will be welcome.

    Thanks a lot.

    Enrique (Madrid)





    **AVISO DE CONFIDENCIALIDA D**
    La información contenida en este mensaje y archivos es privada y confidencial estando dirigida solamente al destinatario. Si Ud. ha recibido esta información por error, por favor, proceda a su inmediata destrucción. Cualquier opinión o punto de vista contenido en este mensaje corresponde al remitente y necesariamente no representa la opinión del GRUPO XEROX.

  • Terry Reedy

    #2
    Re: python As400


    "Enrique" <enrique.palomo @xgs-spain.com> wrote in message
    news:mailman.53 8.1074596683.12 720.python-list@python.org ...[color=blue]
    >I'm very interested in python for AS/400. I must migrate an application[/color]
    that[color=blue]
    >is running under windows to AS/400.
    >Has anyone worked with python in that platform??[/color]

    Python has been ported to just about everything. As with many questions
    asked here, google is your friend. You can search both the web and clp
    archives.

    tjr


    Comment

    • Jarek Zgoda

      #3
      Re: python As400

      Enrique <enrique.palomo @xgs-spain.com> pisze:
      [color=blue]
      > I'm very interested in python for AS/400. I must migrate an application that
      > is running under windows to AS/400.
      > Has anyone worked with python in that platform??[/color]

      Yes, with real pleasure. ;)
      [color=blue]
      > what about performace??[/color]

      Worse than CL/RPG, similar to Java, better than REXX -- in case of batch
      jobs. Didn't try running Python scripts interactively.
      [color=blue]
      > The scripts are basicly of string manipulation and i/o.[/color]

      Check http://www.iseriespython.com/

      --
      Jarek Zgoda
      Unregistered Linux User #-1
      http://www.zgoda.biz/ JID:zgoda-a-chrome.pl http://zgoda.jogger.pl/

      Comment

      Working...