CPC G06F 8/33 (2013.01) [G06F 3/0482 (2013.01)] | 25 Claims |
1. A method for Python programming on a handheld device, the method comprising:
installing a module in a Python development environment on the handheld device, wherein:
the Python development environment includes a set of menu tags and a set of inline prompts;
each of the set of inline prompts is associated with a unique two byte code having a value between 0xE000 and 0xF8FF;
a set of remaining two byte code values includes values between 0xE000 and 0xF8FF that are not assigned to one of the set of inline prompts;
the Python development environment includes a first inline prompt defined based on a first one of the set of menu tags and a first one of the set of inline prompts;
the module includes a definition of a second inline prompt;
the second inline prompt is associated with a unique two byte code in the set of remaining two byte code values; and
the second inline prompt is different from the first inline prompt;
adding the second inline prompt to the first inline prompt to form a set of inline prompts;
displaying a first menu group, wherein the first menu group includes a first menu item definition associated with the first inline prompt; and
displaying a second menu group, wherein the second menu group includes a second menu item definition associated with the second inline prompt.
|