#!/usr/bin/python3 #] #] ********************* #] $ python3 "$d_myPy"'0_form python.py.txt' - # www.BillHowell.ca 25Feb2023 initial # view in text editor, using constant-width font (eg courier), tabWidth = 3 #************************ # List of operators, generated with : # $ grep "^#]" "$d_myPy"'0_form python.py.txt' | sed "s/^#\]/ /" # #************************ # Setup # language startLines : [#b bash, #p Python, #c C/C++, #q QNial] # bash source #b source "$d_bin"'standard header.sh' # source "$d_bin"'fileops header.sh' # loaded by fileops.sh #b source "$d_bin"'fileops.sh' #b source "$d_bin"'strings.sh' #b source #b source # Python import (modules) from pathlib import Path import os # import sys # import re # regular expressions import "$d_myPy"'stdHdr.py' #************ # code #******************************************************************************* # Procedures - To run : #************ # run - select one of options # $ python3 "$d_myPython"'0_form python.py.txt' # enddoc