Can a python webapp be bundled into a single file for deployment?
- by Phillip Oldham
Is it possible for a python webapp to be bundled (gzipped?) into a single file, along with any required resources (js/css files) & modules (including modules like lxml which are mostly C-based), for easy deployment?