Question

I just finished working through Google's Wave Robot: Python Tutorial. The API Reference looks a bit imposing. Is there anything else I can look at to get up to speed?

Was it helpful?

Solution

Have a look at the Python sample bots on the sample gallery : http://wave-samples-gallery.appspot.com/results?language=Python&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.

Also, you could join the Wave API group on http://groups.google.com/group/google-wave-api. There's pretty good talk on there about it.

OTHER TIPS

Building the robot is fairly straight forward conceptually. The Python API itself however is buggy and hard to work with.

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top