[Python] Flask

Source: Internet
Author: User

Flask Installation

Package      Version
------------ -------
Click 6.7
Flask
Itsdangerous 0.24
JINJA2 2.10
Markupsafe 1.0
Werkzeug

beans.py

#-*-Coding:utf-8-*-class Student (object): From    functools import singledispatch    @singledispatch    def fun ( ARG, verbose = False):        if verbose:            print ("Please let me say:", end= ")        print (ARG)    @fun. Register (int) C7/>def _ (ARG, verbose=false):    @property    def Scorexx (self):        return Self._scorex    @scorexx. Setter    def scorexx (self, value):        if not isinstance (value, int):            raise ValueError (' Scorexx must is an integer. ')        if value<0 or value>100:            raise ValueError (' value must between 0 and. ')        Self._scorex = Valueif __name__ = = ' __main__ ':    stu = Student ()    Stu.scorexx = Stu.scorexx    = 101    PR Int (Stu.scorexx)

webapp.py

1 #-*-coding:utf-8-*-2  fromFlaskImportFlask3 ImportJSON4 5App = Flask (__name__)6 7 8@app. Route ('/')9 defHello_world ():TenML = ['Hello Flask workd','Hello, flask world! '] One     Print(ML) A     Print(Type (ml)) -     Print(Type (str (ml) )) -     returnStr (json.dump (ml[0)) the  -  - if __name__=='__main__': -App.run ()

[Python] Flask

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.