微型的 WSGI 框架 bustard

码农软件 · 软件分类 · Web框架 · 2019-03-25 14:13:45

软件介绍

bustard 是一个微型的 WSGI 框架。

主要特性:

  • router

  • orm

  • request and response

  • cookies and session

  • template engine

  • wsgi server

安装:

pip install bustard
pip install psycopg2      # if you need orm feature

示例:

from bustard.app import Bustard

app = Bustard()


@app.route('/')
def helloword(request):
    return 'hello world'

if __name__ == '__main__':
    app.run()

运行:

$ python hello.py
WSGIServer: Serving HTTP on ('127.0.0.1', 5000) ...

本文地址:https://codercto.com/soft/d/2124.html

产品经理面试宝典

产品经理面试宝典

[美] Gayle Laakmann McDowell、[美]Jackie Bavaro / 吴海星、陈少芸 / 人民邮电出版社 / 2015-3 / 59.00元

本书针对IT 行业产品经理,以面试为主线,首先介绍产品经理职责以及谷歌、微软等知名企业中产品经理的作用和要求;然后采访了几位知名企业的产品经理,介绍成为产品经理的基本素质;之后从简历准备、各公司面试要点到具体面试问题进行详细分析,这部分是本书的重点内容。读者对象包括IT 行业产品经理以及对如何做好产品有兴趣的人士。一起来看看 《产品经理面试宝典》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试