Winpython is aportable PythonDistributionfor theWindows-platform,allowing you torun your codeusing Numpy,Scipy,Matplotlib,Pandas, Numba,Cython and manyother greatsoftware of thescientificstack ofPython.
magicErmine isa tool forcreatingportableapplicationsfor Linux. Itallows the sameLinuxexecutable tobe run on awide range ofdifferentdistributions.Like statifier,It makes oneexecutable filewith norun-timedependenciesfrom adynamicallylinkedexecutable andall of itslibraries.Unlikestatifier, itis able to addarbitrary filesto the packedexecutable,such asconfigurationfiles orpixmaps.
ELF statifiermakes oneexecutable filewith no runtimedependenciesfrom adynamically-linkedexecutable andall itslibraries. Thisfile can becopied and runon anothermachine with noneed for all ofthe libraries.
Rivet CGIallows Rivetapplications torun as a CGI,eitherautomatically(i.e., nomodificationsto theapplicationsthemselves from"mod_rivet")from Apache, asa standaloneCGI under anyWeb server, oras a standaloneHTTP serveritself. It canbe used tobuild Webapplicationsthat can bedistributed andexecuted as asingle file ineither CGI orStandalone HTTPmode.