Difference between revisions of "Python programming Tutorial"
From NAMIC Wiki
(Created page with 'Goal is to create a new tutorial for building a new Slicer Extension in Python on the model of the Python Programming Tutorial with example from Iowa Team') |
|||
| Line 1: | Line 1: | ||
Goal is to create a new tutorial for building a new Slicer Extension in Python on the model of the Python Programming Tutorial with example from Iowa Team | Goal is to create a new tutorial for building a new Slicer Extension in Python on the model of the Python Programming Tutorial with example from Iowa Team | ||
| + | |||
| + | WishList | ||
| + | * Make QT Buttons | ||
| + | * Interact with Slicer MRML Scenes | ||
| + | * Integrate part of existing Python modules | ||
| + | * Mouse interactions | ||
| + | * Point selection | ||
Revision as of 18:38, 27 June 2014
Home < Python programming TutorialGoal is to create a new tutorial for building a new Slicer Extension in Python on the model of the Python Programming Tutorial with example from Iowa Team
WishList
- Make QT Buttons
- Interact with Slicer MRML Scenes
- Integrate part of existing Python modules
- Mouse interactions
- Point selection