View RSS Feed

Steve Baer

  1. Outside the Box - Using Web Services from Python

    I've been trying to learn more about things like web services and APIs provided by internet companies (gotta figure out what all of these buzzwords are.) One thing I've noticed is that many companies now provide a REST API which return JSON objects. There are enough resources on the web that describe REST and JSON that I don't need to repeat it here; I'm just going to get to my python experiments on this technology.

    Attached are a python script and a grasshopper definition containing ...
    Categories
    RhinoPython