Re: Beginner's questions

2001-08-03 Thread Joel Ricker
> Hi, > I am a Perl programmer but I miss some things in Perl. For this > reason I am looking for another, better (if any) programming > language. Maybe Python would be my choice. Can you please > answer the following Everybody else seems to have answered this pretty well but I just wanted to c

RE: Beginner's questions

2001-08-03 Thread Kevin Altis
> 5. What modules , except Tk, can I use for GUI programming with > Python? I must take this opportunity for a little self-promotion :) PythonCard is a software construction kit (in the spirit of Apple's HyperCard) written in Python. Prototype release 0.2.1 contains eight sample applications to

RE: Beginner's questions

2001-08-03 Thread Ken Kozman
PyQt is another great Python UI piece. It is basically a Python wrapper for Trolltech's Qt, which is (in my humble opinion) really nice. Here is a reference to it: http://www.thekompany.com/projects/pykde/index.php3?dhtml_ok=1 We use this for our application (which is not released yet) along wi