blah blah blah is here! blah blah » Close

1
votes
1 answers

With a python based web application, how can you test for runtime errors effectively?

Rick_A
761

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 ...

Feedback