Qin-BL / stock_analysis

stock analysis--量化分析

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A web framework

Authentication

1.cookie:

self.set_secure_cookie, self.get_secure_cookie

2.use post first,use _xsrf to avoid xsrf

Note:

1.use async
2.request handler: init-->handler-->control-->db
3.use sql instead of mvc

About

stock analysis--量化分析


Languages

Language:Python 100.0%