Discoveries in Python Libraries
|
10-25-2022, 08:54 PM
(This post was last modified: 10-25-2022 08:57 PM by Ioncubekh.)
Post: #1
|
|||
|
|||
Discoveries in Python Libraries
Here I will discuss findings about python libraries & stuff
Python <> HPPL variables https://www.hpmuseum.org/forum/thread-18996.html For matplotl https://www.hpmuseum.org/forum/thread-18992.html For linalg https://www.hpmuseum.org/forum/thread-16897.html Creating / saving / accessing files via python program (Python APP is active) File created below is listed in CAS using AFiles(); but contents not accessed via AFiles("dict.txt") Code:
Accessing / Reading files is OK from python. Weird thing is that file once read is automatically closed? Once you have issued readlines(), the 2nd time you do it no data is returned. File should remain open till .close() Code:
Regarding CAS in python; xcas seems working. As expected it accepts a valid string because the following operation yield proper results even without importing math or cmath libraries for cos() sin() Code:
HP Prime G1 Python via Android Termux... |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Discoveries in Python Libraries - Ioncubekh - 10-25-2022 08:54 PM
RE: Discoveries in Python Libraries - Ioncubekh - 10-26-2022, 03:29 AM
RE: Discoveries in Python Libraries - Ioncubekh - 11-02-2022, 03:36 AM
|
User(s) browsing this thread: 1 Guest(s)