Re: How to run python script in emacs

2009-09-26 Thread Join hack
you can use emacs command shell for that 2009/9/26 devilkin > I'm just starting learning python, and coding in emacs. I usually > split emacs window into two, coding in one, and run script in the > other, which is not very convenient. anyone can help me with it? is > there any tricks like emacs

Re: ARP Request/reply in Python

2009-09-24 Thread Join hack
you can use pylibpcap . 2009/9/23 Nattapong Limprungpattanakit > Hello all. > > I want check Mac Address Client on network which alive help me please. > > Thanks. > > -- > Windows Live ??? ? ??? >

Re: Remove empty strings from list

2009-09-14 Thread Join hack
good solution ,thanks~! 2009/9/15 Steven D'Aprano > On Mon, 14 Sep 2009 18:55:13 -0700, Chris Rebert wrote: > > > On Mon, Sep 14, 2009 at 6:49 PM, Helvin wrote: > ... > > > I have looked at documentation, and how strings and lists work, but I > > > cannot understand the behaviour of the followi