Google Code is an umbrella term for a series of AJAX APIs (Asynchronous JavaScript and XML Application Programming Interface). AJAX is a method for creating dynamic web content using Document Object Models (DOM), XHTML, XML and JavaScript to make the content more interactive and responsive. NOTE: To use the APIs you have to register at http://code.google.com.
AJAX is what allows the Google APIs to work with your web content independent of your scripting language. In most cases inclusion of the API is a simple copy and paste operation. The Google Web Toolkit (GWT) is available for those who wish to refine or mashup APIs. There are several flavors of the GWT and you should be able to find a version that works on your platform. Yes, the GWT is platform specific but its output is JavaScript. GWT a topic for another article on another day. More information can be found at http://code.google.com/webtoolkit.