| 
                 
                  Today is the first full day of PyCon here in Cleveland. I
                  started the day off with a
                  run.
                  Yesterday I did a tutorial on test driven development (TDD) in
                  Django where I learned about the outside-in approach to testing
                  and how you can use mocks to separate the layers and radically
                  limiit what the unit tests are testing. Interesting things to
                  try; although our frontend is completely divorced from our
                  Python backend, one can think of the API endpoints as the
                  frontend in that case.
                  
               |