Some explicit algorithms for higher order symplectic integration of a large class of Hamilton’s equations have recently been discussed by Mushtaq et al. Here we present a Python program for automatic numerical implementation of these algorithms for a given Hamiltonian, both for double precision and multiprecision computations. We provide examples of how to use this program, and illustrate behavior of both the code generator and the generated solver module(s). Program summary: Program title: HOMsPy: Higher Order (Symplectic) Methods in Python Catalogue identifier: AESD_v1_0 Program summary URL: http://cpc.cs.qub.ac.uk/summaries/AESD_v1_0.html Program obtainable from: CPC Program Library, Queen’s University, Belfast, N. Ireland Licensing provisions: Standard CPC licence, http://cpc.cs.qub.ac.uk/licence/licence.html No. of lines in distributed program, including test data, etc.: 19423 No. of bytes in distributed program, including test data, etc.: 1970283 Distribution format: tar.gz Programming language: Python 2.7. Computer: PCs or higher performance computers. Operating system: Linux, MacOS, MSWindows. RAM: Kilobytes to a several gigabytes (problem dependent). Classification: 4.3, 5. External routines: SymPy library [1] for generating the code. NumPy library [2], and optionally mpmath [3] library for running the generated code. The matplotlib [4] library for plotting results. Nature of problem: We have developed algorithms [5] for numerical solution of Hamilton’s equations. for Hamiltonians of the form with a symmetric positive definite matrix. The algorithms preserve the symplectic property of the time evolution exactly, and are of orders (for ) in the timestep . Although explicit, the algorithms are time-consuming and error-prone to implement numerically by hand, in particular for larger . Solution method: We use computer algebra to perform all analytic calculations required for a specific model, and to generate the Python code for numerical solution of this model, including example programs using that code. Restrictions: In our implementation the mass matrix is assumed to be equal to the unit matrix, and must be sufficiently differentiable. Running time: Subseconds to eons (problem dependent). See discussion in the main article. References: [[1]] SymPy Development Team, http://sympy.org/. [[2]] NumPy Developers, http://numpy.org/. [[3]] F. Johansson et al., Python library for arbitrary-precision floating-point arithmetic,http://code.google.code/p/mpmath/ (2010). [[4]] J.D. Hunter, Matplotlib: A 2D graphics environment, Computing in Science and Engineering 9, 90–95 (2007). [[5]] A. Mushtaq, A. Kværnø, K. Olaussen, Higher order Geometric Integrators for a class of Hamiltonian systems, International Journal of Geometric Methods in Modern Physics, vol. 11, no. 1 (2014), 1450009-1–1450009-20. DOI: http://dx.doi.org/10.1142/S0219887814500091. arXiv.org:1301.7736. [ABSTRACT FROM AUTHOR]