Yes, it is possible to compile Python scripts into standalone executableexecutables.
PyInstaller can be used to convert Python programs into stand-alone executables, under Windows, Linux, Mac OS X, FreeBSD, Solaris, and AIX. It is one of the recommended converters.
py2exe converts Python scripts into only executable inon the Windows platform.
Cython is a static compiler for both the Python programming language and the extended Cython programming language.