Rahul Sharma (Editor)

Grok (web framework)

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Written in
  
Python

License
  
Zope Public License

Type
  
Web framework

Developer(s)
  
Grok developers, Zope Developers, Zope Foundation

Initial release
  
2006; 11 years ago (2006)

Stable release
  
Grok 1.14.1 / February 15, 2016; 12 months ago (2016-02-15)

Grok is an open-source web framework based on Zope Toolkit technology. The project was started in 2006 by a number of Zope developers. Its core technologies (Martian, grokcore.component) are also used in other Zope-based projects.

The primary motive behind Grok is to make the Zope Toolkit technology more accessible and easier to use for newcomers and, at the same time, speed up application development, in accordance with the agile programming paradigm. To achieve this, Grok uses convention-over-configuration instead of using an explicit XML based configuration language (ZCML) as Zope Toolkit and BlueBream do. Grok uses Python code for component configuration, and has many implicit defaults and conventions. Grok is similar in feel to other Python Web frameworks such as TurboGears, Pylons and Django.

References

Grok (web framework) Wikipedia