google web toolkit - ReadWriteWeb http://www.readwriteweb.com/feeds/tag/google web toolkit en Copyright 2009 Richard MacManus readwriteweb@gmail.com Tue, 24 Nov 2009 06:24:50 -0800 http://www.sixapart.com/movabletype/?v=4.23-en http://blogs.law.harvard.edu/tech/rss Pyjamas: Build AJAX Apps in Python pyjamas_logo_nov_08.jpgAccording to the Pyjamas website, many people, when discovering Google Web Toolkit wonder why they can't use Python instead of Java.

With Pyjamas, this is now possible.

]]>Sponsor

]]> Similar to GWT, a Java software development framework, Pyjamas is a cross-browser Web App development API that allows you to write your client side functionality in Python instead of Java.

While it looks like a desktop API, Pyjamas is a stand alone Python to JavaScript compiler, an AJAX framework / library and a comprehensive widget set API.

The advantage of using Pyjamas is that you can write Web applications in Python instead of HTML and JavaScript; rather than trying to fit as much HTML as you can into one page, you can reuse and import classes and modules.

Additionally, the AJAX library deals with the entire browser interoperability issue - you don't need to worry about the browser wars to make your app cross browser compatible for IE6, IE7, Firefox, Safari, Opera etc.

pyjamas_nov_08.jpg

If you're interested in learning more, the Pyjamas site points to a tutorial, an online version of the Pyjamas Book, and other useful links.

]]>Discuss]]>
http://www.readwriteweb.com/archives/pyjamas_build_ajax_apps_in_pyt.php http://www.readwriteweb.com/archives/pyjamas_build_ajax_apps_in_pyt.php Web 2.0 Tech Sat, 29 Nov 2008 10:03:15 -0800 Lidija Davis