Web Analytics Made Easy -
StatCounter Should I go with ampps? - CodingForum

Announcement

Collapse
No announcement yet.

Should I go with ampps?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Should I go with ampps?

    I've just started learning Python. Should I use ampps as my web server tool?

  • #2
    ^ 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 **

    Comment


    • #3
      Sorry but I'm referring to ampps http://www.ampps.com/

      Comment


      • #4
        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


        • #5
          Thanks But I also want to try apache server with it.

          Comment


          • #6
            ^ 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


            • #7
              thanks!! I've already installed Djano through ampps and it was quite easy.

              Comment


              • #8
                ^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

                Working...
                X
                😀
                🥰
                🤢
                😎
                😡
                👍
                👎