Go Back   CodingForums.com > :: Server side development > Other server side languages/ issues > Python

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-26-2011, 12:26 PM   PM User | #1
W.Stephen
New to the CF scene

 
Join Date: Aug 2011
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
W.Stephen is an unknown quantity at this point
Should I go with ampps?

I've just started learning Python. Should I use ampps as my web server tool?
W.Stephen is offline   Reply With Quote
Old 08-26-2011, 04:36 PM   PM User | #2
Samhain13
Regular Coder

 
Samhain13's Avatar
 
Join Date: Aug 2008
Location: Pilipinas
Posts: 165
Thanks: 4
Thanked 18 Times in 18 Posts
Samhain13 is on a distinguished road
^ 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 **
Samhain13 is offline   Reply With Quote
Old 08-27-2011, 01:47 PM   PM User | #3
W.Stephen
New to the CF scene

 
Join Date: Aug 2011
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
W.Stephen is an unknown quantity at this point
Sorry but I'm referring to ampps http://www.ampps.com/
W.Stephen is offline   Reply With Quote
Old 08-28-2011, 07:32 PM   PM User | #4
Samhain13
Regular Coder

 
Samhain13's Avatar
 
Join Date: Aug 2008
Location: Pilipinas
Posts: 165
Thanks: 4
Thanked 18 Times in 18 Posts
Samhain13 is on a distinguished road
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 **
Samhain13 is offline   Reply With Quote
Old 08-29-2011, 10:01 AM   PM User | #5
W.Stephen
New to the CF scene

 
Join Date: Aug 2011
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
W.Stephen is an unknown quantity at this point
Thanks But I also want to try apache server with it.
W.Stephen is offline   Reply With Quote
Old 08-30-2011, 10:45 PM   PM User | #6
Samhain13
Regular Coder

 
Samhain13's Avatar
 
Join Date: Aug 2008
Location: Pilipinas
Posts: 165
Thanks: 4
Thanked 18 Times in 18 Posts
Samhain13 is on a distinguished road
^ 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 **
Samhain13 is offline   Reply With Quote
Old 08-31-2011, 08:16 AM   PM User | #7
W.Stephen
New to the CF scene

 
Join Date: Aug 2011
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
W.Stephen is an unknown quantity at this point
thanks!! I've already installed Djano through ampps and it was quite easy.
W.Stephen is offline   Reply With Quote
Old 09-01-2011, 05:46 AM   PM User | #8
Samhain13
Regular Coder

 
Samhain13's Avatar
 
Join Date: Aug 2008
Location: Pilipinas
Posts: 165
Thanks: 4
Thanked 18 Times in 18 Posts
Samhain13 is on a distinguished road
^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 **
Samhain13 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 08:53 PM.


Advertisement
Log in to turn off these ads.