Re: [BangPypers] Favorite tips/techniques

2013-09-10 Thread Vineet Naik
-- > Cordially, > Noufal > http://nibrahim.net.in > ___ > BangPypers mailing list > BangPypers@python.org > https://mail.python.org/mailman/listinfo/bangpypers > -- Vineet Naik ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Favorite tips/techniques

2013-09-10 Thread Vineet Naik
7;__path__', > '__version__', '_default_decoder', '_default_encoder', 'decoder', 'dump', > 'dumps', 'encoder', 'load', 'loads', 'scanner'] > > It's a module by itself. Located

Re: [BangPypers] Favorite tips/techniques

2013-09-10 Thread Vineet Naik
n -c $cmd) > echo $file > emacsclient --no-wait $file > } > > If you want to read the source for the json module, just do > > $ epy json > > and the json module is loaded into Emacs. > If you are us

Re: [BangPypers] Favorite tips/techniques

2013-09-10 Thread Vineet Naik
gt; > > 'dumps', 'encoder', 'load', 'loads', 'scanner'] > > > > It needn't be. > > >>> from json import tool > > >>> tool.__file__ > > '/usr/lib/python2

Re: [BangPypers] Do you pin your requirements.txt ?

2013-09-12 Thread Vineet Naik
BangPypers@python.org > >> https://mail.python.org/mailman/listinfo/bangpypers > > > > > > > > > ___ > BangPypers mailing list > BangPypers@python.org > https://mail.python.org/mailman/listinfo/bangpypers > -- Vineet Naik ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Do you pin your requirements.txt ?

2013-09-14 Thread Vineet Naik
h to decide when to pin. > > Thanks for pointing that out Dhananjay. > > - d > ___ > BangPypers mailing list > BangPypers@python.org > https://mail.python.org/mailman/listinfo/bangpypers > -- Vineet Naik ___

Re: [BangPypers] (no subject)

2013-09-24 Thread Vineet Naik
t > BangPypers@python.org > https://mail.python.org/mailman/listinfo/bangpypers > -- Vineet Naik ___ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] (no subject)

2013-09-25 Thread Vineet Naik
On Tue, Sep 24, 2013 at 6:19 PM, Dhananjay Nene wrote: > On Tue, Sep 24, 2013 at 6:11 PM, Dhananjay Nene > wrote: > > On Tue, Sep 24, 2013 at 6:04 PM, Dhananjay Nene > > wrote: > >> On Tue, Sep 24, 2013 at 5:48 PM, Vineet Naik wrote: > >>> Hi, > >&

Re: [BangPypers] (no subject)

2013-09-25 Thread Vineet Naik
On Thu, Sep 26, 2013 at 8:58 AM, wrote: > On 2013-09-25 17:21, Dhananjay Nene wrote: > >> On Wed, Sep 25, 2013 at 7:09 PM, Vineet Naik wrote: >> >>> On Tue, Sep 24, 2013 at 6:19 PM, Dhananjay Nene < >>> dhananjay.n...@gmail.com>**wrote: >>> &

Re: [BangPypers] list question

2013-12-05 Thread Vineet Naik
5 PM, Vikram K wrote: > > > Any suggestions on what i have to do to go from x to y? > > > > >>> x = [['cat','NM123',12],['cat','NM234',12], ['dog', 'NM56',65]] > > >>> x > > [['cat',

Re: [BangPypers] Python doc using sphinx

2014-05-25 Thread Vineet Naik
Hi, Basically there are 3 steps involved in this: 1. Write docstrings in your code using reStructuredText directives and field lists that are recognized by Sphinx. See an example here [1]. It's a good idea refer to docs of existing libs as Kracekumar mentioned. 2. Enable the autodoc extens

[BangPypers] To use Pinax or just Django

2011-11-19 Thread Vineet Naik
lopment using PHP & Java, although I am quite comfortable with writing python scripts involving file system operations, web scraping etc. What do you suggest, Pinax or just Django ? Please share your experiences with Pinax. Thanks, vineet -- Vineet Naik

Re: [BangPypers] [pythonpune] Re: To use Pinax or just Django

2011-11-20 Thread Vineet Naik
Thank you Navin. Liked the idea of using pinax code for reference. vineet On Sun, Nov 20, 2011 at 11:59 AM, Navin Kabra wrote: > On Sun, Nov 20, 2011 at 11:13 AM, Vineet Naik wrote: > >> I am confused whether to use Pinax or just Django. >> > > I've done 3 non-t

Re: [BangPypers] [pythonpune] Re: To use Pinax or just Django

2011-11-20 Thread Vineet Naik
=pinax > >> > >> Regards, > >> Nandakishore > >> > > > > I wont recommend Pinax if you are looking for something that needs > > to be tweaked. It's a pain as the project size grows > >> > >> On Sun, Nov 20, 2011 at 7:56

Re: [BangPypers] [pythonpune] Re: To use Pinax or just Django

2011-11-21 Thread Vineet Naik
with. I am happy with Django's template system and ORM so far. But I understand Noufal's point. For a framework in a more familiar language, I would prefer loosely coupled components too. Thanks -- Vineet Naik ___ BangPypers mailing

Re: [BangPypers] Heterogeneous forms in django formset

2012-03-12 Thread Vineet Naik
omething wrong with the way i am thinking about this problem > ??   Is this a proper way a handle the problem that I am describing > > -- > A-M-I-T S|S > ___ > BangPypers mailing list > BangPypers@python.org > http://mail.python.org/mailman/listinfo/bangpypers -- Vineet Naik ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Maintaining dev and prod env alike

2012-03-25 Thread Vineet Naik
t; > ___ > BangPypers mailing list > BangPypers@python.org > http://mail.python.org/mailman/listinfo/bangpypers -- Vineet Naik ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] Wake Up guys!

2012-12-24 Thread Vineet Naik
__ > BangPypers mailing list > BangPypers@python.org > http://mail.python.org/mailman/listinfo/bangpypers > -- Vineet Naik ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

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

2012-12-25 Thread Vineet Naik
":?><,./;\'][=-`)","type":"ClusterComputeResource","moid":"domain-c401","actual_name":"cluster > ~!@#$%^&*()_ > > {}|\\":?><,./;\'\\][=-`","hosts":[{"name":"192.168.1.13","type":"HostSystem","moid":&quo