In Python, have you ever wanted to extract just the first word 'Hello' from the string 'Hello, World!', or perhaps get just the last character '!'? Have you ever wanted to know a smart way to extract ...
Currently you can execute a buffer from code in the 3D Slicer Python environment and modify things like the current scene, the GUI, etc. This is powerful for developing and testing new functionality.