XML Parsing

2017-09-04 Thread Sambit Samal
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

Need an application sends from paricular port

2009-02-11 Thread Sambit Samal
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

Re: getting caller

2009-02-12 Thread Sambit Samal
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

Re: Need an application sends from paricular port

2009-02-16 Thread Sambit Samal
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 > >

Re: code challenge: generate minimal expressions using only digits 1,2,3

2009-02-23 Thread Sambit Samal
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*