Scientific/Engineering scripts - Top 4 Download

Scientific/Engineering script downloads

Condict

Condict is a program for building dictionaries. It is currently in beta form, and is written in Python with the wxPython GUI library. REQUIREMENTS Condict requires the following packages: 1) Python (www.python.org), version 2.2 or later. 2) wxPython (www.wxpython.org), version 2.4 or later. 3) PyXML (pyxml.sf.net), version 0.8 or later The ...
Python

Extended great common divisor function

This script contains a function that finds out the gcd(a,b)(great common divisor of a and b) as a linear conbination of a anb b, ax by=gcd(a,b). ...
Python

Flashcards of Fury

Flashcards of Fury is a flashcard review program written in PHP/MySQL. Features: - Support for multiple flashcard sets. - A full UI to Add/Edit/Delete cards and sets. - Shuffled/Unshuffled review of flashcard sets (or subset). ...

Pygsl

Pygsl provides a python interface for the GNU scientific library (gsl). The wrapper covers nearly everything GSL provides. ...
Python