Python can do it for me?

S

silasju

Hello people! I think it is my first message here.

Well, I would go to start a Delphi database program, but now my client
want a program that runs in Linux. So I want to know your opinion:
what best language/IDE I can use for my purposes? I need mainly:

MySQL or Potsgree SQL ***remote connection***(it's the most important).
GUI interface.
Report generator.
Barcode printing.

I just remember that for now...

Maybe PyGTK can do it for me? What do you think?

What do you think?

Thank you! Bye!
 
G

Grigoris Tsolakidis

PyQt for example will do all this + Python but the desition is not that
easy....
 
B

Benji York

MySQL or Potsgree SQL ***remote connection***(it's the most important).
GUI interface.
Report generator.
Barcode printing.

I've done all of these very successfully in Python.
Maybe PyGTK can do it for me? What do you think?

I've never used PyGTK, but it looks nice. I've generally stuck with
wxPython.
 
S

silasju

Really? I see Python is very good general-purpose language. I studing
TCL, C++ and Java too.

And remote conection? Do you know something?

Thank you very much! Bye!
 
R

Richard Lewis

Really? I see Python is very good general-purpose language. I studing
TCL, C++ and Java too.

And remote conection? Do you know something?
You mean connecting to a database from a remote machine?

Most (probably all) database modules for Python allow you to access the
database using the server/host name of the database server. So as long
as your database server accepts connections from remote machines this
will not be a problem.

Cheers,
Richard
 

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
474,297
Messages
2,571,536
Members
48,284
Latest member
alphabetsalphabets

Latest Threads

Top