Hi, I am very new to the python web applications. can some one help.
I have a python application with some functions in it.
1) The application reads an input file ( say, IN.txt).
the IN.txt file contains names of three other files( x.dat, y.txt, z.dat) that are
in the same directory.
2) then the application reads the data in the files x.dat, y.txt, z.dat and performs some calculations.
3) outputs the results in a file called out.txt
The application is running perfectly from command mode. I need to make it a web application so that it can be run in a browser from anywhere.
I tried with cherrypy and django tutorials, but could not succeed, as i am completely new to this field. can some one help with steps to proceed.
Your help is highly appreciated.
Thanks in advance!
Susanne
I have a python application with some functions in it.
1) The application reads an input file ( say, IN.txt).
the IN.txt file contains names of three other files( x.dat, y.txt, z.dat) that are
in the same directory.
2) then the application reads the data in the files x.dat, y.txt, z.dat and performs some calculations.
3) outputs the results in a file called out.txt
The application is running perfectly from command mode. I need to make it a web application so that it can be run in a browser from anywhere.
I tried with cherrypy and django tutorials, but could not succeed, as i am completely new to this field. can some one help with steps to proceed.
Your help is highly appreciated.
Thanks in advance!
Susanne
Comment