Autocoding project proposal.

Delaney, Timothy tdelaney at avaya.com
Mon Jan 28 21:01:35 EST 2002


> Step one: Build tool
> 
> Step two: Create or convert python language reference manual so it is
>           usable by the VIC as a python code foundation
> 
> Step three: create general or basic loop and cycle scripts to put the
>             VIC in motion.
> 
> Step four: Create automation of the Do's, Don't and standards of the
>            python programming language
> 
> Step five: Create automations of repeatable processes when 
> and where they
>            are identified.

Huh?

3 lines of python code were supplied to you. You're designing this thing,
you have identified your nine commands.

Surely therefore you know what these commands can do.

So why can't you simply provide some sample code (using the VIC commands)
that should do the same as the supplied Python code?

f = open("myfile.txt")
l = f.readlines()
print len(l), " lines"

would translate to precisely what code in VIC?

Or is the above saying that the code would actually be written in Python
after all, and VIC is just used to run it? 

Tim Delaney




More information about the Python-list mailing list