Prime programming Python vs CAS / xCAS etc
|
11-16-2021, 06:56 PM
Post: #2
|
|||
|
|||
RE: Prime programming Python vs CAS / xCAS etc
(11-16-2021 11:51 AM)dougie Wrote: Hi all, For the most part, Python is totally separate from Home and CAS. You can execute their functions by using exec("command") where command is the command you want to execute. This must be used sparingly if you don't want to bog down your program, however. exec is very wasteful of time. I hope that a future revision will include the time module which includes monotonic() rather than have to use exec("time") to time programs. Tom L Cui bono? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Prime programming Python vs CAS / xCAS etc - dougie - 11-16-2021, 11:51 AM
RE: Prime programming Python vs CAS / xCAS etc - toml_12953 - 11-16-2021 06:56 PM
|
User(s) browsing this thread: 1 Guest(s)