364,111 Members | 2009 Browsing Online
Community for Developers & IT Professionals
Bytes IT Community

CGI or Python ?

hassandraga
P: 2
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.com/cgi-bin/index.cgi

or

Python: www.mydomain.com/index.py

What you think ? using CGI is more helpful ?
Feb 16 '12 #1
Share this Question
Share on Google+
2 Replies


drhowarddrfine
Expert 2.5K+
P: 4,754
What difference does it make? They're both old school anyway.
Feb 16 '12 #2

hassandraga
P: 2
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..
Feb 17 '12 #3

Post your reply

Help answer this question



Didn't find the answer to your Python question?

You can also browse similar questions: Python cgi python