Prime Python 101
|
02-23-2022, 09:54 AM
Post: #2
|
|||
|
|||
RE: Prime Python 101
(02-23-2022 08:42 AM)hape Wrote: After connecting my prime to the connKit the firmware update was done, so I have python on the prime again. The wait(-1) thing was really annoying for me the last time I used the calculator because some functions I wrote in the past did not run anymore which is why I did not play with python till now. Decision to start over from scratch with the prime was made during the weekend and so...yes python. What I do is to edit my Python program right in the regular program editor by putting the Python program in an HPPL wrapper like this: Code: #PYTHON name As you can see, you add Code: #PYTHON name as the first line, then Code: #end after the Python program. Change "calcperf" to whatever name you want to call your own routine. In this example, calcperf will show up in the list of HPPL programs and can be run from there. Tom L Cui bono? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Prime Python 101 - hape - 02-23-2022, 08:42 AM
RE: Prime Python 101 - toml_12953 - 02-23-2022 09:54 AM
RE: Prime Python 101 - hape - 02-23-2022, 12:43 PM
RE: Prime Python 101 - roadrunner - 02-23-2022, 05:06 PM
RE: Prime Python 101 - Thomas_Sch - 02-23-2022, 02:25 PM
RE: Prime Python 101 - hape - 02-24-2022, 05:48 AM
RE: Prime Python 101 - Thomas_Sch - 02-24-2022, 08:34 AM
RE: Prime Python 101 - roadrunner - 02-24-2022, 02:28 PM
RE: Prime Python 101 - parisse - 02-25-2022, 08:20 PM
|
User(s) browsing this thread: 1 Guest(s)