This document discusses using Python for enterprise applications. It notes some issues with traditional enterprise architectures like poor scalability and high complexity. It argues that Python is a good alternative as it is dynamic, object-oriented, and has strong integration support. Python code tends to be more readable, maintainable and productive to write. The document suggests Python could help with issues like HTTP session replication, memory usage, and complex XML/SOA standards. It provides some Python modules and techniques for building scalable and distributed systems. Overall it promotes Python as a way to improve productivity, quality and time to market for enterprise software.