Idenfity numbers in variables
Alfons Nonell-Canals
alfons.nonell at upf.edu
Mon Oct 20 07:16:48 EDT 2008
Hello,
I have a trouble and I don't know how to solve it. I am working with
molecules and each molecule has a number of atoms. I obtain each atom
spliting the molecule.
Ok. It is fine and I have no problem with it.
The problem is when I have to work with these atoms. These atoms usually
are only a letter but, sometimes it can also contain one o more numbers.
If they contein a number I have to manipulate them separately.
If the number was allways the same I know how to identify them, for
example, 1:
atom = 'C1'
if '1' in atom:
print 'kk'
But, how can I do to identify in '1' all possibilities from 1-9, I
tried:
if '[1-9]', \d,...
Any comments, please?
Regards,
Alfons.
--
------------
Alfons Nonell-Canals, PhD
Chemogenomics Lab
Research Group on Biomedical Informatics (GRIB) - IMIM/UPF
Parc de Recerca Biomèdica de Barcelona (PRBB)
C/ Doctor Aiguader, 88 - 08003 Barcelona
alfons.nonell at upf.edu - http://cgl.imim.es
http://alfons.elmeuportal.cat
http://www.selenocisteina.info
More information about the Python-list
mailing list