Post Reply 
Python docs
06-04-2021, 05:59 PM
Post: #2
RE: Python docs
Python on the hp prime needs a text wrapper around it.

eg.

Code:

#PYTHON name
# 20190704 HP Prime
# micro python
# print string array 
# test0004.py
import math
j=3
a=['moe','larry','curly']
print (j)
print (a)
for j in range(3):
  x=a[j]
  print (x)
#end
EXPORT test0004()
BEGIN
  PYTHON(name);
END;


see the link at

"https://www.hpmuseum.org/forum/thread-16995.html"

Some book publishers have sample chapters online, eg. No Starch Press, etc.

There is some info on other forum sites.

Python is new to prime--be patient and persistent.

Meanwhile you may want to get more familiar with PPL program.

I hope this information helps you.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Python docs - cahlucas - 06-04-2021, 05:27 PM
RE: Python docs - Liamtoh Resu - 06-04-2021 05:59 PM
RE: Python docs - cahlucas - 06-04-2021, 07:53 PM



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