Scientific/Engineering Python scripts - Top 4 Download

Scientific/Engineering Python script downloads

PyKanjiCard

PyKanjiCard is a flash card program to aid learning japanese written words, in hiragana, katakana and kanji.You can select words composed only by characters you already known. It is written in Python, using Pygtk. ...
Python

Python Laboratory Operations Toolkit

This package is a loosely defined collection of tools for application of Python in a laboratory environment. It consists of pure python protocol drivers for various useful devices, including: National Instrument DSTP protocol to interface Python to LabVIEW VXI-11 protocol, to allow python to talk to a host of GPIB-like instruments ...
Python

RunningCalc

This is a trivial calculator "shell" with a running total.As trivial as it is, I find it to be more useful than a normal calculator when doing my checkbook because of the ever-present running total. ...
Python

Sparse

'sparse' is a matrix class based on a dictionary to store data using 2-element tuples (i,j) as keys (i is the row and j the column index). The common matrix operations such as 'dot' for the inner product, multiplication/division by a scalar, indexing/slicing, etc. are overloaded for convenience.When used in conjunction ...
Python

Temperature class

This script allows you to assign temperature values in one scale and you have it available in others as respective attributes. Kelvin, Celsius, Fahrenheit, and Rankine are supported (k, c, f, r attributes). ...
Python

The Python Macromolecular Library

The Python Macromolecular Library (mmLib) is a software toolkit and library of routines for the analysis and manipulation of macromolecular structural models, implemented in the Python programming language. It is accessed via a layered, object-oriented application programming interface, and provides a range of useful software components for parsing mmCIF, and PDB ...
Python

tkFP

This program allows you to manage clinical medical records. It is designed for Family Physicians, Pediatricians, Internists or Primary Care and is network enabled.It has Tk GUI and web browser based interfaces. ...
Python

Win32com Batch repathing of Autocad Xrefs

This script asks for a base directory and then changes all xrefs in all drawings in all subdirectories so that they use relative paths. To use it just copy it somewhere in your target directory structure and run. ...
Python

Wolfram style cellular automata

This is a little script that uses Python to generate the cellular automata that Wolfram discusses in his book "A New Kind of Scilfram disquot;.The script uses the Python Imaging Library to render the output, but you could replace this with text or any other method of visualization. ...
Python