Python

Python 3 is a programming language that lets you quickly program a wide variety of programmatic functionality.  The Python software and documentation is located at python.org.  I have primarily used Python to write utility programs and connect to databases.

Information and software on this web site are provided under the Granite Mountain Informatics LLC End User License Agreement (EULA).

Send questions or comments to GraniteMountainInformaticsLLC@gmail.com.

gmi_pylib is a suite of Python modules to perform standard functions.

mp_pool

mp_poll is an example of Python multiprocessing using a process Pool.

pypod

PyPOD is a simple markup language used for embedding documentation in Python scripts.  It is based on Perl Plain-Old-Documentation (POD).

An example of how to connect to a teradata database using the teradatasql driver for Python.