should i start looking for a new list?
James Stroud
jstroud at mbi.ucla.edu
Tue Nov 9 12:29:11 EST 2004
Being a fellow programmer who also has poor style and limited training, I
think your code may be a little to cryptic for people to decipher and thus
come up with answers to your questions. I say this because it has been said
to me on more than one occasion--and I'm sure it will be said to me yet again
in the future as well. Perhaps someone might point you to a python style
manual:
> i = 0
> for x in hour:
> skyName = skiesok[i]
> print skyName
> number = str(skyName[3:-4])
> oconv, oo, oe = win32pipe.popen3('oconv -i no_sky.oct'\
> +' sky'+number+'.sky'+' > '+'tmpOct'+number+'.oct')
> psign, po, pe = win32pipe.popen3('psign -h 16 '\
> +str(day)+' /'+str(month)+' / '+number+':00'+' > label'+number+'.pic')
> rpict, ro, re = win32pipe.popen3('rpict -vf view.vf '+ambparr+'
> '+'tmpOct'+number+'.oct'\
> +' | '+'pfilt -x /2 -y /2'\
> +' | '+'pcompos - 0 0 label'+number+'.pic 0 0'\
> +' > '+'tmp'+number+'.pic')
> i = i +1
On Tuesday 09 November 2004 02:12 am, Jelle Feringa // EZCT / Paris wrote:
> I've been posting some of my most burning (newbie) questions to this list,
> and most of them have been unanswered.
> Should I be posting these questions at a different list, since their
> technical level is quite low? Am I looking for answers in the right place?
--
James Stroud, Ph.D.
UCLA-DOE Institute for Genomics and Proteomics
611 Charles E. Young Dr. S.
MBI 205, UCLA 951570
Los Angeles CA 90095-1570
http://www.jamesstroud.com/
More information about the Python-list
mailing list