Hi ,
Need help in Python Script using xml.etree.ElementTree to update the value of
any element in below XML ( e.g SETNPI to be 5 ) based on some constraint ( e.g
) .
DRATRN
1
1
Hi
I am new to Python world
I need a python script , which binds at a user defind port & sends to other
enity , which waits at particular port.
The other enity will respond & Python script should receive that at the
defined port
The communication will happen over UDP
e.g
*Python Appl*
IP: 10
Hi
I am new to Python world
I need a python script , which binds at a user defind port & sends to other
enity , which waits at particular port.
The other enity will respond & Python script should receive that at the
defined port
The communication will happen over UDP
e.g
Python Appl
IP: 10.1
Hi
>
> I am new to Python world
>
> I need a python script , which binds at a user defind port & sends to
> other enity , which waits at particular port.
> The other enity will respond & Python script should receive that at the
> defined port
>
> The communication will happen over UDP
>
> e.g
>
>
test
On Sat, Feb 21, 2009 at 3:31 AM, Trip Technician wrote:
> anyone interested in looking at the following problem.
>
> we are trying to express numbers as minimal expressions using only the
> digits one two and three, with conventional arithmetic. so for
> instance
>
> 33 = 2^(3+2)+1 = 3^3+(3*