Does anyone know a complete tutorial to learn about writing Python or TCL scripts?I want to write a script to load a molecule , make 3 representations of it,and change attributes(like coloring method, drawing method, isovalue, etc) of each of them and finally render the image.
I went through this tutorial, but all it teaches to do with a script are toload a molecule and select atoms. http://www.ks.uiuc.edu/Training/Tutorials/vmd/tutorial-html/node4.html
Is there any source to learn to write a script to do more advanced vmd operations?