Skylar Tibbits, Arthur van der Harten and McNeel have published a introductory guide for Python in Rhino. This is the essential guide for anyone new to Python for Rhino.
The python scripting languages contains a large set of features which you can find documentation on at http://docs.python.org/tutorial/. I’m going to just focus on a few keywords and concepts that may
...
By now you should be able to print text to the command line and write some simple python functions, but you may be getting a little bored with that. It’s time to start working with Geometry in Rhino.
...
This is the first in a series of examples to help beginners get started with Python using Rhino built-in Python script editor. I hope to cover basic Python syntax to
...