https://www.djangoproject.com/
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. Built by experienced developers, it takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source.
Django框架的核心包括:一个 物件導向 的映射器,用作数据模型(以Python类的形式定义)和關聯性数据库间的媒介;一个基于正则表达式的URL分发器;一个视图系统,用于处理请求;以及一个模板系统。
核心框架中还包括:
Django 包含了很多应用在它的"contrib"包中,这些包括: