TurboGears!

print Serving on port 8080... httpd
make_server('', 8080, config.make_wsgi_app( httpd.serve_forever(
which you can then run on Python itself: $ pip install TurboGears2 $ python myapp.py TurboGears can scale to a full stack solution for more complex applications using TurboGears devtools: $ pip install tg.devtools $ gearbox quickstart myproj The newly created myproj application can be started with the **Gearbox** toolchain: $ cd myproj $ pip install e . $ gearbox serve # Feature Complete and Flexible¶ * Starts as a microframework #single-file-application and scales up to a fullstack #full-stack-projects solution * Code that is as natural as writing a function #controller-code * A

TurboGears alternatives

  • Node.js

  • tags: application-builder javascript server-side server-software web-applications
  • CodeIgniter

  • PHP (version 4 or 5) framework with a thin model layer. Includes an ActiveRecord class for database agnostic (mostly) data retrieval. Good community support in its forums.

    tags: development framework php php-development php-framework
  • Ruby on Rails

  • Ruby on Rails is an open source full-stack web application framework for the Ruby programming language. Rails is a full-stack framework, meaning that it gives the Web developer the full ability to gather information from the web server, talking/querying the database, and template rendering out of the box.

    tags: framework programming web-application-framework web-development
  • web2py

  • Web2py is an open source web application framework. Web2py is written in the Python language and is programmable in Python. Since web2py was originally designed as a teaching tool with emphasis on ease of use and deployment, it does not have any project-level configuration files

    tags: cms dal python web-framework
  • Grails

  • Grails is a high-productivity web framework based on the Groovy language that embraces the coding by convention paradigm, but is designed specifically for the Java platform.

    tags: web-application-framework web-development
  • Willer Framework

  • Willer is a PHP framework, highlighting the features of ORM, MVC, and Bundle.

    tags: cms codeigniter developer-tools django framework
  • Pylons Framework

  • Pylons Framework is an open source Web application framework written in Python. It makes extensive use of the Web Server Gateway Interface standard to promote reusability and to separate functionality into distinct modules. It is strongly influenced by Ruby on Rails: two of its main components, Routes and WebHelpers, are Python reimplementations of Rails features.

    tags: developer-tools web-application-framework web-development