RE: [PyMOL] Python commands and variables

2003-08-27 Thread Warren L. DeLano
gt; Sent: Wednesday, August 27, 2003 1:10 PM > To: pymol-users@lists.sourceforge.net > Subject: [PyMOL] Python commands and variables > > Hi, > > I am new to Pymol with some experiences with Python. > I have a basic question which maybe a little stupid. > Does Pymal take Python comma

[PyMOL] Python commands and variables

2003-08-27 Thread Shu-Hsien Sheu
Hi, I am new to Pymol with some experiences with Python. I have a basic question which maybe a little stupid. Does Pymal take Python commands in selecting atoms? For instance: i = range(1, 299) select resi i or, further: for i in range(1, 299) select resi i I understand the above can be e