Hi,

I just wanted to point you to Gluon:

http://mdp.cti.depaul.edu/examples

it is a web framework designed by a teacher (me) with students in mind. It 
requires no installation and no configuration. It comes with web server and sql 
database in one package. The all development, deployment and management of 
applications is done via a web interface. It allows teachers to focus on the 
Model-View-Controller without messing up with details such as shell programming.

Everything has a default: Students can design the database and the system gives 
them an administrative interface. Students can design the application logic and 
the system writes default generic templates to present the output in html.

Applications can be packaged via the web interface and easily exchanged between 
students and faculty. The framework has a built-in ticketing system so one can 
retrieve and debug errors at a later time.

If you like Rails and Django, you may like Gluon.

We will be using it at DePaul in a new class on Web Frameworks and possibly to 
teach intro web programming concepts.

Massimo Di Pierro
DePaul University, School of Computer Science, Telecommunications and 
Information Systems
_______________________________________________
Edu-sig mailing list
[email protected]
http://mail.python.org/mailman/listinfo/edu-sig

Reply via email to