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
--
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
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
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
blem with say 2 programs using the same ports?
Thanks in advance.
Maurice
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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
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
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
go, CherryPy, TurboGears and many other tools
Best book(s): Dive into Python, Learning Python
maurice
--
http://mail.python.org/mailman/listinfo/python-list
(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
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
should have been killed).
Thanks in advance.
Cheers
maurice
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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
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
erform different
actions when different button is pressed?
Thanks in advance
Cheers
maurice
--
http://mail.python.org/mailman/listinfo/python-list
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 """
>>
>>
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
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
ng my request.
Maurice Shih
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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.".
&
101 - 129 of 129 matches
Mail list logo