This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these template messages) The topic of this article may not meet Wikipedia's general notability guideline. Please help to demonstrate the notability of the topic by citing reliable secondary sources that are independent of the topic and provide significant coverage of it beyond a mere trivial mention. If notability cannot be shown, the article is likely to be merged, redirected, or deleted.Find sources: "Grok" web framework – news · newspapers · books · scholar · JSTOR (April 2024) (Learn how and when to remove this message) This article may rely excessively on sources too closely associated with the subject, potentially preventing the article from being verifiable and neutral. Please help improve it by replacing them with more appropriate citations to reliable, independent, third-party sources. (April 2024) (Learn how and when to remove this message) (Learn how and when to remove this message)
Grok
Developer(s)Grok developers, Zope Developers, Zope Foundation
Initial release2006; 18 years ago (2006)
Stable release
5.0[1] Edit this on Wikidata / 29 January 2024; 5 months ago (29 January 2024)
Repository
Written inPython
TypeWeb framework
LicenseZope Public License
Websitegrok.zope.org Edit this at Wikidata

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

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.[6] 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.[7]

References

  1. ^ "Release 5.0". 29 January 2024. Retrieved 20 February 2024.
  2. ^ "Grok: or what I did on my holiday". Archived from the original on 2008-07-24. Retrieved 2008-08-30.
  3. ^ "Announcing five.grok: Grok on Zope 2!". 26 April 2008. Archived from the original on 2012-11-07. Retrieved 2008-08-30.
  4. ^ "update repoze.grok release". Archived from the original on 2009-02-07. Retrieved 2008-08-30.
  5. ^ "Dexterity meet Grok". Archived from the original on 2008-08-31. Retrieved 2008-08-30.
  6. ^ "Why Grok?". Archived from the original on 2008-08-24. Retrieved 2008-08-30.
  7. ^ "Competition". Archived from the original on 2008-08-19. Retrieved 2008-08-30.