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

REST in Flask (And small client-side intro)

Yehor Nazarkin
September 16, 2012

REST in Flask (And small client-side intro)

This is my keynote from the first DneprPy meetup about building restful APIs on top of the Flask framework and chaplin.js clien-side

Yehor Nazarkin

September 16, 2012
Tweet

More Decks by Yehor Nazarkin

Other Decks in Programming

Transcript

  1. Otherside Chaplin.js Based on top of the Backbone.js Set of

    AMD modules Extends MVC, event-driven Still a lightweight tool from
  2. Otherside Almost forget All client side is written with CoffeeScript

    Win: Extended dialect (inheritance, list comprehensions, context pass etc.) Less visual garbage (indentation match, no braces, string interpolation) Easy to read, cause you read much more often than write (I hope) Fail: You have to learn from