PythoC lets you use Python as a C code generator, but with more features and flexibility than Cython provides. Here’s a first look at the new C code generator for Python. Python and C share more than ...
Cyclops is a parallel (distributed-memory) numerical library for multidimensional arrays (tensors) in C++ and Python. Quick documentation links: C++ and Python. Broadly, Cyclops provides tensor ...
shapedtw-python is an extension to the dtw-python package, implementing the shape dtw algorithm described by L. Itii and J. Zhao in their paper (it can be downloaded from here: shapeDTW: shape Dynamic ...
We introduce an open-source Python package for the analysis of large-scale electrophysiological data, named SyNCoPy, which stands for Systems Neuroscience Computing in Python. The package includes ...
We present a tool, one that is both a stand-alone web-based video game and a Python package, designed for students to explore a particle’s wave function on one-dimensional potential surfaces. The tool ...
We report an educational tool for the upper level undergraduate quantum chemistry or quantum physics course that uses a symbolic approach via the PySyComp Python library. The tool covers both ...
A superposed epoch analysis (SEA) is a simple, yet powerful statistical analysis technique, used to identify patterns in the temporal evolution of observed quantities relative to defined epochs. In ...
NumPy is known for being fast, but could it go even faster? Here’s how to use Cython to accelerate array iterations in NumPy. NumPy gives Python users a wickedly fast library for working with data in ...