Re: Python + webservice

2009-10-07 Thread Ralf Schoenian
Fred Chevitarese wrote: Hello all... I'm new here and a search in tis group but unfortunately i didn't find any kind of solution/code/question etc ... I have to made a python script that communicates with an websevice over the web. I tried out use SoapPy, ZSI, BeautifullSoap and others, but get

Re: Question about RADIXCHAR on Win32

2009-10-07 Thread Gabriel Genellina
En Wed, 07 Oct 2009 08:16:19 -0300, Stephane Wirtel escribió: I have a problem with locale.RADIXCHAR, it seems this constant isn't defined on the Windows platform. Is there a way to use an equivalent of locale.RADIXCHAR ? You can obtain that info from localeconv, available on Windows too

Re: best vi / emacs python features

2009-10-07 Thread Nobody
On Wed, 07 Oct 2009 17:32:16 -0700, Carl Banks wrote: >> >> One feature I have that emacs don't is that I'm able to efficiently >> >> edit a file on a remote machine with vim on a terminal (without >> >> graphical interface), and I'm using it. Apart from that, both >> >> solutions are >> >> > emac

Re: best vi / emacs python features

2009-10-07 Thread TerryP
On Oct 8, 3:29 am, Chris Jones wrote: > I do have a question: > > You mentioned Vim's clientserver mode. > > What's it good for? It's most valuable for sending data to an existing instance of vim, by name. Both files and keystrokes can be sent fwiw. vim basically organizes it self into buffers,

Re: best vi / emacs python features

2009-10-07 Thread Carl Banks
On Oct 7, 8:29 pm, Chris Jones wrote: > Always felt that syntax highlighting for instance is way > overrated. I have all syntax colors turned off except for strings and comments. I highly recommend this low-key syntax coloring for those who don't care for the normal psychodelic syntax coloring.

Re: del an imported Class at EOF... why?

2009-10-07 Thread Terry Reedy
Hans Mulder wrote: Errrhm, no. He is not deleting the PyQt4 module from sys.modules; he's only deleting the name QtGui from his own namespace. Next time Python comes across from PyQt4 import QtGui , it finds that the module PyQt4 already exists in sys.modules, so Python does not have to

Re: best vi / emacs python features

2009-10-07 Thread Paul Rudin
Carl Banks writes: > On Oct 7, 8:29 pm, Chris Jones wrote: >> Always felt that syntax highlighting for instance is way >> overrated. > > I have all syntax colors turned off except for strings and comments. > I highly recommend this low-key syntax coloring for those who don't > care for the norma

Neural networks in python

2009-10-07 Thread ruchir
I want to design and train a neural network in python. Can anyone guide me, from where can I get some useful material/eBook/libraries etc. for the same. I have no prior experience in neural netwoks and want to implement it urgently. Thanks in advance :) -- http://mail.python.org/mailman/listinfo/p

Re: Neural networks in python

2009-10-07 Thread Brian J Mingus
Machine Learning: An Algorithmic Perspective http://www.crcpress.com/product/isbn/9781420067187 Associated python code: http://seat.massey.ac.nz/personal/s.r.marsland/MLBook.html On Wed, Oct 7, 2009 at 11:53 PM, ruchir wrote: > I want to design and train a neural network in python. Can anyone >

Re: How to run python script in emacs

2009-10-07 Thread OdarR
On 7 oct, 22:07, "Sells, Fred" wrote: > Hitting ctrl-c, twice quickly works for me. > ? what do you mean ? Olivier -- http://mail.python.org/mailman/listinfo/python-list

<    1   2