[Web-SIG] [ANN] Reahl 2.0.1 - "Python only" web framework

Iwan Vosloo iwan at reahl.org
Sun Apr 6 10:23:36 CEST 2014


Hello all,

We have released version 2.0.1 of the Reahl web framework.

This version runs on Linux, Windows and Mac and includes installation 
instructions for these platforms. It fixes a number of bugs that 
newcomers would have encountered in the previous version.

  * Features: http://www.reahl.org
  * Installation: 
http://www.reahl.org/docs/current/tutorial/gettingstarted.d.html

Reahl is a web application framework for Python programmers.

With Reahl, programming is done purely in Python, using concepts 
familiar from GUI programming - like reusable Widgets and Events. 
There's no need for a programmer to know several different languages 
(HTML, JavaScript, template languages, etc) or to keep up with the 
tricks of these trades. The abstractions presented by Reahl relieve the 
programmer from the burden of dealing with the annoying problems of the 
web: security, accessibility, progressive enhancement (or graceful 
degradation) and browser quirks.

Although a Reahl program benefits from having JavaScript available, it 
functions in the absence of JavaScript too. Search engines can crawl a 
Reahl program, and its pages can be bookmarked by browsers.

Regards
- Iwan


More information about the Web-SIG mailing list