Contribute Media
A thank you to everyone who makes this possible: Read More

pypet: A Python Toolkit for Simulations and Numerical Experiments

Description

PyData Berlin 2016

pypet manages exploration of the parameter space of any numerical simulation in Python, thereby storing your data into HDF5 files for you. The toolkit offers a new data container which lets you access all your parameters and results from a single source. Data I/O of your simulations and analyses become a piece of cake!

pypet python parameter exploration toolkit is a new multi-platform Python toolkit for management of simulations and storage of numerical data. Exploring or sampling the space of model parameters is one key aspect of simulations and numerical experiments. pypet was especially designed to allow easy and arbitrary sampling of trajectories through a parameter space beyond simple grid searches.

Simulation parameters as well as the obtained results are collected by pypet and stored in the widely used HDF5 file format. This allows fast and convenient loading of data for further analyses. Furthermore, pypet provides an environment with various features. For example, among these are multiprocessing for fast parallel simulations, dynamic loading of data, integration of Git version control, and supervision of experiments via the electronic lab notebook Sumatra. A rich set of data formats is supported encompassing native Python types, Numpy and Scipy data, and pandas DataFrames. Moreover, the toolkit is easily extendable to allow the user to add customized data formats. pypet is a very flexible tool and suited for short Python scripts as well as large scale projects that involve simulations and numerical experiments.

Improve this page