Start working as a Python Web Developer next Monday
It’s only a five-weeks work placement, but hope that will lead to a permanent position in the end. Back to work from long vacation
It’s only a five-weeks work placement, but hope that will lead to a permanent position in the end. Back to work from long vacation
近日twitter 看replies功能不能用,但是twitter api还是好的, 所以试着用python-twitter来看replies, 效果不错, 不知道python是什么的同学请忽略此帖
首先安装python-twitter, 最方便的做法可能是用easy_install
easy_install python-twitter
下面是代码
import twitter
def getTwitterReplies():
api = twitter.Api(username='twitter用户名', password='twitter密码')
replies = api.GetReplies()
replies.reverse()
for item in replies:
print item.user.screen_name, ': ', item.text
我是放在ipython当中,直接输函数名就可以看到结果了
Google App Engine 北京时间今天正午发布,preview accounts(1万个)几分钟就被抢光了
简单来说是一个python应用hosting 环境,GvR说了迟点会加入其他语言的支持
有兴趣的人可以先下载SDK
相关报道:
http://radar.oreilly.com/archives/2008/04/app-engine-host-your-python-apps-with-google.html
Update:1点多的时候拿到了我的Google App Engine Account
xlp223 16:33 on November 4, 2006 Permalink
我已经翻译了一下。确实好文章。