provide 3rd party lib or not... philosophical check

2005-06-02 Thread Maurice LING
Hi, Just a philosophical check here. When a program is distributed, is it more appropriate to provide as much of the required 3rd party libraries, like SOAPpy, PLY etc etc, in the distribution itself or it is the installer's onus to get that part done? Cheers Maurice --

UML to Python/Java code generation

2005-06-15 Thread Maurice LING
Hi, Is there any UML tools that is able to take UML and generate Python codes? Cheers Maurice -- http://mail.python.org/mailman/listinfo/python-list

Re: Generating .pyo from .py

2005-06-16 Thread Maurice LING
say your code is "test.py" and you usually run it as "python test.py", then the "-O" option will generate .pyo files. That is "python -O test.py" Cheers maurice skn wrote: > Hello., > > Does the python compiler provide an option to generate a .p

Re: UML to Python/Java code generation

2005-06-16 Thread Maurice LING
Thanks James. I've googled a few times and it is always tools that generates UML from Python codes that comes up in the top hits, which brings me to wonder if there is something that does the opposite. maurice James wrote: >>Is there any UML tools that is able to take UML and gene

which ports to use for SOAP?

2005-06-16 Thread Maurice LING
blem with say 2 programs using the same ports? Thanks in advance. Maurice -- http://mail.python.org/mailman/listinfo/python-list

Re: Migrating from Windows to OS X

2005-06-18 Thread Maurice LING
the site-package is symlinked to /Library/Python. Do not attempt to touch that. This installation can be accessed in Terminal by typing "pythonw". Are you or will you be using package managers such as darwinports or Fink? maurice -- http://mail.python.org/mailman/listinfo/python-list

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
Python. I am into text mining as well. Perhaps we can communicate more on this... I am also interested in your data mining tools, orange... Care to give more details. Thanks in advance Maurice -- http://mail.python.org/mailman/listinfo/python-list

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 Y

[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
go, CherryPy, TurboGears and many other tools Best book(s): Dive into Python, Learning Python maurice -- http://mail.python.org/mailman/listinfo/python-list

Re: why should I learn python

2007-09-06 Thread Maurice LING
(volume 2 issue 2, http://archive.pythonpapers.org/ThePythonPapersVolume2Issue2.pdf) has an article on Django, a web framework. It may help you see what you are missing out on. maurice -- http://mail.python.org/mailman/listinfo/python-list

[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
should have been killed). Thanks in advance. Cheers maurice -- http://mail.python.org/mailman/listinfo/python-list

Re: Book: Python Power!: The Comprehensive Guide

2007-11-18 Thread Maurice LING
ursory glance while standing in the bookshop suggest that I should give it a closer read - there are some interesting stuffs that caught my eyes but I only have time for a quick flip then. maurice -- http://mail.python.org/mailman/listinfo/python-list

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
llset are? How much time you can commit? What do you want to learn? etc etc Alternatively look in Sourceforge.com, there is never enough hands. maurice -- http://mail.python.org/mailman/listinfo/python-list

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
erform different actions when different button is pressed? Thanks in advance Cheers maurice -- http://mail.python.org/mailman/listinfo/python-list

Re: Multiple Submits in HTML Forms - Cherrypy

2008-03-18 Thread Maurice LING
Carsten Haese wrote: > On Tue, 2008-03-18 at 07:14 +0000, 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
My apologies. It should be Volume 4 Issue 1 instead of Issue 4 Volume 1. Thank you Scott for pointing this out. Regards Maurice On May 6, 10:08 pm, "mauricel...@acm.org" wrote: > Welcome to Issue 4 Volume 1 of The Python Papers. This marks our 4th > year in business. It i

Re: Re; finding euclidean distance,better code?

2008-03-29 Thread Maurice LING
nd numbing regularity of the layout of the > suburb of the city after which it seems to be named - > For all I know 'manhatten' could be a native american word that > means "net". > > Have you noticed that when people say "Sorry.but" they are > no

Python programming

2010-12-22 Thread Maurice Shih
ng my request. Maurice Shih -- http://mail.python.org/mailman/listinfo/python-list

Python programming

2011-01-02 Thread Maurice Shih
Dear python-list@python.org, I am making a program of the quadratic sieve on python 2.5.2. I am also using sympy to find linear dependencies in mod 2. For example matrix A is : 10110 01101 00011 1 And using sympy I can type in a command to solve ax=0, which is: 1=0 01002=0 0010-1=0

Re: How far can stack [LIFO] solve do automatic garbage collection and prevent memory leak ?

2010-08-25 Thread Joshua Maurice
On Aug 25, 1:44 pm, John Passaniti wrote: > On Aug 24, 9:05 pm, Hugh Aguilar wrote: > > > What about using what I learned to write programs that work? > > Does that count for anything? > > It obviously counts, but it's not the only thing that matters.  Where > I'm employed, I am currently managin

Re: How far can stack [LIFO] solve do automatic garbage collection and prevent memory leak ?

2010-08-25 Thread Joshua Maurice
On Aug 25, 4:01 pm, John Passaniti wrote: > On Aug 25, 5:01 pm, Joshua Maurice wrote: > > > I agree. Sadly, with managers, especially non-technical > > managers, it's hard to make this case when the weasel > > guy says "See! It's working.". &

<    1   2