为Web开发人员准备的 8 个 Python 框架

jopen 9年前

1. Django:

为Web开发人员准备的 8 个 Python 框架

Django has number of individual benefits. The tool helps in reducing the size of the code. It also enables fast and easy web development process. High-end developers always prefer Django over all other frameworks. The tool follows DRY (Don’t Repeat Yourself) principal. You can use Django to reuse the code for quicker development.

2. Flask:

为Web开发人员准备的 8 个 Python 框架

Flask is microframework that can extend its simple core. A new programmer might find it very difficult to use it as it lacks several important features. The tool allows extensions that make it comparatively easier to add required functionality to your Java code. Some of the features of Flask are perfect for development like unit testing. Flask allows secure cookies for client applications.

3. CherryPy:

为Web开发人员准备的 8 个 Python 框架

CherryPy is important tool for python development. The tool has pythonic interface that lets developers integrate any module in python. The best part of CherryPy is the ability to customize each function and its native adapter. CherryPy offers most of the WSGI-enabled adapter support.

4. Pyramid:

为Web开发人员准备的 8 个 Python 框架

Pyramid is known for its efficient and fast-pace development abilities. The best part of Pyramid framework is inclusion of some of the most exclusive features. The open source framework has platform independent MVC structure and minimalistic approach in development.

5. Web.py:

为Web开发人员准备的 8 个 Python 框架

Web.py is the unique python framework. The framework is known for its simplistic approach and powerful development ability. You can easily write web apps using Web.py. The framework offers zero limitations and ease of user. Some programmers find that Web.py lacks certain features.

6. Grok:

为Web开发人员准备的 8 个 Python 框架

Grok is based on Zope toolkit. The framework emerged as an extension of Zope to make it easier for programmers to use. Grok can offer multiple building blocks and excellent community. Grok follows DRY approach.

7. Pylons:

为Web开发人员准备的 8 个 Python 框架

Pylons offers great flexibility to developers. The framework is based on an idea to combine some of the best feature offered by numerous Python frameworks. You will find all important features of different frameworks in combined form in Pylons. You can use any feature of your choice to make web development efficient.

8. TurboGears:

为Web开发人员准备的 8 个 Python 框架

This is a popular conclusive framework with all the features of other Python frameworks. You can extend its capabilities to use it as full-stock solution. TurboGears is also useful for micro framework projects. You never feel like you are working on a framework. TurboGears feels like you are writing new functions. You can create read-to-extend application under a minute using TurboGears.