Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web interface with python

Status
Not open for further replies.

julie25

Programmer
Aug 7, 2003
22
FR
Hi,
I'm developping a database with python and mysql and I will have to develop a web interface.
I don't really know which technology to use. I saw on web zope.org, wxpython, pyqt...
is there anyone that can help me and recomand me a tool to develop my interface?
Thanks a lot,
Julie
 
hi Julie,
What resources do you have available? are you planing on using IIS or Apache for the server?

That will dictate the technology you may want to turn to in the interface over the net.

___________________________________________________________________

The answer to your ??'s may be closer then you think.
Check out Tek-Tips knowledge bank by clicking the FAQ link at the top of the page
[/color][/sub]
 
mod_python

or in reality you can write an interface that directly connects to SQL over tcp/ip... and runs on client machines.

5amYan
4.6692016090
-- Last line of authors current message --
 
you might try Jython embedded in Java servlets feeding data to JSPs.
 
I finally developped the interface directly in php with calls to mysql..
thanks for your help!

Julie
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top