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
[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
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
[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
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
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
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
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
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 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 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
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
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
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
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
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
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
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
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 """
>>
>>
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
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
101 - 121 of 121 matches
Mail list logo