Python--阅读优秀的代码
2023-01-31 01:01:40
python
提高代码能力的另一个捷径:阅读优秀的代码
- 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.
相关文章