krister kristersplace ws wrote:
On 2 Jun 2007 at 20:18, Jason White wrote:6. Learn Python! This is the scripting language used by Orca, and there is good documentation available on the Web. I haven't learned Python in depthDo you know if there's a "dummies guide to python"? What i mean by this is that programming language documentation tends to be confusing at the very least and scary and intimidating in normal to worst cases. so i need a very simplistic guide with truckloads of examples.
Dive into python is quite good: http://www.diveintopython.org/toc/index.htmlThough it may not be primarily intended for first-time programmers, it does have lots of examples.
Also are there good tools to aid in syntax writing and such?
Gedit has python syntax highlighting. Good luck! :) Henrik