Search Discussions
-
Hmm, I can see one advantage of writing a.*b as a.Element()*b.Element() That is, instead of sinm(x) and sin(x) we can write sin(x) and sin(x.Element()) But both functions still need to be ...
Huaiyu Zhu
Jul 15, 2000 at 10:25 pm
Aug 5, 2000 at 7:42 pm -
Certainly that's the message coming out of DC... Anthony -- Anthony Baxter <anthony at interlink.com.au It's never too late to have a happy childhood.
Anthony Baxter
Jul 28, 2000 at 1:19 am
Aug 4, 2000 at 3:51 pm -
Are any of you game developers out there using Python as your game engine's embedded scripting language? I am wondering what drove your decision to use Python instead of other embeddable scripting ...
Mallor
Jul 18, 2000 at 7:20 pm
Sep 28, 2000 at 3:41 pm -
I've placed the slides of my talk at the O'Reilly Open Source Convention on-line at our BeOpen PythonLabs website: http://www.pythonlabs.com/talks.html We're also very close to announcing news ...
Guido van Rossum
Jul 27, 2000 at 12:38 am
Aug 5, 2000 at 8:16 pm -
This is a first experiment in whether I can make a useful, interesting, somewhat coherent summary of python-dev activity. If reaction is favorable, and time permits, it may become a biweekly posting. ...
Andrew Kuchling
Jul 18, 2000 at 2:08 pm
Jul 27, 2000 at 12:09 pm -
assume i want to iterate a block of code over every line in a text file, and that i don't want to snarf the whole thing into memory for fear of coredumps or whatever. in perl (and many others) there ...
Nobody
Jul 20, 2000 at 12:14 am
Aug 5, 2000 at 4:11 pm -
Hi Peter, That's a bit of a sore point at the moment :-) do a search on deja for case sensitive and you'll find a whole argument on the subject. Richard Peter Timaratz <timaratz at lisco.com wrote in ...
Richard_chamberlain
Jul 14, 2000 at 2:51 pm
Aug 1, 2000 at 7:37 pm -
Once upon a time, "pass by reference" meant that a function call f(x) could modify the binding of the variable x. With this definition, "pass by reference" effectively passes the address of the ...
Greg Weeks
Jul 26, 2000 at 12:54 am
Aug 15, 2000 at 1:56 am -
I'm a programmer and have C/C++, Perl, Java, PHP experience, now I'm interested in Python now. I spent a day to learn the Python, it's a cool language, however I have the following questions: 1. Why ...
Ye, wei
Jul 24, 2000 at 4:31 pm
Sep 9, 2000 at 2:53 am -
Hi, just finished going through the 'Learning Python' book, and the feeling that i get is that Python is really wierd(compared to other conventional languages like C++, Java, etc). For e.g.(correct ...
Jonathan
Jul 25, 2000 at 5:13 am
Jul 31, 2000 at 12:12 pm -
http://python.sourceforge.net/peps/pep-0213.html PEP: 213 Title: Attribute Access Handlers Version: $Revision: 1.3 $ Owner: paul at prescod.net (Paul Prescod) Python-Version: 2.0 Status: Incomplete ...
Paul Prescod
Jul 22, 2000 at 4:11 am
Jul 31, 2000 at 11:39 am -
[severe case of non sequitur snipped] Perl, C++, Visual Basic, Java, and probably also Tcl are all more popular than Python. Are you suggesting we should add their special syntaxes/quirks just ...
Bjorn
Jul 17, 2000 at 6:10 pm
Jul 18, 2000 at 10:44 pm -
It would be nice if I could do something like: def my_func(int foo, list bar, Quux quux): ... rather than def my_func(foo, bar, quux): if not isinstance(quux, Quux): raise RuntimeError("param 'quux' ...
Matt
Jul 17, 2000 at 3:50 am
Aug 8, 2000 at 8:11 am -
How do I go about getting my dynamic IP address? I want to make a little program to check periodically (daily or so) and log the results so I can determine how often my IP is getting shuffled. :) ...
Stephen Hansen
Jul 14, 2000 at 11:47 pm
Jul 21, 2000 at 6:35 pm -
Is it legal (it seems to work) to change the class of an object by assigning to its __class__ attribute? In particular for the case where the new class is a subclass of the old. I'm not looking for ...
Richard Tobin
Jul 12, 2000 at 5:19 pm
Jul 18, 2000 at 3:12 pm -
I've just read this announcement in Linux Weekly News today: ``The Poop on persistence (PerlNews). Perl News talks about two new mailing lists for Perl Object Oriented Persistence (Poop). This is an ...
Fermigier
Jul 6, 2000 at 6:16 pm
Jul 13, 2000 at 7:23 am -
Is there a synopsis of the legal woes that befell python somewhere? It sounds sort of interesting. Alex.
Alex
Jul 7, 2000 at 10:02 pm
Jul 9, 2000 at 10:33 pm -
I accidentally deleted the list of proposed names for "zip()", so I'm not sure if this was alrady mentioned.. I think merge makes sense, (and I don't really have a problem with zip()), but the ...
Michal Wallace
Jul 19, 2000 at 10:45 pm
Jul 23, 2000 at 10:55 pm -
What do you think are the top ten language constructs in Phyton ? Please don't answer in terms of OO concepts, but try to restrict yourself to those statements you really use to cope with your daily ...
Bruno Gustavs
Jul 14, 2000 at 8:53 am
Jul 18, 2000 at 6:10 am -
Adobe has opened an open source site at http://opensource.adobe.com. The first three projects on the site are Python plug-ins for Adobe Photoshop, Illustrator, and After Effects (Windows only at this ...
Grant Munsey
Jul 29, 2000 at 7:46 pm
Aug 2, 2000 at 2:55 am -
19
Python 3000
Anyone knows more about what will be Python 3000 ? It seems that it will be the next evolution of this language, after the 1.7 version. The big issue is that Python 3000 would not be compatible withe ...Patrick Fichou
Jul 24, 2000 at 8:01 pm
Aug 5, 2000 at 12:49 am -
Hello ! I am a student and visited python.org and read a bunch of articles on Python. Specifically I couldn't find any info on how does Python compared(if you can) to PHP. They are both open source, ...
Frank Kruchio
Jul 28, 2000 at 10:55 pm
Aug 3, 2000 at 9:28 am -
added some names <flame-shield Should I add email addresses?</flame-shield --- begin open letter ------------------------------------------------- To: Dr. Robert E. Kahn (president of The Corporation ...
Peter Schneider-Kamp
Jul 31, 2000 at 7:46 pm
Aug 2, 2000 at 11:44 pm -
<URL:http://deja.com/=dnc/getdoc.xp?ANe1665267 is the most pro- vocative summary I've yet seen of Larry Wall's talk at the O'Reilly Open Source Convention. Mark-Jason Dominus's typically masterful ...
Cameron Laird
Jul 28, 2000 at 1:01 pm
Aug 2, 2000 at 10:05 pm -
Hi all this is my first crack at Python patching. I was simply appalled to find '3'.zfill(5) not working anymore in 2.0b1, so I decided to do something about it. Now since zfill can be expressed as ...
Beat Bolli
Jul 16, 2000 at 2:30 pm
Jul 18, 2000 at 1:48 pm -
Hey there, im pretty new to using python, and im just experimenting with file access, a wrote a script that works fine, and then all of a sudden it started throwing up this error: inp = ...
Jack
Jul 21, 2000 at 11:26 pm
Aug 1, 2000 at 1:48 am -
I have much experience in tcl and perl, and I have finally found a good project to learn python with. Unfortunately, I am very frustrated so far with the language. Although maybe it's just with the ...
Sharkey3
Jul 17, 2000 at 8:10 pm
Jul 18, 2000 at 3:04 pm -
Hi Gang, Forgive me if this is a FAQ, but is it considered good Python form to close a file whose variable is just about to go out of scope (and thus be automatically closed)? Or should one just omit ...
Grant Griffin
Jul 31, 2000 at 9:48 pm
Aug 1, 2000 at 5:44 pm -
Hi all, I'm currently running Python scripts at the command line using C:\python\python script.py. Is there a way of making the MS-DOS box recognise the Python script as an executable file so I can ...
Neo Brave
Jul 2, 2000 at 5:20 am
Jul 24, 2000 at 1:11 am -
14
print format
I don't know if this is possible in python but, Is there a way to repeat a format command a spceified number of times? For example, in Fortran there is the format code "20I5" Which is the same as ...Curtis Jensen
Jul 26, 2000 at 12:47 am
Sep 29, 2000 at 10:25 am -
Hi Guido, Well, I am rather ambivalent about 1.6. See, I really like python and want to use it at work, a dot-com --- in fact I would like it to be the standard. But I doubt that it will come to ...
Dan Grassi
Jul 24, 2000 at 4:02 am
Aug 16, 2000 at 4:58 am -
The subject line says it all. How do I do it? Anyone who knows? /LasseLu
Lars Lundstedt
Jul 11, 2000 at 7:01 pm
Jul 19, 2000 at 3:27 am -
I like the idea of an open letter to CNRI expressing the concern of the Python Language Community. It cannot hurt to have them know what we feel about the issues at hand. Unfortunately, as Martijn ...
Peter Schneider-Kamp
Jul 28, 2000 at 10:40 am
Jul 31, 2000 at 5:27 pm -
There is an article on MSDN (http://msdn.microsoft.com/voices/scripting07142000.asp) about .NET enhancements of JScript, the Microsoft dialect of Javascript. Among the known things like compilation ...
Eduard Hiti
Jul 25, 2000 at 8:33 pm
Jul 29, 2000 at 5:25 pm -
I'm quite new to Python. For those who are familiar with Java interfaces: Does Python have a similar facility? Can one declare interfaces, then declare that a class implements some interface, ...
Randall Parker
Jul 18, 2000 at 1:08 am
Jul 25, 2000 at 3:51 am -
what is a simple way I can save variables that people enter in from 'raw_input' ? That way, someone enters the variables they want, then when the script is booted up everytime the machine starts, it ...
Gee308
Jul 18, 2000 at 5:10 am
Jul 19, 2000 at 10:14 pm -
Hello all, working with the new Build 132 of Pythonwin we have a minor problem. German Umlauts are not handled properly in the editor windows. They are shown as boxes, some of them seem to be dead ...
Norbert Klamann
Jul 17, 2000 at 8:56 am
Jul 17, 2000 at 1:00 pm -
I have a class which has to do cleanup when it goes out of scope (and so has a __del__ method), but which is also going to be derived and its subclasses may also need to do class-specific things on ...
Erik Max Francis
Jul 31, 2000 at 6:51 pm
Aug 2, 2000 at 5:08 pm -
Hello, after switching from Perl to Python because I encountered serious problems when it came to the maintenance of the Perl code, I begging for a solution to the following: In Perl, it's very easy ...
Gabriel Ambuehl
Jul 24, 2000 at 10:12 am
Jul 28, 2000 at 12:16 am -
New to Python but not script programming. W98 Python 1.5.2b First tried clicking on the idle.pw and idle.pwc icons and a window pops up and immediately disappears. Then tried: start- run- python ...
Rodney Loisel
Jul 23, 2000 at 12:40 am
Jul 24, 2000 at 2:40 pm -
Hi, Does python support, or if not, would it be cool to have support for : try: # some code except : # catch exception finally: # clean up whatever Thomas
Thomas Weholt
Jul 7, 2000 at 1:20 pm
Jul 12, 2000 at 12:05 pm -
Something from another newsgroup but mentions Python, so I elected to cross-post (to the CIA group as well, because of the InQTel thing)[1]. For more context re the below, check: ...
Kirby Urner
Jul 28, 2000 at 5:18 pm
Aug 1, 2000 at 4:10 am -
Folks, Here is the latest PEP 201, updated based on conversations with Guido yesterday. Notice that there are no more Open Issues. See instead the BDFL Pronouncements section. Plan on seeing a ...
Barry A. Warsaw
Jul 27, 2000 at 7:24 pm
Jul 31, 2000 at 6:09 am -
I am currently in the middle of hooking up a large external C++ library by maintaining a database of C++ function pointers that I will call from Python. If anybody has tried this before, my question ...
Shochet
Jul 29, 2000 at 5:44 am
Jul 31, 2000 at 12:01 am -
Okay. I'm getting a bit frustrated here. I'm trying to suck bits out of a file (which is in a simple, but non standard image format) and then convert this to a bitmap for wxPython. I haven't gotten ...
Courageous
Jul 23, 2000 at 3:38 am
Jul 23, 2000 at 1:24 pm -
Does anyone know a used book store that would carry this out of print book? Email great. thanks, SL sglanger at oakland.edu
Steve langer
Jul 16, 2000 at 8:57 pm
Jul 19, 2000 at 4:44 pm -
Is there a module or program like CPAN in Python that collects all the existing modules available in some organized way, and even compiles it for you? If not, that would really provide python with a ...
Peter Halliday
Jul 16, 2000 at 2:50 am
Jul 18, 2000 at 6:20 am -
I'm just getting started with Python. The indentation feature really does make things readable ... except when using multi-line strings. This just doesn't look right: def multiline(x): if x: print ...
Dnotspam-Jen
Jul 17, 2000 at 7:50 pm
Jul 18, 2000 at 1:44 am -
I have a reproduceable GPF on NT when picking objects of a class that has a __getattr__ implementation. Take out the __getattr__ and the pickle works fine. Are there ways to implement __getattr__ and ...
Sean Mc Grath
Jul 2, 2000 at 11:51 am
Jul 6, 2000 at 4:32 pm -
Hello. I have a few questions about the (pseudo) random number generator supplied in the standard library. I need 80 random bits (for a CipherSaber IV) but I hear most RNG's only supply 32 bits or ...
Kalle Svensson
Jul 3, 2000 at 2:28 pm
Jul 6, 2000 at 4:25 am
Group Overview
group | python-list |
categories | python |
discussions | 764 |
posts | 4,171 |
users | 1,015 |
website | python.org |
1,015 user for July 2000
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)