The MOSEK Python API provides a complete mapping of the MOSEK C API functionality to a class based interface. This allows any program written in Python to exploit the powerful MOSEK optimizers. No third party packages are required apart from the standard library, but the Numerical Python package is optionally supported. A few highlights are:
The Python interface is included in the MOSEK distribution along with tutorials, documentation and a library of working code examples. A quick to read introduction to optimization with the MOSEK python interface is also available.
Note the Python API is not available on all support platforms. Please consult the optimizer API availability page for details.