Re: Regarding Job Opportunity for the position Python Developer in Mc Lean, VA

2016-09-30 Thread gowri
On Friday, September 30, 2016 at 10:56:14 AM UTC-5, go...@spsolinc.com wrote: > Hi, > > Here we have an immediate opening. Location will be Mc Lean, VA. > Please revert back to us if you are interested. > Need good Python experience. SAS or AWS knowledge is added advantage. >

Regarding Job Opportunity for the position Python Developer in Mc Lean, VA

2016-09-30 Thread gowri
Hi, Here we have an immediate opening. Location will be Mc Lean, VA. Please revert back to us if you are interested. Need good Python experience. SAS or AWS knowledge is added advantage. Thanks, Gowri Shekar 972-983-3467 -- https://mail.python.org/mailman/listinfo/python-list

Re: parsing json output

2008-03-26 Thread Gowri
Hi all, Thank you so much for all your help :) I really appreciate it. I discovered that my problem was because of my firewall and everything works now :) Regards, Gowri -- http://mail.python.org/mailman/listinfo/python-list

Re: parsing json output

2008-03-23 Thread Gowri
Hi Tim, I'm able to get and print correctly some HTML content. I don't know how to fix this. Need all the help I can get with this :) Regards, Gowri -- http://mail.python.org/mailman/listinfo/python-list

Re: parsing json output

2008-03-20 Thread Gowri
the problem be? Regards, Gowri -- http://mail.python.org/mailman/listinfo/python-list

Re: parsing json output

2008-03-19 Thread Gowri
I actually have a weirder problem. The code I posted earlier prints garbage on Windows and python 2.5 and the perfect json data on RHEL python 2.3.4. I'm so confused and helpless. json.py doesn't seem to help either. It says raise ReadException, Input is not valid JSON: '%s' %

parsing json output

2008-03-18 Thread Gowri
Hi, I have a service running somewhere which gives me JSON data. What I do is this: import urllib,urllib2 import cjson url = 'http://cmsdoc.cern.ch/cms/test/aprom/phedex/dev/gowri/datasvc/ tbedi/requestDetails' params = {'format':'json'} eparams = urllib.urlencode(params) request = urllib2

Re: parsing json output

2008-03-18 Thread Gowri
Thanks for your reply Justin. But how do I do it with cjson? -- http://mail.python.org/mailman/listinfo/python-list

Re: searching an XML doc

2008-01-16 Thread Gowri
Hi Gerard, I don't know what to say :) thank you so much for taking time to post all of this. truly appreciate it :) -- http://mail.python.org/mailman/listinfo/python-list

searching an XML doc

2008-01-15 Thread Gowri
Hello, I've been reading about ElementTreee and ElementPath so I could use them to find the right elements in the DOM. Unfortunately neither of these seem to offer XPath like capabilities where I can find elements based on tag, attribute values etc. Are there any libraries which can give me XPath

Re: searching an XML doc

2008-01-15 Thread Gowri
On Jan 15, 3:49 pm, Diez B. Roggisch [EMAIL PROTECTED] wrote: Gowri schrieb: Hello, I've been reading about ElementTreee and ElementPath so I could use them to find the right elements in the DOM. Unfortunately neither of these seem to offer XPath like capabilities where I can find

Re: converting JSON to string

2008-01-13 Thread Gowri
On Jan 12, 2:58 am, Jeroen Ruigrok van der Werven [EMAIL PROTECTED] nomine.org wrote: -On [20080112 08:38], Gowri ([EMAIL PROTECTED]) wrote: Actually, I have one other problem after all this. I see that if I try to construct JSON output as above, it is of the form [{'isbn': u'1-56592-724-9

converting JSON to string

2008-01-11 Thread Gowri
Hello, I actually have two questions: 1. Are there any libraries which convert XML to JSON? 2. I am currently doing the above using the DOM parser and creating a JSON array snippet for node in doc.getElementsByTagName(book): isbn = node.getAttribute(isbn)

Re: converting JSON to string

2008-01-11 Thread Gowri
Hi Adonis, Thanks so much. Appreciate it :) -- http://mail.python.org/mailman/listinfo/python-list

Re: converting JSON to string

2008-01-11 Thread Gowri
On Jan 11, 7:21 pm, Adonis Vargas [EMAIL PROTECTED] wrote: Gowri wrote: Hello, I actually have two questions: 1. Are there any libraries which convert XML to JSON? 2. I am currently doing the above using the DOM parser and creating a JSON array snippet for node

Python setup not working on Windows XP

2008-01-07 Thread Gowri
Hello, I am new to Python and am trying to setup Apache to serve Python using mod_python. I'm using a Windows XP box. here is a list of steps i followed for the installation: 1. Installed Apache 2.2.6 2. Installed Python 2.5.1 3. Installed mod_python 3.3.1 I then included the line LoadModule