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 devilsp...@gmail.com 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

Re: ARP Request/reply in Python

2009-09-24 Thread Join hack
you can use pylibpcap http://pylibpcap.sourceforge.net/ . 2009/9/23 Nattapong Limprungpattanakit nattapon...@hotmail.com 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 ste...@remove.this.cybersource.com.au On Mon, 14 Sep 2009 18:55:13 -0700, Chris Rebert wrote: On Mon, Sep 14, 2009 at 6:49 PM, Helvin helvin...@gmail.com wrote: ... I have looked at documentation, and how strings and lists work, but I