Grok-by-Example
by
Michael Haubenwallner
—
last modified
Jun 26, 2010 10:51 PM
Starting a series of postings about more or less basic Grok apps that are ported from other python web frameworks. Motivation is that you can look at the original source and the grok code side-by-side and deduce from both. Source is available from svn.zope.org/grokapps.
Examples so far
- Guestbook (ported from Google Appengine demo)
- 99 Bottles of Beer (alternate 'Hello World' in 1200+ languages)
- Wiki (Wiki using TinyMCE, ported from GAE example app)

In preparation
- Pastebin (ClueBin/ClueGun port to Grok)
Have fun exploring the sources.
Comment
Posted by Peter Bengtsson at 2008-08-25 14:25:51
Great work! I'm slowly working on a Grok cookbook that will not only make it possible to upload recipes of how to do random things in Grok but also with the ability to add the equivalent of those recipes in other frameworks so you can see side-by-side how it compares.
Unfortunately I have a tight deadline this month that prevents me from any strenuous Grok open source work.


Comment
R.