Re: [BangPypers] Best python source browsing tool for Mac + Emacs / Sublime

2013-12-30 Thread Aravind Kamble
Which one is better to navigate huge code and provide context help menu. On Mon, Dec 30, 2013 at 5:48 PM, kracekumar ramaraju < kracethekingma...@gmail.com> wrote: > Sublime 2/3 supports ctags which is based on exuberant ctags. > https://github.com/SublimeText/CTags . > > Note: I haven't used it

[BangPypers] How to set DNS IP of a machine

2013-04-06 Thread Aravind Kamble
Hi All, I am a beginner in Pyhton scripting. I want to know how can I set a predefined IP address as DNS IP of a machine in my Python script. Thanks, Aravind ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/ba

Re: [BangPypers] How to set DNS IP of a machine

2013-04-06 Thread Aravind Kamble
open the properties of Local LAN connection, open TCP/IP properties and set the DNS IP manually. I want to do the same using script. Hope I am clear this time. Thanks, Aravind On Sun, Apr 7, 2013 at 11:57 AM, Gora Mohanty wrote: > On 7 April 2013 11:44, Aravind Kamble wrote: &g