femToybox is a package for assembling finite-element matrices for 1-D problems written in python.
femToybox is built using the Numpy linear algebra package, and the SciPy scientific computing package. Many of the examples make use of the Matplotlib plotting library as well. First download the package source, either via git:
$ git clone https://github.com/fmuzf/python-femToybox.git
or the zip-ball.
Then, at the terminal, install the package using Python:
$ cd python-femToybox
$ python setup.py install