CGI or Python ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hassandraga
    New Member
    • Feb 2012
    • 3

    CGI or Python ?

    Hello,

    I want start a new web project using Python, but i want to know if using CGI is a good idea ?

    CGI: www.mydomain.co m/cgi-bin/index.cgi

    or

    Python: www.mydomain.co m/index.py

    What you think ? using CGI is more helpful ?
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    What difference does it make? They're both old school anyway.

    Comment

    • hassandraga
      New Member
      • Feb 2012
      • 3

      #3
      You can use CGI when you want to use multiple languages, like Python and C++, but this method use more RAM resources and its slow..

      Comment

      • eGrove Systems
        New Member
        • Dec 2012
        • 6

        #4
        CGI or Python?

        Using CGI is a good idea.

        Comment

        Working...