Gnuplot.py is a Python package that interfaces to gnuplot, the popular plotting
program. It allows you to use gnuplot from within Python to plot arrays of data
from memory, data files, or mathematical functions. If you use Python to
perform computations or as `glue' for numerical programs, you can use this
package to plot data on the fly as they are computed. And the combination with
Python makes it is easy to automate things, including to create crude
`animations' by plotting different datasets one after another.
Commands are communicated to gnuplot through a pipe and data either through
the same pipe (as "inline" data) or through temporary files. It has been
written and tested on a Unix computer.
This package has an object-oriented design that allows the user flexibility to
set plot options and to run multiple gnuplot sessions simultaneously. If you
are more ambitious, it is not difficult to add entirely new types of plottable
items by deriving from the `PlotItem' class.
For a demonstration, run the python file by typing `python demo.py'.
Python interface to GNU Scientific Library
Theano is a Python library that allows you to define, optimize, and
efficiently evaluate mathematical expressions involving multi-dimensional
arrays. It is built on top of NumPy.
Viper is a minimalistic scientific plotter and run-time visualization module.
Viper has support for visualizing meshes and solutions in DOLFIN.
Wcalc is a powerful arbitrary-precision calculator. It has standard functions
(sin, asinh, logtwo, floor, etc), many pre-defined constants (pi, e, c, etc.),
variables, "active" variables, command history, and hex/octal/binary i/o,
conversions, and more.
Block device identification library from the e2fsprogs package.
UUID library from the e2fsprogs package.
Excel_Out is a package that can generate basically formatted Excel files.
* Ideal for the automatic production of reports
* Fast: on a HP Mini netbook (Intel Atom, 1.66 GHz), Excel Writer produced
50 sheets per second where each sheet had 10,000 data cells
* Totally portable and no external library required
* No interation with MS Office software
FreeGuide is a TV guide program. It uses parser programs to extract TV
information from web pages and stores them for viewing without the need to
connect to the Internet. The viewer allows the user to view television listings
and create customised TV guides by selecting programmes and by building up a
favourites list.
It works with listings for many countries.
detachtty is a Unix utility that lets you run interactive programs
non-interactively, and connect to them over the network when you do
need to interact with them. It's intended for use with long-running
server processes running in Common Lisp implementations.