Upgrade to Pro — share decks privately, control downloads, hide ads and more …

HwH-SAE-101

Zoom.Quiet
September 26, 2014

 HwH-SAE-101

140927 HwH by GDG Zhuhai
the mini hackathon learnning for Python+SAE

Zoom.Quiet

September 26, 2014
Tweet

More Decks by Zoom.Quiet

Other Decks in Technology

Transcript

  1. Zoom.Quiet (CC)by-nc-sa #总之 + Python 很直觉 + 本地环境是地基 + SAE

    原型发布好去处 + 珠海生活中的技术社区
  2. Zoom.Quiet (CC)by-nc-sa #hacking.macro-framwork.bottle from bottle import route, run, template @route('/hello/<name>')

    def index(name='World'): return template('<b>Hello {{name}}</b>!' , name=name) run(host='localhost', port=8080)
  3. Zoom.Quiet (CC)by-nc-sa #hacking.macro-framwork.bottle from bottle import route, run, template @route('/hello/<name>')

    def index(name='World'): return template('<b>Hello {{name}}</b>!' , name=name) run(host='localhost', port=8080)
  4. Zoom.Quiet (CC)by-nc-sa from bottle import route, run, template @route('/hello/<name>') def

    index(name='World'): return template('<b>Hello {{name}}</b>!' , name=name) run(host='localhost', port=8080) #hacking.macro-framwork.bottle
  5. Zoom.Quiet (CC)by-nc-sa #hacking.macro-framwork.bottle from bottle import route, run, template @route('/hello/<name>')

    def index(name='World'): return template('<b>Hello {{name}}</b>!' , name=name) run(host='localhost', port=8080)
  6. Zoom.Quiet (CC)by-nc-sa #hacking.macro-framwork.bottle from bottle import route, run, template @route('/hello/<name>')

    def index(name='World'): return template('<b>Hello {{name}}</b>!' , name=name) run(host='localhost', port=8080)
  7. Zoom.Quiet (CC)by-nc-sa #hacking.macro-framwork.bottle from bottle import route, run, template @route('/hello/<name>')

    def index(name='World'): return template('<b>Hello {{name}}</b>!' , name=name) run(host='localhost', port=8080)
  8. Zoom.Quiet (CC)by-nc-sa #hacking.macro-framwork.bottle from bottle import route, run, template @route('/hello/<name>')

    def index(name='World'): return template('<b>Hello {{name}}</b>!' , name=name) run(host='localhost', port=8080)
  9. Zoom.Quiet (CC)by-nc-sa #hacking.macro-framwork.bottle from bottle import route, run, template @route('/hello/<name>')

    def index(name='World'): return template('<b>Hello {{name}}</b>!' , name=name) run(host='localhost', port=8080)
  10. Zoom.Quiet (CC)by-nc-sa #hacking.macro-framwork.bottle from bottle import route, run, template @route('/hello/<name>')

    def index(name='World'): return template('<b>Hello {{name}}</b>!' , name=name) run(host='localhost', port=8080)