Re: [BangPypers] I am facing an issue while decoding json string using json.loads

2012-12-25 Thread Gora Mohanty
On 26 December 2012 12:39, Saju M wrote: > Hi, > > I am facing an issue while decoding json string using json.loads(jstring). > Its working, if i do json.dumps(eval(jstring)) before json.loads(jstring). > I could not figure out the issue. I want to avoide use of "eval" here. > > > > *#

Re: [BangPypers] I am facing an issue while decoding json string using json.loads

2012-12-25 Thread Vineet Naik
Hi, On Wed, Dec 26, 2012 at 12:39 PM, Saju M wrote: > Hi, > > I am facing an issue while decoding json string using json.loads(jstring). > Its working, if i do json.dumps(eval(jstring)) before json.loads(jstring). > I could not figure out the issue. I want to avoide use of "eval" here. > For su

[BangPypers] I am facing an issue while decoding json string using json.loads

2012-12-25 Thread Saju M
Hi, I am facing an issue while decoding json string using json.loads(jstring). Its working, if i do json.dumps(eval(jstring)) before json.loads(jstring). I could not figure out the issue. I want to avoide use of "eval" here. * Failing without json.dumps(eval(jstring)) ##

Re: [BangPypers] thanks for the insight

2012-12-25 Thread Anand B Pillai
Hi Srinivas, You can visit the new site http://bangalore.python.org.in/ for updates on activities of BangPypers. Regards, --Anand On Tue, Dec 25, 2012 at 2:30 PM, Srinivas Gowda wrote: > My bad I should have dug deeper to find more info on BangPipers. But if > you guys would have updated y

[BangPypers] [X-POST] Python India

2012-12-25 Thread Anand Chitipothu
Hi, Many of you might already be aware that we've a new website http://python.org.in/ for representing whole Python community in India. As part of the same effort, we are trying to provide infrastructure for Python usergroups in India for setting up website, blog etc. Having a website for the us

Re: [BangPypers] Wake up guys!

2012-12-25 Thread Aditya Athalye
As my pop-in-law loves to say; "To ask is but a moment's shame". The operative word, I believe, is "ask" :) Welcome, fellow newcomer. May you soon find cause to subscribe to a daily digest. And may the source be with you. - Aditya. -- Aditya Athalye www.adityaathalye.com __

[BangPypers] thanks for the insight

2012-12-25 Thread Srinivas Gowda
My bad I should have dug deeper to find more info on BangPipers. But if you guys would have updated your official python wiki with recent events or at least put a link of your new website on the wiki page, it would definitely make things easier for newbi