I have recently been writing basic Python code for Rhino 5 Mac.
I have read through the primers, but still have a few questions.
Currently, I am storing all of the code inside Rhinoceros > scripts > folder:
Where is the best place to store your Python scripts ?
Currently, I execute all of the code with the RunPythonScript command and manually select the file :
What is the best way to execute code inside of Rhino 5 Mac ?
Currently, I am editing all of the code inside Xcode (which doesn’t provide debugging errors or shortcuts):
What is the best software to edit Rhino 5 Python code in ?
Thanks