Search Discussions
-
hi, Iike Python, but it is not very good at doing with multibyte character. So, I rebuilt the pythoncore source code ,make a patch for Python 2.2.1. Now, you can name you variables, class or function ...
Wenshan Du
May 8, 2002 at 12:21 pm
May 17, 2002 at 5:19 pm -
Hello. Little amusing offtopic. ;) There is a nice idead pointed to by /. - a file with a program(s) that solves a Perl Golf job. The amusing part is that the file contains the program in 4 different ...
Oleg Broytmann
May 12, 2002 at 10:12 am
May 22, 2002 at 5:28 am -
I'd like to announce the availability of set-0.1: an extension module for Python 2.2+ which implements a set type. It's similar to the specification in PEP 218. You can find it in the Vaults of ...
Coady
May 10, 2002 at 7:39 pm
May 21, 2002 at 6:10 pm -
"David LeBlanc" <whisper at oz.net wrote in message news:<mailman.1022090021.10397.python-list at python.org ... I am in a situation where I want to learn a language that is capable of being used to ...
Chris
May 22, 2002 at 10:15 pm
May 31, 2002 at 8:05 am -
(Sorry if you've already seen this -- I've posted something to this effect about a week ago and it seems it didn't make it across our news server, and at any rate not to google) The Jython docs state ...
Markus Demleitner
May 24, 2002 at 7:53 am
Jun 3, 2002 at 12:40 pm -
Just checking if I'm the only one to feel that shelve seriosly violates the principle of least astonishment when you shelve modifiable values: [alex at lancelot Lib]$ python Python 2.2.1 (#1, Apr 15 ...
Alex Martelli
May 7, 2002 at 8:36 am
Jun 7, 2002 at 12:18 am -
Python does just what needs doing ... see the end of this piece for why: http://www.tundraware.com/Technology/Bullet/ ------------------------------------------------------------------------------ ...
Tim Daneliuk
May 18, 2002 at 1:40 am
May 22, 2002 at 10:38 pm -
I am trying to get the math module to deal with degrees rather than radians. (that it deals with radians for the angular functions like sin() isn't mentioned in the docs, which was sort of an ...
Jim Richardson
May 4, 2002 at 7:37 am
May 8, 2002 at 5:53 am -
Red Hat 7.x uses Python 1.52 for many of its configuration and administration activities. Ordinarily, I'd say this was a Good Thing for the betterment and furtherance of Python. However, it makes it ...
Tim Roberts
May 8, 2002 at 4:56 am
Jul 1, 2002 at 5:13 pm -
I would like to make a request. Today I spent again some time converting python code. It was in the SimpleXMLRPCServer.py file. I wanted to use it remotely on another computer but it gave errors ...
J.Jacob
May 4, 2002 at 7:28 pm
May 12, 2002 at 7:47 pm -
hello, with my replacement rlcompleter module i'd like to have a *correct* check if a string is 'open'. examples: asd"""askdjalsdk # open aksdjasd # closed asjdkk"kajsd'''' # open "'asdasd" # closed ...
Holger krekel
May 16, 2002 at 2:40 pm
May 17, 2002 at 2:09 pm -
Is there an upper memory limit which Python cannot handle? I have a calculation (external C function included with the help of SWIG; external Fortran function included with the help of F2PY; some pre ...
Siegfried Gonzi
May 14, 2002 at 10:28 am
May 17, 2002 at 9:15 pm -
hi all. I use python as the script language of a game I'm doing in Visual C. The problem that I have is that the game could have very much scripts and I don't want the user to "see" those. I know ...
Ugo GarcÃa
May 9, 2002 at 9:57 pm
May 13, 2002 at 3:33 pm -
30
Comments
Does anyone know if Python supports multi-line comments? I believe Java and C++ (and even non-ANSI C) have /* ... */ for multi-line. Does Python have anything comparable?Rajat Chopra
May 8, 2002 at 4:01 pm
May 12, 2002 at 9:10 am -
I am not a Python expert, and I'm hoping someone can tell me how in Python to write a function of one argument x that returns a function of one argument y that returns x+y. Here, in Scheme, is what I ...
Paul Graham
May 14, 2002 at 11:03 pm
May 21, 2002 at 1:52 pm -
Hi Gang, I discovered today that strings can sometimes be concatenated without using a "+": ActivePython 2.2.1 Build 222 (ActiveState Corp.) based on Python 2.2.1 (#34, Apr 15 2002, 09:51:39) [MSC 32 ...
Grant Griffin
May 30, 2002 at 7:49 pm
Jun 5, 2002 at 11:41 pm -
In article <3ce7e613$0$3732 at echo-01.iinet.net.au , Rob Hall <bloke at ii dot net wrote: Take a look at my web page. -- Aahz (aahz at pythoncraft.com) <* http://www.pythoncraft.com/ "In the end, ...
Aahz
May 19, 2002 at 7:00 pm
May 30, 2002 at 3:24 am -
Let us assume, f(x) is a relatively complicated function and g(x,y) and h(x,y) are functions. How often is then f called in the following code: print g(f(x),f(x)) print h(f(x),f(x)) I think this ...
Jb
May 9, 2002 at 9:44 am
May 14, 2002 at 6:45 pm -
Announcement: Stackless Python At It's Best, Ever. 18-May-02: Limbo Dancing works fine! Yet some more thinking for weeks, and a few days of implementation. Now, the first implementation of channels ...
Christian Tismer
May 18, 2002 at 1:30 am
May 29, 2002 at 1:42 am -
Why do you say x = []; x.append('a'), but get the length with len(a) ? Is there a reason for this sort of inconsistency?
Michael Bauers
May 22, 2002 at 6:13 pm
Jun 13, 2002 at 10:09 am -
Hello, Newbie to python, i was wondering how *skilled* guys code with it : By now to write a function i write it in a text editor (with coloured syntax), copy and paste it in idle try it, then go ...
Shagshag
May 17, 2002 at 8:47 am
May 21, 2002 at 7:30 am -
I have a project that I want to do with python. It involves a database table with some 100,000 rows, total size about 400MB and climbing. I will be adding about 700 rows a day, and occasionally want ...
Jim Richardson
May 13, 2002 at 3:11 am
May 16, 2002 at 8:49 pm -
What is the status of Python development? Or the supporting organization? I notice a lot of links in the FAQ and other documents are outdated/broken, and surfing the web I saw a lot of references to ...
Chris
May 9, 2002 at 5:42 pm
May 12, 2002 at 1:02 am -
After reading about Scheme, I begun to wonder: Is there any forced need for Lambda's in Python ? I mean does Lambda contribute anything that cannot be done otherwise in Python ? -pekka-
Pekka niiranen
May 2, 2002 at 6:29 am
May 8, 2002 at 2:15 am -
I have two lists, x and y with the property len(x) = len(y). I should like to achive this (x is a list of class instances) for (a,b) in (x,y): a.f(b) Is there a fancy way of doing this or have I to ...
Jb
May 24, 2002 at 9:56 am
Jun 24, 2002 at 4:25 am -
Here's an idea for a possible language enhancement. I'd like to hear your comments about it. It's inspired by list comprehensions and I think the examples are pretty self-explanatory: if not ...
Oren Tirosh
May 26, 2002 at 10:59 am
Jun 11, 2002 at 2:26 pm -
If it's not too late to make any suggestions about this, I have one. Instead of creating an obscure syntax for encoding as the PEP describes: Python will default to ASCII as standard encoding if no ...
David LeBlanc
May 11, 2002 at 7:34 am
May 13, 2002 at 6:22 pm -
Two parts to this email (1) gather a bit of feedback on Py (2) inform those who aren't aware of Py that it is out there. Py is a print zine for Python, blah, blah, blah www.PyZine.com. Some people ...
Bryan Richard
May 8, 2002 at 10:48 pm
May 10, 2002 at 10:12 pm -
I've been thinking of writing a device driver in python. Some people say this is ridiculous. I used psyco to improve the speed, and now have a program that does the device driver's job (a proprietry ...
Matthew Sherborne
May 2, 2002 at 9:13 pm
May 5, 2002 at 10:59 pm -
I've seen both sides of the compatibility debate. "You're breaking my scripts!" vs. "You're holding back the language!" and I can understand both sides. While I do not think there is a perfect ...
Antaeus Feldspar
May 25, 2002 at 1:13 pm
Jun 10, 2002 at 6:04 am -
Obviously. Blade of Darkness uses it ... http://www.python.org/ http://www.python.org/doc/Newbies.html http://www.python.org/doc/current/tut/tut.html http://www.python.org/doc/Comparisons.html ...
Delaney, Timothy
May 29, 2002 at 8:02 am
Jun 1, 2002 at 2:28 pm -
Hi. I currently have problems to let code inside strings execute as I want to have it. Especially the difference between "eval" and "exec" (resp. compiling as 'eval' or as 'single') makes me ...
Simon Budig
May 27, 2002 at 2:20 pm
May 30, 2002 at 3:46 am -
Hello Pythoneers, could anyone please point me to the piece of documentation where I can find a description of .join() and all the others? R?diger
Ruediger Maehl
May 30, 2002 at 1:05 pm
Jun 3, 2002 at 8:01 am -
I have a script that parses some email from a Maildir directory and I am looking for the number 550. I want to stop searching once the first occurrence is found in order to save time and be ...
Corey G.
May 30, 2002 at 1:13 am
Jun 1, 2002 at 6:11 am -
I would like to feed every second (or 3rd or 4th .etc) item in a list to a function. list = ['a', 'b', 'c', 'd', 'e'] **some fancy map/filter -trick here** = list = ['a', function('b'), 'c', ...
Pekka Niiranen
May 4, 2002 at 8:37 am
May 8, 2002 at 8:21 am -
Greetings. I am just asking for someone's opinion. I want to pick a scripting language. I have decided that the black-and-white approach of 'just know C and Java' may not be sufficient. I ahve ...
Deckerben
May 5, 2002 at 3:14 am
May 7, 2002 at 7:55 pm -
I can't help being disappointed that PEP 204 was rejected. To me, for i in [0:10] : is much more intuitive than the PEP 276 version for i in 10 : As for the ideas like allowing '[1, 5:10, 20]', ...
Steve Horne
May 27, 2002 at 5:31 pm
Jun 6, 2002 at 1:59 am -
Is there a good algorithm for generating unique numbers (ints, specifically) that can be used as object identifiers? I am discounding the obvious newid += 1 because I will need to merge different ...
VanL
May 31, 2002 at 9:31 pm
Jun 3, 2002 at 3:54 am -
Hi all, I am new to this group and could not find an answer after a Google search, so please bear with me if this question was already asked. I need to build a distributed app and I am wondering ...
Etienne Labuschagne
May 2, 2002 at 11:22 am
May 3, 2002 at 3:49 pm -
Using Python 1.3 on an HP (UNIX) (to write my first Python script): In the following script, the while loop doesn't exit as expected if one of the variables in the conditional is assigned to equal ...
Julia Bell
May 8, 2002 at 2:34 pm
May 14, 2002 at 6:30 am -
I was playing around with computing powers of 2 the other night, and was watching Python spit out numbers. When I tested the output by dividing it by 2 repeatedly, it seemed to be accurate and not a ...
Uncle_Alias
May 22, 2002 at 11:15 pm
May 24, 2002 at 9:02 pm -
I have python on linux (suse) and the string.uppercase and string.lowercase values are a bit strange. For example, string.uppercase has the following values: ...
Phil Hystad
May 20, 2002 at 12:43 am
May 22, 2002 at 5:27 pm -
Thanks to the folks at Riverbank Computing you can download a Python interpreter that runs on the ARM and Linux based Sharp Zaurus PDA; Riverbank's web site at ...
Ron Stephens
May 12, 2002 at 10:07 pm
May 21, 2002 at 2:19 pm -
Hi there, How can I configure the Tkinter???
Bohr, Mike
May 13, 2002 at 11:07 am
May 16, 2002 at 5:02 pm -
Hi, I am looking for some information on the basics of audio streaming, or any sort of data streaming really. I want to create an app to stream audio around a LAN and really have know Idea on where ...
Rob Brown-Bayliss
May 6, 2002 at 2:41 am
Jun 18, 2002 at 2:38 pm -
Hi, We're currently running a trial implementation of a teaching course in Python here at the University of Oxford Physics department. The current course uses Pascal and, although it works well, is ...
Michael Williams
May 22, 2002 at 11:03 am
May 29, 2002 at 1:20 pm -
Hi, In my python program I want to output ANSI colored text only if the terminal where the program was executed can support ANSI colored text. In all other cases the program should output ordinary ...
Pearu Peterson
May 20, 2002 at 10:35 am
May 22, 2002 at 10:06 am -
I was just reading PEP284 and, in general, I like it. The trouble is, I'd quite like these limit-specifications to be more general. For example, I'd quite like to write... if 0 <= x < 10 : print "x ...
Steve Horne
May 10, 2002 at 5:17 pm
May 21, 2002 at 5:14 pm -
Hi ... I have been looking for a way to embed Python into a C/C++ program, but I have some problems understanding what to do, if I like to support threads. I like to de something like this : <code /* ...
Bo Lorentsen
May 29, 2002 at 10:13 am
Jun 12, 2002 at 8:23 am -
In view of the number of threads labelled OT in this group, perhaps we need a new group: comp.lang.python.off-topic. Just kidding. -- Mark Hadfield "Ka puwaha et tai nei, Hoea tatou" m.hadfield at ...
Mark Hadfield
May 22, 2002 at 9:28 pm
May 24, 2002 at 4:36 pm
Group Overview
group | python-list |
categories | python |
discussions | 880 |
posts | 5,237 |
users | 999 |
website | python.org |
999 users for May 2002
Archives
- September 2015 (591)
- August 2015 (1,058)
- July 2015 (1,440)
- June 2015 (1,704)
- May 2015 (1,841)
- April 2015 (1,231)
- March 2015 (1,717)
- February 2015 (1,612)
- January 2015 (889)
- December 2014 (1,283)
- November 2014 (1,600)
- October 2014 (1,447)
- September 2014 (1,031)
- August 2014 (1,867)
- July 2014 (1,618)
- June 2014 (1,357)
- May 2014 (1,431)
- April 2014 (1,285)
- March 2014 (2,093)
- February 2014 (1,999)
- January 2014 (2,089)
- December 2013 (2,060)
- November 2013 (2,507)
- October 2013 (1,932)
- September 2013 (1,634)
- August 2013 (1,532)
- July 2013 (2,062)
- June 2013 (2,795)
- May 2013 (1,935)
- April 2013 (1,980)
- March 2013 (1,953)
- February 2013 (1,789)
- January 2013 (1,924)
- December 2012 (1,569)
- November 2012 (1,579)
- October 2012 (1,961)
- September 2012 (2,311)
- August 2012 (1,808)
- July 2012 (1,577)
- June 2012 (1,199)
- May 2012 (1,197)
- April 2012 (1,416)
- March 2012 (1,373)
- February 2012 (1,442)
- January 2012 (1,446)
- December 2011 (1,895)
- November 2011 (1,291)
- October 2011 (1,188)
- September 2011 (1,587)
- August 2011 (2,069)
- July 2011 (2,140)
- June 2011 (1,908)
- May 2011 (2,475)
- April 2011 (2,098)
- March 2011 (1,761)
- February 2011 (1,746)
- January 2011 (2,123)
- December 2010 (1,671)
- November 2010 (2,355)
- October 2010 (2,518)
- September 2010 (2,187)
- August 2010 (3,098)
- July 2010 (2,579)
- June 2010 (3,238)
- May 2010 (2,458)
- April 2010 (2,356)
- March 2010 (2,759)
- February 2010 (3,486)
- January 2010 (3,294)
- December 2009 (2,899)
- November 2009 (3,396)
- October 2009 (3,346)
- September 2009 (3,087)
- August 2009 (3,903)
- July 2009 (3,761)
- June 2009 (3,321)
- May 2009 (3,370)
- April 2009 (4,272)
- March 2009 (4,228)
- February 2009 (3,965)
- January 2009 (4,732)
- December 2008 (4,335)
- November 2008 (3,799)
- October 2008 (4,123)
- September 2008 (3,816)
- August 2008 (4,056)
- July 2008 (4,238)
- June 2008 (3,737)
- May 2008 (4,976)
- April 2008 (4,708)
- March 2008 (4,122)
- February 2008 (4,132)
- January 2008 (4,145)
- December 2007 (3,686)
- November 2007 (3,419)
- October 2007 (4,234)
- September 2007 (4,332)
- August 2007 (4,189)
- July 2007 (3,771)
- June 2007 (4,142)
- May 2007 (5,018)
- April 2007 (4,912)
- March 2007 (4,365)
- February 2007 (3,951)
- January 2007 (3,864)
- December 2006 (4,449)
- November 2006 (4,229)
- October 2006 (5,506)
- September 2006 (5,244)
- August 2006 (4,829)
- July 2006 (4,720)
- June 2006 (5,054)
- May 2006 (5,302)
- April 2006 (4,845)
- March 2006 (5,729)
- February 2006 (4,839)
- January 2006 (5,249)
- December 2005 (5,011)
- November 2005 (5,677)
- October 2005 (5,387)
- September 2005 (4,458)
- August 2005 (4,428)
- July 2005 (4,472)
- June 2005 (4,562)
- May 2005 (4,269)
- April 2005 (5,019)
- March 2005 (5,070)
- February 2005 (5,159)
- January 2005 (5,194)
- December 2004 (5,211)
- November 2004 (4,048)
- October 2004 (5,191)
- September 2004 (5,534)
- August 2004 (6,168)
- July 2004 (4,217)
- June 2004 (4,202)
- May 2004 (3,890)
- April 2004 (4,285)
- March 2004 (5,077)
- February 2004 (4,213)
- January 2004 (3,988)
- December 2003 (3,818)
- November 2003 (4,940)
- October 2003 (6,297)
- September 2003 (4,299)
- August 2003 (5,654)
- July 2003 (4,912)
- June 2003 (4,933)
- May 2003 (4,938)
- April 2003 (5,017)
- March 2003 (5,031)
- February 2003 (7,701)
- January 2003 (6,229)
- December 2002 (4,102)
- November 2002 (4,346)
- October 2002 (3,307)
- September 2002 (4,206)
- August 2002 (4,919)
- July 2002 (4,826)
- June 2002 (4,215)
- May 2002 (5,295)
- April 2002 (5,967)
- March 2002 (5,323)
- February 2002 (5,245)
- January 2002 (5,617)
- December 2001 (4,443)
- November 2001 (4,565)
- October 2001 (3,669)
- September 2001 (3,719)
- August 2001 (5,208)
- July 2001 (6,528)
- June 2001 (4,905)
- May 2001 (5,492)
- April 2001 (4,713)
- March 2001 (4,478)
- February 2001 (3,871)
- January 2001 (4,187)
- December 2000 (3,099)
- November 2000 (2,336)
- October 2000 (3,820)
- September 2000 (3,933)
- August 2000 (4,253)
- July 2000 (4,199)
- June 2000 (4,089)
- May 2000 (4,269)
- April 2000 (3,217)
- March 2000 (3,719)
- February 2000 (4,000)
- January 2000 (2,682)
- December 1999 (2,283)
- November 1999 (1,896)
- October 1999 (2,048)
- September 1999 (2,001)
- August 1999 (2,151)
- July 1999 (2,351)
- June 1999 (2,386)
- May 1999 (2,201)
- April 1999 (1,706)
- March 1999 (6)
- February 1999 (1)