October 20, 2014

What I learned today

Work

  • I learned about httpbin , a very simple yet useful api to test other apis, provides useful endpoints for very simple tasks

For example, to find an aws public ip you can use httpbin like:

    curl http://httpbin.org/ip
  • I learned about docopt a very nice and intuitive module to add arguments to a command line program in python.

    Life

Powered by Hugo & Kiss.