Search Discussions
-
Hello.. I posted before a much longer version of this question but I got only one response. What do function attributes give that cannot be accomplished with function objects? Thanks, /R
Roy Katz
Jan 27, 2001 at 1:34 am
Feb 7, 2001 at 11:03 pm -
I'm thinking of moving from perl to python and I was looking for opinions on the difference. I'm sure this being a python-centric group that I'll get very pro-python answers but I'm sure there are ...
Joel Ricker
Jan 5, 2001 at 2:49 am
Jan 9, 2001 at 5:47 pm -
I'm about to start converting the small fool proof (ha ha) admin system I have been working from console based to web based. What is the easiest way to go about integrating python into apache so I ...
Chris Watson
Jan 7, 2001 at 11:36 pm
Jan 17, 2001 at 1:39 am -
Just been reading a "Ruby centric" comparison of Ruby vs Python on: http://helium.ruby-lang.org/en/compar.html would be interested to hear the Pythonista view.... james
James Lockley
Jan 24, 2001 at 11:21 am
Feb 27, 2001 at 10:10 pm -
Hi. Several times browsing the module library, I've found some functions which state explicitly what exceptions they throw, because they are not the built-in types. However, how can I know the ...
Gradha
Jan 20, 2001 at 9:17 am
Feb 5, 2001 at 1:03 am -
Why do I have the sinking feeling that, with all the talk about IDEs for Python, that the cognoscenti all use Emacs with python-mode and a shell window? ;-) -- Chris Ryland * Em Software, Inc. * ...
Chris Ryland
Jan 19, 2001 at 4:00 am
Jan 29, 2001 at 4:56 pm -
Hello, I am a Visual Basic programmer who wants to increase his knowledge of programming languages. Now that the curses, boos, and barrage of rotten fruit are out of the way, I would like to ask this ...
Charlotte Williams
Jan 7, 2001 at 12:21 am
Jan 30, 2001 at 10:20 pm -
It has to be cross platform between Linux and Windows, so it seems that my choices are Tkinter and wxPython. Your experience, thoughts, opinion, on the relative merits and pitfalls of each? My ...
Rick Lee
Jan 25, 2001 at 2:04 am
Jan 29, 2001 at 3:07 pm -
Hi , i haven't used Python but i do have experience in other languages vb , java , c++ . Is Python a fully object oriented ? Thanks
Crutoy
Jan 10, 2001 at 11:48 pm
Jan 17, 2001 at 2:47 am -
"Simon Brunning" <SBrunning at trisystems.co.uk wrote in message news:mailman.978711906.28690.python-list at python.org... [snip] ...which reminds me: why no PEPs about adding to Python's core some ...
Alex Martelli
Jan 6, 2001 at 7:26 pm
Jan 11, 2001 at 1:39 pm -
Hi! I am using rational numbers from the gmpy module and I find that creating one in Python using is rather clumsy. Clearly, minimal representation of this rational number is 3/4 but in Python this ...
Pearu Peterson
Jan 25, 2001 at 4:01 pm
Feb 1, 2001 at 6:55 am -
I've been messing around with python-2.1a1 and have discovered the new feature 'function attributes'. The project I'm currently working on can really use this feature. The feature itself would be ...
Mike Romberg
Jan 24, 2001 at 5:35 pm
Jan 28, 2001 at 2:27 pm -
Hi , does anyone know how widly in an instries does python being used ? I looked at the syntax of it and read some stuff on it,it's interested i just want to know if it's worth learning it. Thanks
Crutoy
Jan 11, 2001 at 10:23 pm
Feb 1, 2001 at 9:36 pm -
35
boolean xor
I need a boolean (not bit-wise) xor function. I've got the following function, but my logic skills are rusty enough that I'm wondering if this is the "right" way to do it (I've validated that it ...Aahz Maruch
Jan 7, 2001 at 6:27 pm
Jan 12, 2001 at 3:59 pm -
I am in the very basic stages of writing down what I want in an OSX specific Python IDE. While reading the reference manual it denotes that 8 spaces is that standard for indentation. However almost ...
Robert L Hicks
Jan 19, 2001 at 7:57 pm
Jan 22, 2001 at 4:26 am -
Hi Gang, I'm sure this has been asked a thousand times, but I haven't seen it asked lately (or ever <wink ). Why does Python use square braces ([]) instead of curly braces ({}) when accessing ...
Grant Griffin
Jan 29, 2001 at 4:04 am
Feb 1, 2001 at 3:00 pm -
...in that they carry information which trancends their execution. Reading the 'function attributes' thread and looking at users' needs... I have to ask... why function attributes? why not function ...
Roy Katz
Jan 25, 2001 at 1:28 am
Feb 7, 2001 at 7:19 am -
In article <t5eojolijv1e58 at corp.supernews.com , "AndroidMonkey" wrote:
David Allen
Jan 6, 2001 at 7:22 pm
Jan 15, 2001 at 8:14 pm -
Hello, Since the new .NET platform from MS will take all the compatible .NET languages and transform them to an IL (intermediate language ???), then take the IL to native compiled code, this means ...
Scotth
Jan 15, 2001 at 4:04 pm
Feb 3, 2001 at 1:44 pm -
I stumbled upon a new idiom for enums (at least it's new to me) that some folks might find helpful. The standard idiom is of course: (FIRST, SECOND, THIRD) = range(3) and I would have used this ...
Will Ware
Jan 6, 2001 at 3:41 pm
Jan 21, 2001 at 10:03 pm -
Hi, I notice that there doesn't seem to be a boolean xor operator in Python. Does someone know the reasons behind this? Regards, Def P Get free email and a permanent address at ...
Def P
Jan 26, 2001 at 12:51 pm
Jan 31, 2001 at 9:51 am -
Are there any GUI components or ways to build a GUI in Python that contains all the widgets that one would expect to find in a VB or Java environment. Can you (easily) build things like explorer like ...
Marco Seiriö
Jan 18, 2001 at 7:48 pm
Jan 22, 2001 at 9:12 pm -
What kinds of programs can you make with Python. Does anyone have some examples. Dan
Dead Dan
Jan 22, 2001 at 7:02 am
Feb 5, 2001 at 12:28 pm -
Hi all, I have written a nice Python application with TKinter. And it works fine.Yes. But now I want to build an exe, but - o what ashit with that installer, builder, simple - confuing thing. I have ...
Bruno Schaefer
Jan 18, 2001 at 8:03 pm
Jan 22, 2001 at 4:57 pm -
HI! (I know that SIG proposals should go to the META-SIG list but I guess not many developers are subscribed to this list. Therefore I start the discussion here.) I would like to propose a ...
Michael Ströder
Jan 27, 2001 at 1:09 pm
Feb 7, 2001 at 2:44 pm -
does random call whrandom or are they two completly different random number algorhythms? I could never figure that out. And Rand? That is depreciated, no? Why is there random *and* whrandom and when ...
Cpsoct
Jan 20, 2001 at 8:41 am
Feb 2, 2001 at 9:27 am -
There seems to be several good options to choose from when it comes to GUI developent with Python. Can someone say somthing, without killing each other with flames, what GUI one should choose? Stupid ...
Marco Seiriö
Jan 24, 2001 at 5:04 pm
Feb 1, 2001 at 7:12 pm -
As part of my learning exercises, I've been attempting to translate a short perl script into Python. I don't really know Perl, but when I was attempting to learn how to use the .qmail files at my web ...
Sheila King
Jan 20, 2001 at 5:57 am
Jan 21, 2001 at 8:05 pm -
I unexpectedly get l1 modified by doing "l += l2" (see example 1). I take it is because l and l1 point to the same object. If I use the string type instead of the list type, I don't get l2 modified. ...
Joe Smith
Jan 4, 2001 at 7:31 am
Jan 5, 2001 at 7:36 pm -
I quite often use dictionaries as sets in Python... But it doesn't really seem pretty enough to me... Some arbitrariness (as with "while 1: ... break" I still don't like that one...) about using what ...
Magnus Lie Hetland
Jan 30, 2001 at 1:56 pm
Feb 2, 2001 at 5:38 pm -
Dear newgroupreaders, As a Python newbie, I've been collecting lots of questions and answers from this newsgroup. It contains stuff not readily found in the many good FAQ from the net. Before setting ...
Daniel
Jan 27, 2001 at 5:51 pm
Jan 30, 2001 at 12:44 am -
C:\All\echuck\Projects\Webware python ActivePython 2.0, build 202 (ActiveState Tool Corp.) based on Python 2.0 (#8, Oct 19 2000, 11:30:05) [MSC 32 bit (Intel)] on win32 Traceback (most recent call ...
Chuck Esterbrook
Jan 26, 2001 at 6:51 pm
Jan 30, 2001 at 2:47 am -
Greetings- I am wanting to access a relational database via Python. Knowing that a "simple" query such as "Why no "do until" statement" can generate replies for months, I offer the following: * What ...
glinds - Greg Lindstrom
Jan 15, 2001 at 8:17 pm
Jan 25, 2001 at 11:09 am -
This may be rather silly, but I can't think of a clever way... To traverse a single list the code is: for item in list: print item However, if there are multiple lists (of the same length) is there a ...
Victor Muslin
Jan 3, 2001 at 9:59 pm
Jan 7, 2001 at 5:28 pm -
Hi all, I began to play around with cgi scripts and of course use Python for that. And man, it is a pleasure to do that with Python! It really is a snap. After about a day I had written an Issue ...
Franz GEIGER
Jan 30, 2001 at 5:49 pm
Feb 8, 2001 at 7:26 am -
Greetings all: So I am writing this program to parse text files. I am using a tuple to store the field names and values (i.e. [['id =', 't =', ...]['','',...]]. The program reads through all the ...
Steven Citron-Pousty
Jan 15, 2001 at 5:36 pm
Jan 24, 2001 at 12:54 am -
Python has fork/exec. I want to use it. After fork and before exec I would like the child process to close all files other than 0, 1 and 2 (i.e. standard input/output/error). On some systems there is ...
Harald Kirsch
Jan 17, 2001 at 8:29 am
Jan 19, 2001 at 5:34 pm -
14
Books
Hi, First:I am want to read something about PHYTON. Which books are good for a programmer with good knowledge in differnt languages PHP, SQL and so one? Second: I searchin links about PHYTON and ...Volker Jahns
Jan 29, 2001 at 1:27 pm
Jan 30, 2001 at 1:40 pm -
OK, working on converting a friend's Perl script to configure network/X configuration based on the configuratio of the computer at the time of boot to Python. I'm stumped by what seems to be ...
Steve Lamb
Jan 18, 2001 at 9:22 pm
Jan 22, 2001 at 8:37 pm -
Duplicating complex code in two different projects, so that they have to be kept in sync manually at the cost of time and effort, is the mistake. Another one is tying a fast-moving project such as ...
Andrew Kuchling
Jan 16, 2001 at 3:20 am
Jan 20, 2001 at 11:19 pm -
What is the best way to run a python script from within the interpreter? What command should I use? Thanks, Dan
Rolander, Dan
Jan 18, 2001 at 3:29 pm
Jan 19, 2001 at 7:13 pm -
This migh sound radical, but has anyone ever entertained the idea that foo.'bar bletch' might be a useful and logical extension of Python's current attribute selection machinery? I realize that ...
Chris Ryland
Jan 11, 2001 at 8:27 pm
Jan 15, 2001 at 7:51 am -
Hello there I've just discovered that when using the escape character in a string, if the following character is _not_ an expected 'escape code' character, the the backslash is passed on, rather than ...
Jkndeja
Jan 8, 2001 at 12:28 pm
Jan 10, 2001 at 5:25 pm -
Hello, Using the 'global' keyword, I can have my functions access global variables, like: # try.py val0 def change_val() : global val val = 2*val change_val() print val However, this scheme falls ...
Bram Stolk
Jan 2, 2001 at 12:41 pm
Jan 3, 2001 at 3:18 pm -
Hello all, I have a multithreaded program in which I use the following pattern in various places, because I was pretty sure it was thread-safe. But since I was just reading the thread about ...
Clarence Gardner
Jan 28, 2001 at 5:41 am
Feb 3, 2001 at 3:55 am -
what can you do when the client dies in a client/server socket relationship? currently, my problem is that the server doesn't know when a client has terminated unexpectedly. is there any way to do ...
Keith Murphy
Jan 23, 2001 at 7:43 pm
Jan 30, 2001 at 5:16 pm -
13
beep again
Thanks for answering my last question. I get the beep now, but no matter what numbers I put in for the frequency and duration it doesn't change. RonClickron
Jan 24, 2001 at 4:34 am
Jan 25, 2001 at 4:54 pm -
I have been programming in Python for several years. I still occasionally make mistakes with functions (such as sort) that return only "None". I suggest that functions like sort should return either ...
Edward C. Jones
Jan 12, 2001 at 3:51 pm
Jan 16, 2001 at 6:46 pm
Group Overview
group | python-list |
categories | python |
discussions | 810 |
posts | 4,160 |
users | 924 |
website | python.org |
924 users for January 2001
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)