Blender - Python API examples

Hi,

I’ve been trying to learn python with blender by studying some example scripts which were written by Jan Walters.(http://www.janw.gothere.uk.com/)

He also included a PDF of blender APIs and a Howto on writing scripts.

However, a lot of the calls have since become deprciated and the packag is no longer of any use.

Does anyone have any examples of scripts, specifically a script that can open an input file (the GUI file selector appears to have been ditched) parse it for vertices and generate items in a Blender scene?

Many thanks

Look at this:
http://jmsoler.free.fr/didacticiel/blender/tutor/cpl_pythonraw2mesh.htm

With regards.