Post Reply 
Discoveries in Python Libraries
11-02-2022, 03:36 AM (This post was last modified: 11-02-2022 03:37 AM by Ioncubekh.)
Post: #3
RE: Discoveries in Python Libraries
Cannot find information regarding timing the execution of python scripts. The help file states utimeq library has this function but don't know how to use it.
Some information here: https://micropython-lego-ri5.readthedocs...q.peektime

Alternative easy stuff:

Code:

EXPORT ppl()
START
PRINT;
PRINT( TEVAL(PYTHON(iname)) ); //both executes & times python script named 'iname'
END;

HP Prime G1
Python via Android Termux...
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Discoveries in Python Libraries - Ioncubekh - 11-02-2022 03:36 AM



User(s) browsing this thread: 1 Guest(s)