Archive for the ‘Python’ Category

Adding Python CGI support to Apache

Tuesday, September 23rd, 2008

The reason I start to learn Python is to play with Google App Engine. So I think I should learn Python web programming. I need to add Python support to my Apache server. Someone recommanded me to use “mod_python”. But unfortunately I can’t install the mod_python correctly. Therefore, I have to use Python CGI. (more…)

I am Going to Learn Python

Tuesday, September 23rd, 2008

A few days ago I knew Google App Engine. A free service for hosting your own web application. App Engine uses the server farm of Google. So I think it is very stable and safe. However, up to now App Engine only support Python language. I knew a little about Python several years ago, but at that time I am not very interested in it. Last month I made a survey, most of people think that Python is the most interesting programming language. I believe it is true.

Although it is said that Google App Engine may support PHP and other languages. I don’t want to wait until the day comes. If I start to learn Python, after some days I can play with App Engine. I wish Python would give me more nice feelings.