The Joy of Python Web App Development
Tuesday January 22, 2008
The last section in the web app security series is now posted. As a matter of completeness, this last post addresses the subject of buffer overflows. In the main, these are not something which Python web app developers need to worry about; Python takes care of it for them. Nonetheless, it is a point one should bear in mind when developing. For more, see the last in "Programming Secure Web Applications in Python".
