Changes
Jump to navigation
Jump to search
← Older edit
Newer edit →
Pythonic
(edit)
Revision as of 17:45, 12 August 2016
312 bytes added
,
17:45, 12 August 2016
→Features
:
list container indexing features
Line 9:
Line 9:
* Assign any Python object to an Octave variable, view its properties, and invoke methods on it
* Assign any Python object to an Octave variable, view its properties, and invoke methods on it
* Assign any Python function or callable object to an Octave variable, and call it as if it were a function handle
* Assign any Python function or callable object to an Octave variable, and call it as if it were a function handle
+
* Perform element indexing on lists and other sequence objects using curly bracket indexing syntax
+
* Perform key indexing on dicts and other mapping objects using curly bracket indexing syntax
−
Some features that have not yet been implemented
may
include:
+
Some features that have not yet been implemented
, but have been planned for,
include:
+
* Perform slice indexing on lists and other sequence objects using parentheses indexing syntax
+
* Operate on Python objects using standard Octave arithmetic and logical operators
* Load and save Python objects to Octave data files using the standard load/save commands
* Load and save Python objects to Octave data files using the standard load/save commands
−
* Operate on Python objects using standard Octave arithmetic and logical operators
== Development ==
== Development ==
Mtmiller
296
edits
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
Variants
Views
Read
Edit
View history
More
Search
Navigation
🏠 GNU Octave Wiki
⚙️ Installing
📦 Packages
📝 Contributed Code
🔬 Development
❓ FAQ
Wiki
Recent changes
Random page
Index
Help
Tools
Special pages
Printable version