from clipper move to python

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

    from clipper move to python

    Hi Everyone,

    I'm starting learning python about 2 weeks, and still have
    difficulties to create GUI based application because I never learn
    about classes and other OOP things. Does anyone knows how to
    create text console application like clipper using python.

    Thanks,


  • Albert Hofkamp

    #2
    Re: from clipper move to python

    On Mon, 15 Sep 2003 13:00:57 +0700, ads <ads@chead.or g> wrote:[color=blue]
    > Hi Everyone,
    >
    > I'm starting learning python about 2 weeks, and still have
    > difficulties to create GUI based application because I never learn
    > about classes and other OOP things. Does anyone knows how to
    > create text console application like clipper using python.[/color]

    I don't know what clipper looks like, but you may want to have a look at
    curses, which I believe is also available with a Python interface (no
    doubt called pycurses or something in that direction).


    Albert
    --
    Unlike popular belief, the .doc format is not an open publically available format.

    Comment

    • Ken Roberts

      #3
      Re: from clipper move to python

      ads <ads@chead.or g> wrote in message news:<mailman.1 063605800.2328. python-list@python.org >...[color=blue]
      > Hi Everyone,
      >
      > I'm starting learning python about 2 weeks, and still have
      > difficulties to create GUI based application because I never learn
      > about classes and other OOP things. Does anyone knows how to
      > create text console application like clipper using python.
      >
      > Thanks,[/color]

      For those who ask - clipper is a programming language that is a
      compiled version of dBase relational database scripting language.

      Comment

      • Graham Fawcett

        #4
        OT: Re: from clipper move to python

        Ken Roberts wrote:
        [color=blue]
        >ads <ads@chead.or g> wrote in message news:<mailman.1 063605800.2328. python-list@python.org >...
        >
        >[color=green]
        >>Hi Everyone,
        >>
        >>I'm starting learning python about 2 weeks, and still have
        >>difficultie s to create GUI based application because I never learn
        >>about classes and other OOP things. Does anyone knows how to
        >>create text console application like clipper using python.
        >>
        >>Thanks,
        >>
        >>[/color]
        >
        >For those who ask - clipper is a programming language that is a
        >compiled version of dBase relational database scripting language.
        >
        >[/color]

        I'm not old enough to have stories about how I hacked on a shiny new
        PDP-10 or any such thing. But seeing Clipper on c.l.py brings back
        memories; my first real programming job was writing a database app in
        Clipper. How blazingly fast it was, compared with the earlier dBase III
        version of the app! Clipper was the One True Way to write data-driven
        apps. Or so I thought: I was a green kid back then, and hadn't even
        heard of SQL...

        Those console-based data-entry applications were infinitely more
        efficient for a good typist than anything that involves (or even allows)
        a mouse.

        rhapsodically yours,

        -- Graham



        Comment

        Working...