Wednesday, February 08, 2012

Coding Backwards - Hackers Gonna Hack

Coding Backwards - Hackers Gonna Hack: "I wrote a web application in Python just imagining how I wanted the API
to be. It started with import web, of course, and then had a place to
define URLs, simple functions for GET and POST, a thing to deal with
input variables and so on. Once the code looked right to me, I did
whatever it took to make it execute without changing the application
code – the result was web.py."

'via Blog this'