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.
>
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
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
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
d the problem be?
Regards,
Gowri
--
http://mail.python.org/mailman/listinfo/python-list
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'" %
self._generator.al
Thanks for your reply Justin. But how do I do it with cjson?
--
http://mail.python.org/mailman/listinfo/python-list
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.urlen
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
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
> &g
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
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 t
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
&
Hi Adonis,
Thanks so much. Appreciate it :)
--
http://mail.python.org/mailman/listinfo/python-list
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
for node in doc.getElementsByTagName("book"):
isbn = node.getAttribute("isbn")
titleNode =
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 pyt
16 matches
Mail list logo