Need help in python program

2016-07-01 Thread Archana Sonavane
Hello Everyone, I am doing python code by using API. My first API giving fields - Itemid, clock and value second API giving fields - Itemid, key, units and delay using for loops for both API. Could you please tell me how to compare both id by using equal operator. My output should be : Item

Re: Urgent - Would like to see output of each block of python

2016-06-06 Thread Archana Sonavane
On Monday, June 6, 2016 at 12:35:55 PM UTC+5:30, Chris Rebert wrote: > On Sun, Jun 5, 2016 at 11:57 PM, Archana Sonavane > wrote: > > Hi Team, > > > > I don't have any idea about python scripts, i have ganglia tool python > > scripts. > > > > I woul

Would like to see python script output

2016-06-06 Thread Archana Sonavane
Hello, I have ganglia python script, i would like to see output of each code block. Could you please guide. I don't have any idea about python. My scripts as follows: #!/usr/bin/env python # # ganglia-api.py - Ganglia Metric API # ###

Urgent - Would like to see output of each block of python

2016-06-06 Thread Archana Sonavane
Hi Team, I don't have any idea about python scripts, i have ganglia tool python scripts. I would like see the output of each code block, could you please guide. The code as follows: #!/usr/bin/env python # # ganglia-api.py - Ganglia Metric API #

Would like to see output of each block of python

2016-06-05 Thread archana . sonavane
Hi Team, I would like to see output of each block of python. Don't have any idea about python. What is command to see the output of each code block. #!/usr/bin/env python # # ganglia-api.py - Ganglia Metric API #