Search the web
Sign In
New User? Sign Up
python-list · Python List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 117901 - 117930 of 122067   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
117901
On Sat, 01 Nov 2003 06:49:55 GMT, Ron Adam <radam2@...> ... BTW, I do know I can do this and get pi much much faster. ... That gives me over...
Ron Adam
radam2@...
Send Email
Nov 1, 2003
8:11 am
117902
The py2exe says that a console app should have the --console option and a windows app should have the --windows option. What is the way to py2exe a python...
achrist@...
Send Email
Nov 1, 2003
8:21 am
117903
... Actually, I'm not, any non-empty string would have done as well, given the original poster's parser implementation. Peter -- ...
Peter Otten
__peter__@...
Send Email
Nov 1, 2003
8:22 am
117904
... But not reliably so. Assuming the following implementation, def reversed(x): i = len(x) while i > 0: i -= 1 yield x[i] where the check for a custom reverse...
Peter Otten
__peter__@...
Send Email
Nov 1, 2003
8:56 am
117905
... It should certainly be possible - it is open source, so you can see for yourself what precisely it does. It being open source, changes occur only when...
Martin v. Löwis
martin@...
Send Email
Nov 1, 2003
8:57 am
117906
... The diference between beta and release not small, the release is a totally new application. Regards Dmitry. -- ...
Dmitry Poplavsky
dima@...
Send Email
Nov 1, 2003
8:58 am
117907
... Yes, you should write a setup.py using distutils. ... I doubt this statement. gcc does not find things in /usr/local/lib/python2.3. Why do you think it...
Martin v. Löwis
martin@...
Send Email
Nov 1, 2003
9:00 am
117908
... Haven't tried, but logically it should be a console -- this doesn't restrict what OTHER modules you can import, it just uses the equivalent of a .py script...
Alex Martelli
aleaxit@...
Send Email
Nov 1, 2003
9:07 am
117909
... Nitpicking myself: any string containing at least one non-white character. Peter -- http://mail.python.org/mailman/listinfo/python-list...
Peter Otten
__peter__@...
Send Email
Nov 1, 2003
9:11 am
117910
"Fernando Perez" <fperez528@...> wrote in message news:bnu7ck$aaa$1@.... ... For a J programmer (www.jsoftware.com) it might as well...
Georgy Pruss
SEE_AT_THE_END@...
Send Email
Nov 1, 2003
9:16 am
117911
Hi all, I think this is a very simple problem.. I'm trying to run an xml-rpc server given in SimpleXMLRPCServer.py file that comes with Python and wrote a very...
Ben
crescent_au@...
Send Email
Nov 1, 2003
9:36 am
117912
... I do not fully understand what you're are trying to achieve with your code, but this observation might help you anyway: [...] ... [...] ... [...] In both...
Peter Otten
__peter__@...
Send Email
Nov 1, 2003
9:37 am
117913
Ben wrote: ... the way you've coded your server, the client should call myserver.add(2,2) and NOT what you've coded on the client side. To see why add a simple...
Alex Martelli
aleaxit@...
Send Email
Nov 1, 2003
10:03 am
117914
_____ .-'` '. __/ __ \ / \ / \ | ___ ... .-\__/ \__/ | \_/\_/__..._ _...---'-. / _ '. /, ,...
Noen
not.available@...
Send Email
Nov 1, 2003
11:10 am
117915
... Hmmm, speaking as a reasonably disinterested observer: yes, Blackadder _was_ in beta for a surprisingly long time. However, the final release seems to ...
Alex Martelli
aleax@...
Send Email
Nov 1, 2003
12:06 pm
117916
... I am not a cardiologist, but I think you're emphasizing the difficulties too much. Suppose we have a checking function that does the "atomic" check on one...
Alex Martelli
aleax@...
Send Email
Nov 1, 2003
12:07 pm
117917
... No, but, for the record: just last week in python-dev Guido rejected a syntax proposal using a leading dot to strop a variablename in some circumstances...
Alex Martelli
aleax@...
Send Email
Nov 1, 2003
12:08 pm
117918
Shawn Gordon wrote: ... *OUCH* -- with you claiming this against them, and they claiming the same against you, we're exactly in the situation where any...
Alex Martelli
aleax@...
Send Email
Nov 1, 2003
12:10 pm
117919
... Well, it's rather a meaningless question since all statically-typed languages define their semantics only for well-typed expressions, and so something like...
Ed Avis
ed@...
Send Email
Nov 1, 2003
12:11 pm
117920
... Well of course, if you program in a different language you'd need a different type checking system. -- Ed Avis <ed@...> -- ...
Ed Avis
ed@...
Send Email
Nov 1, 2003
12:13 pm
117921
... Good point, so, here's an updated search for the FP-ish crowd (each OR-separated term is looked up in '"%s programming language"'): # 0...
Alex Martelli
aleax@...
Send Email
Nov 1, 2003
12:14 pm
117922
how do I assign a value to a variable inside a function then use it in the main body ? i am trying to unpickle a dictionary in a function to use it in the...
ruari mactaggart
ruari@...
Send Email
Nov 1, 2003
12:15 pm
117923
... If the variable name is for example 'isbadforyou', start the function with the statement: global isbadforyou ... By far the best approach for this is to...
Alex Martelli
aleax@...
Send Email
Nov 1, 2003
12:16 pm
117924
... Which is a pity, since the upcoming py2exe (for python 2.3) requires win32all build 161 or later, if win32all is used. Thomas -- ...
Thomas Heller
theller@...
Send Email
Nov 1, 2003
12:18 pm
117925
... Looks like a syntax error somewhere in 'setup.py'. Thomas -- http://mail.python.org/mailman/listinfo/python-list...
Thomas Heller
theller@...
Send Email
Nov 1, 2003
12:18 pm
117926
[insert silly ASCII art from original post] It looks like two Yoshis with snake bodies or something. :P Though perhaps it doesn't help that my (broken) news...
KefX
keflimarcusx@...
Send Email
Nov 1, 2003
12:19 pm
117927
... Obviously. But let us suppose that someone improved the type system of Haskell such that some useful complicated constructs that did not pass the type...
prunesquallor@...
Send Email
Nov 1, 2003
12:20 pm
117928
thanks sir...... it worked thanks once agian it served my purpose regards ... __________________________________ Do you Yahoo!? Exclusive Video Premiere -...
Harish Vaidya
hrmrv@...
Send Email
Nov 1, 2003
12:21 pm
117929
"ruari mactaggart" <ruari@...> wrote in message news:bo04ou$382$1@.... ... program Since Alex has already mentioned the...
John Roth
newsgroups@...
Send Email
Nov 1, 2003
12:22 pm
117930
... Having readers and special forms /is/ an extra sublanguage. I don't have to learn extra syntax for these forms (which is good), but I do have to learn...
Joachim Durchholz
joachim.durchholz@...
Send Email
Nov 1, 2003
12:23 pm
Messages 117901 - 117930 of 122067   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help