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. ...
This code gets factorial of a number and for negative numbers returns 1.The recursive implementation of factorial is easy but using lambda keyword of python it becomes a bit tough as we can't use conditional if else in lambda. If a user wants to return a factorial function on the fly ...
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. ...
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). ...
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. ...
This script is a relatively simple framework for making povray files from python programming language. It's good for creating structured/mathematical scenes and animations. Why go out on a limb to use povray's SDL language when you can raytrace from the comfort of your favorite python chair?This framework uses all of python's ...
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 ...