ONLINE SERVER TO STORE AND RUN PYTHON SCRIPTS
coldfire
amangill.coldfire at gmail.com
Mon Aug 20 03:03:55 EDT 2012
On Monday, 20 August 2012 07:05:27 UTC+5:30, Jerry Hill wrote:
> On Sun, Aug 19, 2012 at 6:27 PM, coldfire <amangill.coldfire at gmail.com> wrote:
>
> > Also I have no idea how to deploy a python script online.
>
> > I have done that on my local PC using Apache server and cgi but it Works fine.
>
> > Whats this all called? as far as I have searched its Web Framework but I dont wont to develop a website Just a Server which can run my scripts at specific time and send me email if an error occurs.
>
> > I use Python And i am not getting any lead.
>
>
>
> If you want to host web pages, like your're doing on your local pc
>
> with Apache and cgi, then you need an account with a web server, and a
>
> way to deploy your scripts and other content. This is often known as
>
> a 'web hosting service'[1]. The exact capabilities and restrictions
>
> will vary from provider to provider.
>
>
>
> If you just want an alway-on, internet accessable place to store and
>
> run your python scripts, you may be interested in a 'shell
>
> account'[2], or if you need more control over the environment, a
>
> 'virtual private server'[3].
>
>
>
> That may give you a few terms to google, and see what kind of service you need.
>
>
>
> 1 http://en.wikipedia.org/wiki/Shell_account
>
> 2 http://en.wikipedia.org/wiki/Web_host
>
> 3 http://en.wikipedia.org/wiki/Virtual_private_server
>
>
>
> --
>
> Jerry
Thanks a ton I will look into these and Get back to u
More information about the Python-list
mailing list