1
votes
votes
1 answers
With a python based web application, how can you test for runtime errors effectively?
I am using to asp.net/java based development where you get allot of compile time checking and you can be assurred that things will be 'fine' once you deploy. I am getting exciting about Python (and Ruby), but don't like the idea of publi ...
