Neural simulation environment for modeling biological neural networks
Neural Simulation Tool (NEST) with Python3 bindings (PyNEST)
nestnest-configpynest$ python3 -c "import nest; nest.Simulate(1000)"$ nest-config --help$ python3 -c "import nest; neurons = nest.Create('iaf_psc_alpha', 10); nest.Connect(neurons, neurons); nest.Simulate(100)"