Links

Talks

How to build a cat website in 15 mins - Colm O'Connor

Acceptance test driven development with cookiecutter-django and Hitch Test. Hitch is a framework for writing integration test with an emphasis on:

  • Minimising Brittleness
  • Enhancing readability
  • Loose coupling
  • Test realism
  • Tests failing fast and cleanly

PanelApp, an example of Django helping Genomics - Antonio Rueda-Martin

Once you have genomic data, how do you know what is a marker of a problem? How would your local GP or someone at a hospital? Access to expert knowledge and specialists is hard in any field but within the burgeoning field of genomics, even harder. Django is part of our approach to solving this problem.

How to communicate - Tom Christie

What problems are we running into building Web APIs today? How can we best take advantage of Django’s upcoming channels work to build realtime systems? What are Django’s strengths in the changing API landscape, and how can it stay relevant?