Python Variables in GRC: Difference between revisions
Jump to navigation
Jump to search
Mattcarrick (talk | contribs) No edit summary |
Mattcarrick (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
The previous tutorial, [[Your First Flowgraph]], shows how to build your first simple flowgraph. The next tutorial, [[Variables in Flowgraphs]], describes how to use and modify variables in a more sophisticated flowgraph. | The previous tutorial, [[Your First Flowgraph]], shows how to build your first simple flowgraph. The next tutorial, [[Variables in Flowgraphs]], describes how to use and modify variables in a more sophisticated flowgraph. | ||
== Introduction to Basic Python Data Types == | |||
== Using Python Types in GRC == | |||
* python data types accepted in variables | |||
== How GRC Displays Variable Values == | |||
* 32,000 -> 32k | * 32,000 -> 32k | ||
* 0.25 -> 250m | * 0.25 -> 250m | ||
Revision as of 18:57, 20 January 2022
This tutorial describes how Python data types are used in GRC and how the variables are displayed.
The previous tutorial, Your First Flowgraph, shows how to build your first simple flowgraph. The next tutorial, Variables in Flowgraphs, describes how to use and modify variables in a more sophisticated flowgraph.
Introduction to Basic Python Data Types
Using Python Types in GRC
- python data types accepted in variables
How GRC Displays Variable Values
- 32,000 -> 32k
- 0.25 -> 250m
The next tutorial, Variables in Flowgraphs, describes how to use and modify variables in a more sophisticated flowgraph.