web2py - Python Web Framework
web2py is a full-stack framework for rapid development of fast, scalable, secure and portable database-driven web-based applications. This framework is based on Model-View-Controller design and it has support to Server-side form validation and postbacks. It has the ability to generate forms from database tables and it includes an extensive set of validators.
It is easy to install and configure. The package includes Python interpreter, web-server, relational database. Its admin interface is easy to configure and helps to create a new application, upload a packed application, maintain and download them.
It has support for SSL and streaming-capable web server, a relational database, a web-based integrated development environment and web-based management interface, a Database Abstraction Layer that writes SQL for you in real time, internationalization support, multiple authentication methods, role based access control, an error logging and ticketing system, multiple caching methods for scalability, the jQuery library for AJAX and effects.
http://web2py.com/
comments powered by Disqus
Related Products
Instant-press - Instant Press is an open source CMS developed in Web2py Framework (Python language)
OverviewInstant Press is an open source CMS developed in Web2py Framework (Python language). Instant Press is simple, easy to use and attractive. Upload to your web2py framework or to Google Application Engine and you are ready to start! Last version: Beta 6 Main FeaturesFree and Open Source Manage articles, posts, and pages Manage users, categories, links, comments, uploads, styles Change logo, and front page without editing source code. Comments can be disable, or use disqus as comment system.
Pycopia - Collection of Python modules for developers of network tools and QA frameworks.
IntroductionA framework of frameworks for rapid application development in Python. It includes packages for XML and XHTML parsing and generating, SNMP manager, SMI query API, Cisco-style CLI framework, QA automation, program control, and more. Some assembly required. sub-projectsPycopia is divided up into a collection of sub-projects, each concentrating on a specific problem domain or category. The following lists the current set of sub-projects. pycopia-aidGeneral purpose objects that enhance P
Python-pages - Web application Stack
Important: This project is not maintained anymore. I leared a lot about language design, parsers, compilers and web frameworks by writing this web application stack. But better framework do exist. Maybe you want to take a look at Django. I like it a lot (apart from it's default templating language.) It works really well. The code of this framework will stay on-line AS IS, as reference for whoever is interested. -- Jonathan Slenders Python pages is a framework that makes it easier to develop web
Modwsgi - Python WSGI adapter module for Apache.
What Is mod_wsgi?The aim of mod_wsgi is to implement a simple to use Apache module which can host any Python application which supports the Python WSGI interface. The module would be suitable for use in hosting high performance production web sites, as well as your average self managed personal sites running on web hosting services. Modes Of OperationWhen hosting WSGI applications using mod_wsgi, one of two primary modes of operation can be used. In 'embedded' mode, mod_wsgi works in a similar w
Rad2py - Rapid Aplication Development platform for python
This project aims to provide a modern, cross-platform, fully-featured and totally integrated development environment (IDE - CASE) for Python, including: ide2py: Interactive Shell with Introspection Stylized Code Editor: Autocompletion & Calltips Highlight Syntax error, style issues (pep8), static checks (pyflakes) and doctests Incorporated QdbRemotePythonDebugger Remote Shell with introspection & Console redirection Edit and continue (fix small typo errors on the fly!) Quick inspect variables on
Djangomud - A simple MUD server using the Django framework
The Django framework is a application framework to create web applications. It also contains a very good database ORM and a pretty good template engine. The DjangoMUD project is using the django framework, most of all the database ORM, to create a MUD server. However, since the MUD server already have a complete web-framework at its disposal, there will also be a web portal for mostly administrative work. For the network handling and main eventloop, the Twisted framework is used. Instead of usin
Django-on-twisted - Small set of script for running Django on the twisted.web2 framework.
This is DOT(Django On Twisted)Normally, django runs on Apache web server as production server or runserver feature in django for development, but under Apache, it takes too much time to (re)start and is difficult to combine other python-based network applications, like pydirector for load-balancing, so I use this script for running django on Twisted.web2 framework. The DOT is the derived work of jnoetzelman's work in Django development trac. RequirementPython 2.5(or later) twisted framework 2.5(
Planet-web2py - Simple and minimal web2py based planet (feed aggregator)
planet-web2py is a feed aggregator writen in Python using the web2py web development framework. Basic features: Fetch and parses feeds (Mark Pilgrim's using FeedParser) Store feeds entries in the database Generate a aggregated page Provide his own new feed (rss2 by now) The idea is to keep it as simple as possible, easy to install and use. This application relies on web2py included facilities: appadmin web interface to add/remove feeds web2py cron service to refresh entries cache to speed-up pag
Uliweb - UnLimited Web Framework
About UliwebUliweb is a Python based web framework. This project was created and lead by Limodou <limodou@gmail.com>. Hello, Uliweb(Your First Uliweb Project)Don't need to write a single code line, you'll see the "Hello, Uliweb" demo. svn checkout http://uliweb.googlecode.com/svn/trunk/ uliwebpython setup.py developuliweb makeproject Testcd Testuliweb makeapp Hellouliweb runserverThen open your browser and visit: http://localhost:8000. LicenseUliweb is released under BSD license. InfrastructureU
Tryton-nereid - Tryton as a web framework
NereidTryton as a Web Framework extends Tryton - a powerful three tier business application framework written in Python to work as a web framework. IntroductionThe idea to use Tryton as a web framework originated from our internal need to develop our web portal for customers. We realised that we had nearly replicated modules in Django to achieve the same. The modularity of Tryton, availability (or is it surplus) of web frameworks and standards in Python encouraged us to develop this module. Feat