Python--阅读优秀的代码

发布时间:2019-07-22 17:39:06编辑:auto阅读(1624)

    提高代码能力的另一个捷径:阅读优秀的代码

    • HowdoiHowdoi is a code search tool, written in Python.使用了stackoverflow.com 作为答案库
    • FlaskFlask is a microframework for Python based on Werkzeug and Jinja2.It’s intended for getting started very quickly and was developed withbest intentions in mind.
    • WerkzeugWerkzeug started as simple collection of various utilities for WSGIapplications and has become one of the most advanced WSGI utility modules.It includes a powerful debugger, full-featured request and response objects,HTTP utilities to handle entity tags, cache control headers, HTTP dates,cookie handling, file uploads, a powerful URL routing system and a bunchof community-contributed addon modules.
    • RequestsRequests is an Apache2 Licensed HTTP library, written in Python,for human beings.
    • TablibTablib is a format-agnostic tabular dataset library, written in Python.

关键字