Re: [BangPypers] Teaching yourself machine learning

2018-08-08 Thread Prashant Gaur
s my start since it > > was a completely new area for me and I was afraid of going about it the > > wrong way. > > > > http://learnds.com/ is another very good resource. > > Anand > ___ > BangPypers mail

Re: [BangPypers] Thinking oops

2015-09-24 Thread Prashant Gaur
umr.pocoo.org/2013/2/13/moar-classes/ > > -- > > *Thanks & Regardskracekumar"Talk is cheap, show me the code" -- Linus > Torvaldshttp://kracekumar.com <http://kracekumar.com>* > ___ > BangPypers mailing

Re: [BangPypers] Freelancing project: Build a website

2014-05-29 Thread Prashant Gaur
__ > > BangPypers mailing list > > BangPypers@python.org > > https://mail.python.org/mailman/listinfo/bangpypers > > > ___ > BangPypers mailing list > BangPypers@python.org > https://mail.python.org/mailma

Re: [BangPypers] JSON PARSER

2014-03-21 Thread Prashant Gaur
''', object_pairs_hook=duplicate_key_lookup) {'test': ['hi', 'bye'], 'test1': 'tata'} On Fri, Mar 21, 2014 at 3:34 PM, Prashant Gaur <91prashantg...@gmail.com>wrote: > Hello Lokesh , > > as we know json.loads re

Re: [BangPypers] JSON PARSER

2014-03-21 Thread Prashant Gaur
file consits of more than 2 lakhs LOC > > Lokesh > > > On Friday, 21 March 2014 3:17 PM, Jayanth Koushik > wrote: > Hi Prashant > > I think he wants the duplicates to be loaded, not cause an exception. > > Jayanth > > > On Fri, Mar 21, 2014 at 3:15 PM, Prasha

Re: [BangPypers] JSON PARSER

2014-03-21 Thread Prashant Gaur
>On Friday, 21 March 2014 2:09 PM, Noufal Ibrahim KV < > nou...@nibrahim.net.in> wrote: > > > >On Fri, Mar 21 2014, lokesh bobby wrote: > > > > > >> Hi ALL, > >> > >> Can you share your thoughts on how to parse a JSON file by using >

Re: [BangPypers] JSON PARSER

2014-03-21 Thread Prashant Gaur
st > BangPypers@python.org > https://mail.python.org/mailman/listinfo/bangpypers > -- Prashant Gaur Mobile : +91 9717353657 http://gaurprashant.blogspot.in/ http://stackoverflow.com/users/1850358/prashant-gaur http://www.about.me/prashantgaur/ ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] decorator help

2013-09-20 Thread Prashant Gaur
Hello Babmis , Please check below code. Let me know if i am wrong. def track(urfunc): def loggingfun(): print "enter " , urfunc.__name__ outcome = urfunc() print "exit ", urfunc.__name__ return outcome loggingfun.__name__ = urfunc .__name__ logging

Re: [BangPypers] confused about behaviour of None in python

2013-09-14 Thread Prashant Gaur
> type. > > > rgds > vivek > __**_ > BangPypers mailing list > BangPypers@python.org > https://mail.python.org/**mailman/listinfo/bangpypers<https://mail.python.org/mailman/listinfo/bangpypers> > -- Regards : P

[BangPypers] confused about behaviour of None in python

2013-09-14 Thread Prashant Gaur
Hi All, I tried In [55]: None < 10 Out[55]: True It gives me output True . it suppose to give me error . Please explain me None < 10 is True . Regards : Prashant Gaur +91 9030015491 ___ BangPypers mailing list BangPypers@python.org

Re: [BangPypers] Django url patterns help

2013-03-01 Thread Prashant Gaur
ugcbe.org.in > ___ > BangPypers mailing list > BangPypers@python.org > http://mail.python.org/mailman/listinfo/bangpypers > -- Regards : Prashant Gaur +91 9030015491 ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Django GeoIP related Problem

2012-11-05 Thread Prashant Gaur
i am trying .. when i give*GeoIP.so* file path then it give errors same as *libGeoip.so.1* .. i do nt know y i am not able but still i am confused it's working on my localserver on ubuntu but without GEOIP_LIBRARY_PATH but on cent os it is asking for it . please tell me of which file ty

[BangPypers] Django GeoIP related Problem

2012-11-05 Thread Prashant Gaur
HI i am using django_geoip app in my django website but i am getting errors please tell me what will be GEOIP_LIBRARY_PATH actually . i am using ubuntu linux . Thanks Prashant Gaur Telecommunication Engg. Lintel Technologies Pvt. Ltd

Re: [BangPypers] Charging state of windows machine (laptop/notebook)

2012-10-31 Thread Prashant Gaur
attery or on power or standby mode? > > -- > Nitin K > ___ > BangPypers mailing list > BangPypers@python.org > http://mail.python.org/mailman/listinfo/bangpypers > -- Prashant Gaur +91 9717353657 __

Re: [BangPypers] [X-Post] Emacs movies by Noufal

2012-08-30 Thread Prashant Gaur
h komodo rocks ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers