from clipper move to python

A

ads

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,
 
A

Albert Hofkamp

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.

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
 
K

Ken Roberts

ads said:
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,

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

Graham Fawcett

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

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,011
Latest member
AjaUqq1950

Latest Threads

Top