Needa Learn

OK so i have at last decided to learn Python.
So which are the simplest resources to start with so that i can get scripts for blender?
+++++Thnaks In advance =========

You’ll first need to learn python itself, before trying to do blender specific python:

http://www.python.org/doc/2.4.1/tut/tut.html

Look in my sig.

%<

Thanks! :smiley:

Before you start coding for blender, play around in IDLE. Here you can learn the basic ways in which python works.

Ian