AUTHOR=Eppler Jochen, Helias Moritz, Muller Eilif, Diesmann Markus, Gewaltig Marc-Oliver TITLE=PyNEST: a convenient interface to the NEST simulator JOURNAL=Frontiers in Neuroinformatics VOLUME=2 YEAR=2009 URL=https://www.frontiersin.org/articles/10.3389/neuro.11.012.2008 DOI=10.3389/neuro.11.012.2008 ISSN=1662-5196 ABSTRACT=The neural simulation tool NEST (http://www.nest-initiative.org) is a simulator for heterogeneous networks of point neurons or neurons with a small number of compartments. It aims at simulations of large neural systems with more than 104 neurons and 107 to 109 synapses. NEST is implemented in C++ and can be used on a large range of architectures from single-core laptops over multi-core desktop computers to super-computers with thousands of processor cores. Python (http://www.python.org) is a modern programming language that has recently received considerable attention in Computational Neuroscience. Python is easy to learn and has many extension modules for scientific computing (e.g. http://www.scipy.org). In this contribution we describe PyNEST, the new user interface to NEST. PyNEST combines NEST's efficient simulation kernel with the simplicity and flexibility of Python. Compared to NEST's native simulation language SLI, PyNEST makes it easier to set up simulations, generate stimuli, and analyze simulation results. We describe how PyNEST connects NEST and Python and how it is implemented. With a number of examples, we illustrate how it is used.