Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.88 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.88 KB

Psymple

psymple is a Python package designed for general complex systems modelling. A complex system is a dynamic system whose interconnectivity produces non-trivial or unexpected behaviour. Examples of complex systems exist everywhere, from ecological systems, chemical reactions, economic systems, astronomy and even social networks.

Installation

psymple officially supports Python 3.10 and higher.

The latest version of psymple is available on PyPI and can be installed with pip.

pip install psymple

Documentation

The latest version of psymple documentation can be found here.

Where to start

For most new users, going through the following resources in the suggested order will provide a good introduction to psymple.

  1. To familiarise yourself with the need, purpose and design of psymple, the best place to start is here.
  2. To start modelling with psymple, the best place to find out about capturing functions and differential equations is here.
  3. To start simulating models in psymple, start reading about systems here.
  4. A detailed set of examples demonstrating the process of building and simulating models can be found here.
  5. If you're interested in the mathematical basis of psymple, the best place to start is here.
  6. Information on how to get help, support, or get involved with developing psymple can be found here.