Initializing help system before first use

Outline

The following chapters cover:

It is assumed here that the reader has basic understanding of the Python programming language. Ample documentation on Python is available at http://docs.python.org, including a tutorial and a reference manual. Unless specified otherwise, Python 3 is used in all of the examples and code samples throughout this manual. The current version of the Xpress Python interface works on Python 3.5-3.8 and on Python 2.7.

Other components of the FICO-Xpress Optimization suite can interface with Python, albeit not the same Python versions. The Mosel module python3, for example, works with Python 3.5 or later. See the Mosel Language Reference Manual for specifics, and more in general the Xpress Insight Installation Guide, Appendix A: Supported Platforms for information on Python support.

"Python" is a registered trademark of the Python Software Foundation.