Problems I Have with Python
I've been using Python for about 10 years now. I love the language as much as I can any, and for the most part I enjoy writing in it -- and reading it.
Read more »
“Test-Driven Web Development with Python” aims to teach TDD for web
programming. It uses a concrete example — the development of a website,
from scratch — to explain the TDD metholology and how it applies to
building web applications. It covers the Sel… Read more