I would ask the following: What is the development timeline of this project? Are there many users of this web project, or just a few that do intensive things? If you have a short timeline to develop, or expect few users (but the ones who do are doing intensive operations), then I think python would be the way to go. Its blazingly fast to develop and prototype, but as a web-language, its not very efficient (unless you forgo running it in apache and run the app as a twisted-python server) If you're looking at a longer timline to develop, then I'd look at perl and php. I think mod_perl is a great environment for building large complex web apps. I think php is great for doing highly user based stuff. The way php files are written/executed though, I'm not a large fan of it for "large" sites in regards to the number of pages one can navigate to. If you have lets say 10-20 possible page views/page types, I think php works well at even very high volume use. Right now I'm working on a project that has many many many variations on pagetypes, and I dont think it would have worked well on php at all. In oop mod_perl though, it is very natural and nice.

In reply to Re: Advice of picking the language for my job, please by nmerriweather
in thread Advice of picking the language for my job, please by gb_lexter

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.