Tag: Python

  • Getting Started with Python

    Reading and analyzing data from a text file:

    My gentle introduction to writing a Python script.  A script I needed to read in a log file and extract all inkjet printhead temperature values in Celcius recorded for the duration of the print run. Very simple. (more…)

  • The IDLE Editor for Python

    Assuming you have downloaded and installed Python, whichever latest version it is, using the IDLE editor is very simple. For a proverbial “Hello World!” example follow the instructions below: (more…)