jeopardy, a Python code which is designed for classroom use; it reads a class roster file and selects one student's name at random.
The computer code and data files made available on this web page are distributed under the MIT license
jeopardy is available in a Python version.
columns, a Python code which copies columns clo:chi from a text file to a new text file.
filum, a Python code which works with information in text files.
loadtxt_test, a Python code which calls the numpy function loadtxt() to extract numeric data from a text file.
markov_text, a Python code which uses a Markov chain process to sample an existing text file and create a new text that is randomized, but retains some of the structure of the original one.