Re: Xah's Edu Corner: Under the spell of Leibniz's dream

2007-08-20 Thread Bikal KC
Ingo Menger wrote:
> On 20 Aug., 01:56, Xah Lee <[EMAIL PROTECTED]> wrote:
> 
>> (for you math illiterates out there: ...
>> (for you mathematicians out there: ...
> 
> Please, Xah Lee, could you possibly stop to "explain" things that are
> absolutely trivial? If somebody has doubts about the etymology of a
> word, he may use the dictionary, or he could ask.
> 
> 

I used usenet years ago then stopped for couple of years. I remember
seeing him/her on c.l.perl I believe doing the same thing he/she is
doing atm. I'd say the ultimate usenet superstar. Wow!
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: IDE for Python

2007-08-21 Thread Bikal KC
Joel Andres Granados wrote:
> Hello list:
> 
> I have tried various times to use an IDE for python put have always been
> disapointed.
> I haven't revisited the idea in about a year and was wondering what the
> python people
> use.
> I have also found http://pida.co.uk/main as a possible solution.  Anyone
> tried it yet?

Free -
DrPython, Pydev extension to Eclipse, IDLE.

Show me the money -
Komodo, IntelliJ IDEA, Visual Python, Wing Python

Do your homework and Google for them now. :-)


Cheers
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: C# and Python

2007-08-21 Thread Bikal KC
subeen wrote:

> When the user clicks Quick Sort button, the quicksort.py will be
> called and it will sort the numbers.

One way to do this:
In your C# app, have the mouse click event handler call python
interpreter "/path/to/python /path/to/quicksort.py". Make quicksort.py
write to a file the result. After the quicksort.py finishes, read the
file from your normal C# app.

Cheers.
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: C# and Python

2007-08-21 Thread Bikal KC
>From Eric CHAO [accidently sent to me]:

Maybe you could try IronPython. It's another implement in .NET
platform. Not 100% compatible but for sorting, that's ok. I think it's
a better way to use GUI that .NET provide.

And if you download VS 2005 SDK, there is many demo projects about
IronPython.

On 8/21/07, Bikal KC <[EMAIL PROTECTED]> wrote:
> > subeen wrote:
> >
>> > > When the user clicks Quick Sort button, the quicksort.py will be
>> > > called and it will sort the numbers.
> >
> > One way to do this:
> > In your C# app, have the mouse click event handler call python
> > interpreter "/path/to/python /path/to/quicksort.py". Make quicksort.py
> > write to a file the result. After the quicksort.py finishes, read the
> > file from your normal C# app.
> >
> > Cheers.
> > --
> > http://mail.python.org/mailman/listinfo/python-list
> >


-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Fast socket write

2007-08-21 Thread Bikal KC
Greg Copeland wrote:
> I'm having a brain cramp right now.  I can't see to recall the name of

Is your cramp gone now ? :P

-- 
http://mail.python.org/mailman/listinfo/python-list