uniquejava / blog

My notes regarding the vibrating frontend :boom and the plain old java :rofl.
Creative Commons Zero v1.0 Universal
11 stars 5 forks source link

flask #64

Open uniquejava opened 7 years ago

uniquejava commented 7 years ago

blogs

Developing RESTful APIs with Python and Flask

Build Simple Restful Api With Python and Flask Part 1

Build Simple Restful Api With Python and Flask Part 2

Flask by example(14 blogs)

books

Flask Web Development, 2nd Edition

➜  ~ sudo easy_install virtualenv
➜  ~ git clone https://github.com/miguelgrinberg/oreilly-intro-to-flask-video.git
➜  ~ cd oreilly-intro-to-flask-video
➜  ~ virtualenv venv(翻,不然很卡)
New python executable in /Users/cyper/tryndrop/flask/venv/bin/python2.7
Also creating executable in /Users/cyper/tryndrop/flask/venv/bin/python
Installing setuptools, pip, wheel...
➜  ~ source venv/bin/activate
➜  ~ which python
uniquejava commented 6 years ago

What are Flask Blueprints, exactly?

What are Flask Blueprints, exactly? Flask by example 8 (Understanding Flask blueprints)

flask_login

Minimal Flask-Login Example