LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Language for a simple gui and database connectivity (https://www.linuxquestions.org/questions/programming-9/language-for-a-simple-gui-and-database-connectivity-26600/)

JHuizingh 07-26-2002 11:32 AM

Language for a simple gui and database connectivity
 
I am probably going to write a small program that has an X gui and connects to a database. I wil need to learn the language though. I don't think the database connectivity will be a problem because most languages can connect to most databases (I will probably use MySQL).

I am looking for a relatively easy way to do the gui. Right now I am considering Python and Tkinter. Does anybody else have suggestions or would anyone like to compare/contrast it with other possibilities? Thanks.

webtoe 07-26-2002 12:32 PM

Kylix/Delphi may be what you want. Its an integrated RAD which makes it quick and can make fairly good GUI interfaces. It also has the ability to interface with databases. Not good for huge projects but is good enough for most GUI things. Seems to have been designed primarily as a front end for things, that's the feel it gives off. Easy syntax (its what they teach us programming with at my college in England) but still fairly robust.

It is free (no money) for both linux and windows as long as its not for resale (in linux it has to be released under the GPL). Otherwise you have to buy the development enviroment.

Hope that helps some

Alex

P.S. From what ive heard python is a good language from what ive heard.

JHuizingh 07-26-2002 12:50 PM

Thanks for the advice, I'll check it out.


All times are GMT -5. The time now is 08:05 AM.