which ports to use for SOAP?

2005-06-16 Thread Maurice LING
Hi, I'm writing something that specifies the use of SOAP. One requirement that fumbles me is the port number(s) to use. Is there any way to find out which ports are not used by the system? I've looked in the library reference and doesn't seems to get anything. Is there a problem with say 2 pro

Re: Migrating from Windows to OS X

2005-06-18 Thread Maurice LING
[EMAIL PROTECTED] wrote: > Hello, fellow programmers! > > I am sitting in front of a nice new PowerBook portable which has OS > 10.4 installed. The Python.org web site says that Apple has shipped OS > 10.4 with Python 2.3.5 installed. How exactly do I access this? I > have searched through the

Re: Who uses Python?

2007-06-04 Thread Maurice LING
walterbyrd wrote: > I mean other than sysadmins, programmers, and web-site developers? > > I have heard of some DBAs who use a lot of python. > > I suppose some scientists. I think python is used in bioinformatics. I > think some math and physics people use python. > > I suppose some people use

Re: Who uses Python?

2007-06-05 Thread Maurice LING
[EMAIL PROTECTED] wrote: > i use it for text mining, processing large text corpora for scientific > purposes. i'm also working on some neat data mining tools written in > python (called orange, in case someone's interested) > Hi, I am very interested with your use of Python. I am into text minin

Re: ANN: YahooQuote 0.1.0

2007-06-26 Thread Maurice LING
Hi David, I can't download from your link http://www.freenet.org.nz/python/yahooquote/YahooQuote-0.1.tar.gz Cheers maurice DavidM wrote: > Hi, > > After a 3-year break from working with it, I've just released version 0.1.0 > (the first formally packaged release) of YahooQuote. As the name impl

[ANN] The Python Papers Volume 2 Issue 2

2007-05-22 Thread Maurice LING
at the Open Source Developer's Conference 2006 (Melbourne, Australia). Thank you everyone for all your support. Cheers Maurice Ling (Associate Editor) -- http://mail.python.org/mailman/listinfo/python-list

Re: Database intensive application

2007-08-12 Thread Maurice LING
Rohit wrote: > I am a novice. I want to know whether Python can be used to develop > client/server database and web applications like .NET. Which is the > best book/source to learn Python? > There are database access libraries for almost every RDBMS. Web applications using Django, CherryPy, Turbo

Re: why should I learn python

2007-09-06 Thread Maurice LING
windandwaves wrote: > Can someone tell me why I should learn python? I am a webdeveloper, > but I often see Python mentioned and I am curious to find out what I > am missing out on. > > Thank you > > Nicolaas > The last edition of The Python Papers (volume 2 issue 2, http://archive.pythonpape

[ANN] The Python Papers volume 2 issue 3

2007-09-06 Thread Maurice LING
yphant - A Python Framework for Modelling Reusable Information Processing TasksPages 28-43 We will like to thank the community for their contributions and support. Regards Maurice Ling Associate Editor -- http://mail.python.org/mailman/listinfo/python-list

The Python Papers Monograph Series (TPPM): Call for Proposals

2007-11-11 Thread Maurice LING
The editorial committee of The Python Papers (ISSN 1834-3147) calls for proposals for The Python Papers Monograph Series. Potential authors should contact the editors at [EMAIL PROTECTED] at an early stage of preparation. We await your indications of interests. Regards Maurice Ling Associate

The Python Papers Monograph Series (TPPM): Call for Proposals

2007-11-11 Thread Maurice LING
The editorial committee of The Python Papers (ISSN 1834-3147) calls for proposals for The Python Papers Monograph Series. Potential authors should contact the editors at [EMAIL PROTECTED] at an early stage of preparation. We await your indications of interests. Regards Maurice Ling Associate

SOAPpy port reuse

2007-11-17 Thread Maurice LING
Hi, I have a problem: 1. Assuming that my application is a SOAP server that uses SOAPpy, 2. I am given port 35021 for use. What I normally do (simply) is: functionlist = [] import SOAPpy server = SOAPpy.SOAPServer((, 35021)) for func in functionlist: server.registerFunction(func) server.serve_f

Re: Book: Python Power!: The Comprehensive Guide

2007-11-18 Thread Maurice LING
John Salerno wrote: > Anyone know anything about this book? I've read a few intro Python books > already, but I'm always interested in reading more to reinforce the > language. No reviews on Amazon yet so I'm not sure if it's good or not. > > Thanks. A cursory glance while standing in the book

Re: SOAPpy port reuse

2007-11-18 Thread Maurice LING
Diez B. Roggisch wrote: > Maurice LING schrieb: >> Hi, >> >> I have a problem: >> >> 1. Assuming that my application is a SOAP server that uses SOAPpy, >> 2. I am given port 35021 for use. >> >> What I normally do (simply) is: >> >> f

Re: Joining open source python projects

2007-11-19 Thread Maurice LING
Giampaolo Rodola' wrote: > Hi there, > I don't know if such a thing has been already discussed, in which case > I'm sorry. > I was wondering if there's a place for python open source projects > that need help. > It thought it would be very nice having a place where developers could > submit "help r

The Python Papers is looking for additional Associate Editors

2007-11-22 Thread maurice ling
ny queries to [EMAIL PROTECTED] Thank you Maurice Ling Associate Editor, The Python Papers -- http://mail.python.org/mailman/listinfo/python-list

The Python Papers is looking for additional Associate Editors

2007-11-23 Thread Maurice LING
The Python Papers 5. How will you propose to improve The Python Papers Please direct any queries to [EMAIL PROTECTED] Thank you Maurice Ling Associate Editor, The Python Papers -- http://mail.python.org/mailman/listinfo/python-list

Multiple Submits in HTML Forms - Cherrypy

2008-03-18 Thread Maurice LING
Hi, Assuming that I have this code for Cherrypy 3 class Welcome: def index(self): return """ """ index.exposed = True How should I write "btn_handler" so that it will perform different actions when different b

Re: Multiple Submits in HTML Forms - Cherrypy

2008-03-18 Thread Maurice LING
Carsten Haese wrote: > On Tue, 2008-03-18 at 07:14 +, Maurice LING wrote: >> Hi, >> >> Assuming that I have this code for Cherrypy 3 >> >> class Welcome: >> def index(self): >> return """ >> >>

Re: Completion of The Python Papers Volume 4 Issue 1

2009-05-06 Thread Maurice Ling
Papers Monograph. These codes are refereed for > originality, accuracy, completeness, and lasting value. TPPSC will > act as a developers codebook of high-quality, peer-reviewed codes. > TPPSC is an annual publication using the same fast publication scheme. > > We thank all our

Re: Re; finding euclidean distance,better code?

2008-03-29 Thread Maurice LING
Hendrik van Rooyen wrote: > On Saturday 29 March 2008 03:09:46 Steven D'Aprano wrote: >> On Fri, 28 Mar 2008 16:59:59 +0100, Robert Bossy wrote: >>> Gabriel Genellina wrote: That's what I said in another paragraph. "sum of coordinates" is using a different distance definition; it's the wa

<    1   2