Johnny Ye’s Blog

Johnny Ye’s Blog

Entries for the ‘Others’ Category

Barack Obama’s Top 5 technology promises

Silicon Valley has been complaining for years that government has neglected a technology-focused promotion of education, but besides with, what can the IT industry expect from the new president? TG Daily re-visited Obama’s speeches and highlight what we believe are the five most important technology promises, besides education.

read more | digg story

Python on 1and1.com Host

1and1 claims that they support Python. I am able to create python scripts, and put them in cron job. I can also create python script to serve as web page by giving it executable right. The script looks like:

#!/usr/bin/python2.5
print “Content-Type: text/html”
print
print “”"\
<html>
<body>
<h2>Hello World!</h2>
</body>
</html>
“”"
The default version of python, /usr/bin/python is 2.4.4

But here is the catch, 1and1 does not have a python web framework available! They do have django on the server, but django-admin is no where to be found. :(   Ruby is also on 1and1, but no Rails!!!