简体   繁体   English

Google Wave Python教程 - 下一步是什么?

[英]Google Wave Python Tutorial - What next?

I just finished working through Google's Wave Robot: Python Tutorial . 我刚刚完成了Google的Wave Robot:Python教程 The API Reference looks a bit imposing. API参考看起来有点气势。 Is there anything else I can look at to get up to speed? 还有什么我可以看看加快速度吗?

Have a look at the Python sample bots on the sample gallery : http://wave-samples-gallery.appspot.com/results?language=Python&api=Robots . 查看示例库中的Python示例机器人: http ://wave-samples-gallery.appspot.com/results?language = Pepy&api = Robots。 This can give you ideas of bots to make, and show you good practices, too. 这可以为您提供机器人的想法,并向您展示良好实践。 The gallery outlines the specific features of the API used by each bot. 该库概述了每个机器人使用的API的特定功能。

Also, you could join the Wave API group on http://groups.google.com/group/google-wave-api . 此外,您可以加入http://groups.google.com/group/google-wave-api上的Wave API组。 There's pretty good talk on there about it. 有关它的谈话非常好。

Building the robot is fairly straight forward conceptually. 在概念上构建机器人是相当直接的。 The Python API itself however is buggy and hard to work with. 然而,Python API本身就是错误的并且难以使用。

Were you able to build a simple robot that responds to commands? 你能够建立一个响应命令的简单机器人吗? That's a start IMHO. 这是恕我直言的开始。

My suggestion is to try to implement some small program and start experimenting with some features starting from the one that are kind of simple. 我的建议是尝试实现一些小程序,并从一个简单的程序开始尝试一些功能。 In this way you build momentum and will adventure in the deepest part of it. 通过这种方式,你可以建立动力,并在最深处进行冒险。 Of course reading the code of the api itself will help A LOT, and is python so ... a pleasant lecture. 当然阅读api本身的代码将有助于很多,而且是python所以...一个愉快的讲座。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM