I've just started learning Python. Should I use ampps as my web server tool?
Announcement
Collapse
No announcement yet.
Should I go with ampps?
Collapse
X
-
^ It really depends on the applications that you want to write and how you plan on deploying them.
On AMP, using Python as CGI is pretty straight forward. But if you're thinking about using Python as you would using PHP, setting up might involve a bit more work both on your development and, eventually, on your production web servers.
If you're still undecided on what you're going to develop and how you're deploying it, perhaps using the SimpleHTTPServer would do. Here's a nice, short article that talks about how to use it: http://www.linuxjournal.com/content/...-server-python
Then, perhaps you'd want to have a look at Paste: http://pythonpaste.org/
And then, you'll want to try out the different web application frameworks that are available. Each of those frameworks will have different deployment strategies, i.e. deploying on an AMP server.I am a Man of Truth. I am a Free Human Person. I am a Peacemaker.
** Independent Multimedia Artist in Pasig **
-
-
-
Same answer.
AMPPS is just another way to get Apache + MySQL + Php/Python/Perl on your computer. But when developing with Python, you don't necessarily have to serve your projects through Apache— in other words, you can use SimpleHTTPServer or Paste, depending on what you want to do.I am a Man of Truth. I am a Free Human Person. I am a Peacemaker.
** Independent Multimedia Artist in Pasig **
Comment
-
-
^ Go ahead. Have fun.I am a Man of Truth. I am a Free Human Person. I am a Peacemaker.
** Independent Multimedia Artist in Pasig **
Comment
-
-
^Cool! Would you be so kind to post a link to a how-to on installing Django (and maybe Pylons/Pyramid) on AMPPS? I can't seem to find any. And their website only has stuff for PHP and JavaScript, so I'm guessing you did something special.I am a Man of Truth. I am a Free Human Person. I am a Peacemaker.
** Independent Multimedia Artist in Pasig **
Comment
-
Comment