Post Reply 
Python, separate file handling
04-28-2021, 03:22 PM
Post: #25
RE: Python, separate file handling
For testing small programs I do the following; I make various small definitions that I can then start separately with a call to the relevant definition. I don't have to delete a small individual program every time and make another one again.

Continuing with my simple research:

1)
I miss the instruction “import” (with soft key Tmplt or Cmds), but also the instructions “import <lib_ names>” (for example; import math). The advantage is (if these are available for all libraries) that you can immediately see which libraries can be imported.

2)
With soft key Cmds -> math -> sqrt (as an example!), help indicates “math.sqrt (x)” with an explanation. Inserting this only inserts sqrt, without math. and parentheses.
Seems better to insert math. before and insert () after.
You now must type this in every time.
Of course this applies to all corresponding instructions.

Am I missing something? (pff, I miss something more often!)
Sorry if this has been reported before.

— Dirk Hartland
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Python, separate file handling - Dirk.nl - 04-23-2021, 11:20 AM
RE: Python, separate file handling - Dirk.nl - 04-28-2021 03:22 PM



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