Right now I think it would be really nice to go back to the roots of Erlang and add Prolog-like predicate logic to the language, a kind of new mixture of predicate logic plus message passing. — Joe Armstrong, Creator of Erlang (link) Software frameworks come into existence when general purpose languages are adapted for [...]
Tag Archive : django
Testing Web Applications with Python
In this post I am going to discuss the various Python tools that are available to perform automated testing of web applications. The application could be written in any framework (eg: RoR, Django, or Quixote) but I am going to use Quixote as the reference because of its simplicity. The testing techniques I am going [...]