PyMOTW: zipimport

The zipimport module can be used to import and run Python code found inside ZIP archives.

Read more at pymotw.com: zipimport