Search Discussions
-
Hi there, is there any replacement(/extension for teh file.readline method? Compared to Perl it is extremely slow. Searching a key in an 100.000 line ASCII file takes 15 seconds. Perl just needs 5 ...
Harald Schneider
Nov 15, 2000 at 8:35 am
Dec 22, 2000 at 1:50 am -
http://www.csse.monash.edu.au/~damian/papers/HTML/Perligata.html I propose Python in Finnish.
Steve Williams
Nov 10, 2000 at 2:51 am
Jan 15, 2001 at 5:14 am -
"Four years"? In the computer industry, and in terms of "Internet time", that's so far beyond anyone's ability to predict that it's an irrelevant claim. Java was announced only five years ago and ...
Peter Hansen
Nov 16, 2000 at 2:55 pm
Nov 22, 2000 at 2:14 am -
I've been using Python for something slightly more complicated than simple 'Hello World' programs for the first time in my life. I find it very comfortable, but on the other hand I've also got this ...
Gaute B Strokkenes
Nov 5, 2000 at 2:50 pm
Nov 8, 2000 at 11:14 pm -
Hello, I propose that objects in some Python 2.x or in 3K have a default __init__. As it is now, base classes must explicitly include an __init__ to be future-proof, which is not obvious. Let me ...
Andrew Dalke
Nov 13, 2000 at 2:27 pm
Nov 16, 2000 at 10:13 am -
Tired of cercular references? Use weak references! http://PyWeakReference.sourceforge.net/ There are no real changes from the previous release, except for better docs. Enjoy! Alex Shindich ...
Shindich
Nov 15, 2000 at 1:28 am
Dec 9, 2000 at 10:36 am -
Hi, I am using Python 2.0, I downloaded it in the RPM form and I also compiled it from source on both Linux RedHat 6.2 and Solaris. In both cases, when I have the readline module enabled, the ...
Jan Kybic
Nov 7, 2000 at 8:49 am
Dec 14, 2000 at 10:22 pm -
Hey people. If I want to put conditions in a lambda function, how would I go about that? def test(string): if string[:3] == 'yes: return 1 else: return 0 I'd like to make something like this a lambda ...
Michael P. Soulier
Nov 3, 2000 at 7:39 pm
Nov 9, 2000 at 7:27 pm -
I created the print "Hello,World!" saved as hello.py in my python folder. When using the python command line if I type in python hello.py or hello.py I get a syntax error or name error. So how do I ...
Brendhan Horne
Nov 7, 2000 at 3:36 pm
Nov 14, 2000 at 3:50 pm -
I was quite surprised to discover that the news server I'm using seems to consider some of the posting on c.l.p. (and presumably other newsgroups) to be not worth its while. When I view the newsgroup ...
Tom
Nov 5, 2000 at 6:32 pm
Nov 10, 2000 at 8:29 am -
It's easy to recieve events i Python, but what steps do you have to take to export events from a python class and trigger them.
Syver Enstad
Nov 9, 2000 at 1:55 pm
Nov 14, 2000 at 9:35 pm -
I have been wondering for some time about the best way to offer configuration data and other global resources to all modules and classes in my application, other than creating a config object and ...
Boudewijn Rempt
Nov 12, 2000 at 3:14 pm
Nov 13, 2000 at 11:31 pm -
Howdy, There are two matters for which I would like clarification. First of all, I am doing some statistics with a PostgreSQL database, and for this I need to manipulate some dates, ie. add a week to ...
Martin Christensen
Nov 5, 2000 at 2:08 pm
Nov 13, 2000 at 6:14 pm -
14
ping
I would like to write a ping program. I'm trying to use Python to ping machines and then generate a web page that displays the ping times. Can anyone point me in a direction towards learning how to ...Krister Bruhwel
Nov 15, 2000 at 3:53 pm
Nov 17, 2000 at 3:31 pm -
I've been successfully using Perl for web site development, but don't really like it, as it is so baroque. All the different ways it has to achieve the same ends makes it very difficult to follow ...
Keith MacDonald
Nov 6, 2000 at 11:15 am
Nov 7, 2000 at 2:04 pm -
Has anybody tried both MoinMoin and Zwiki? I'm trying to get a wikiwiki going with a minimum of administrative overhead. Don't need the other Zope features right now, though if Zwiki is roughly ...
Wade
Nov 20, 2000 at 3:29 pm
Nov 22, 2000 at 6:00 am -
I even looked for a 'time.py' in Python20\Lib and didn't find one. Is it magic? Below is the session that I recorded. Python 2.0c1 (#7, Oct 9 2000, 18:44:43) [MSC 32 bit (Intel)] on win32 Type ...
Jschmitt
Nov 4, 2000 at 1:23 am
Nov 10, 2000 at 8:22 pm -
Hi, I have a List X with N number of items in it. I have another List Y which contains the postion of the elements to be deleted from List X. I cannot do a for loop to delete that because for each ...
Etsang
Nov 14, 2000 at 11:59 pm
Nov 22, 2000 at 12:10 am -
As a language, I like python more than perl. However, the modules that are available seem lacking in comparison to perl's. Why is this? Is it just because python is not as popular as perl? I can't ...
sp00fD
Nov 13, 2000 at 7:55 pm
Nov 15, 2000 at 4:10 am -
I just discovered something interesting in the German ?Linux Magazin? (12/200 p. 88). It is called Internet C++ which is something like Java just for C++. There is a virtual machine named icvm. It is ...
Mike Müller
Nov 17, 2000 at 7:24 am
Jan 15, 2001 at 6:26 pm -
Python and EJB (J2EE) ===================== Searching through comp.lang.python newsgroup archive (python-list at python.org) and the zope at zope.org mailing list, I have not been able to find much ...
Hung Jung Lu
Nov 24, 2000 at 8:04 pm
Nov 27, 2000 at 2:24 am -
Many game developers use some sort of scripting system for controlling game events, or for giving non-programmers access to the game engine during development. Has anybody used Python for this? Any ...
Carey Murray
Nov 11, 2000 at 9:24 pm
Nov 20, 2000 at 6:52 pm -
10
Python Books
Anybody who would like to make any recommendation? I have "Learning Python" and "Programming Python on Win32" and was thinking of buying "Programming Python" by Mr. Lutz. Would this be a worthwhile ...Simon Foster
Nov 14, 2000 at 8:03 pm
Nov 20, 2000 at 10:35 am -
python uses the stdio subsystem provided by the under- lying platform. on Windows (like on most other platforms), it's based on the Unix model where line vs. character input is a property of the ...
Fredrik Lundh
Nov 12, 2000 at 10:52 am
Nov 15, 2000 at 4:03 am -
OK, when setting a variable from program logic is it acceptable to set it directly or should one create a method to set the variable? -- Steve C. Lamb | I'm your priest, I'm your shrink, I'm your ...
Steve Lamb
Nov 10, 2000 at 7:55 pm
Nov 14, 2000 at 3:16 pm -
I have been using computers for 10 years : MAC- WINDOWS- now LINUX I am only now beginning to see the light. Also I beleive Python is the replacement for Visual Basic which was my main language. I am ...
Grant
Nov 7, 2000 at 4:46 am
Nov 12, 2000 at 12:17 am -
I have a problem that's more geometry than python per se, but I need a solution in python so I thought I'd ask here. This is for a proprietary web application I'm developing, but I'd be happy to ...
Paul Winkler
Nov 6, 2000 at 2:55 am
Nov 7, 2000 at 10:39 am -
admin(8181): File "../Mailman/Cgi/oz_sub.py", line 71 results = results + "Can not subscribe itself!<br " ^ SyntaxError: invalid syntax
Jack Tiger
Nov 3, 2000 at 2:59 am
Nov 6, 2000 at 1:50 pm -
Hi All, I would like users to be able to upload .jpeg files via a web page <input type=file What python code do I need to be able to save the file to a directory on the hard disk? Simon
Simon Faulkner
Nov 6, 2000 at 10:36 pm
Dec 6, 2000 at 8:55 pm -
I have done a bit of programming with Smalltalk and Java (but have never used C or C++) and for the most part you stay within the realm of the respective language. However, looking thru many of the ...
Daniel Klein
Nov 10, 2000 at 3:04 am
Nov 14, 2000 at 9:15 pm -
Does anyone know if there is a way to extract information from a M$ Word document or at least how to convert it into something useful (xml, html etc.), on a Unix machine? Sent via Deja.com ...
Dsin
Nov 10, 2000 at 3:42 pm
Nov 13, 2000 at 11:53 pm -
I'm new to programming, but have successfully created a few working python codes. Now I need to process XML files as an input to my program (my data is in xml format). However, reading the Python ...
S. Hendry
Nov 9, 2000 at 9:54 pm
Nov 13, 2000 at 2:34 pm -
Is there a python compiler somewhere?? maurice ling
Maurice Ling
Nov 4, 2000 at 12:46 pm
Nov 13, 2000 at 2:33 pm -
Hi Pythoners, Does someone know how to kill a Python thread from another Python thread (in the same process) ? In both thread and threading modules, there is functions to launch such threads, but no ...
Richard Gruet
Nov 9, 2000 at 8:57 am
Nov 11, 2000 at 5:17 pm -
I was just looking for an opinion about learning Python in association with XML. I am new to programming, and from what I have found it seems either Python or Pearl would be my best bet to begin to ...
Chris
Nov 6, 2000 at 12:00 am
Nov 7, 2000 at 8:48 pm -
Is there a package that will read/write XBase, or similar, files? I don't want to use a full featured RDBMS for simple programs. -- Jim Sabatke SuSE 6.3 Linux Kernel - 2.2.13 ...
Jim Sabatke
Nov 5, 2000 at 1:06 am
Nov 7, 2000 at 8:43 pm -
Just curious, with the advent of IDLE, is there any reason whatsoever to use the 'interactive' mode anymore? Dan
Daniel Klein
Nov 2, 2000 at 3:28 pm
Nov 4, 2000 at 4:09 pm -
i have wriiten a small application in which i need to use the variable which is local to one of the functions in a class , but i am not able to access the variable. class myclass: def entry(): ...
Python9999
Nov 7, 2000 at 11:53 am
Nov 21, 2000 at 2:36 pm -
I'm considering to use Python for an application that shall - among other things - stimulate some external equipment (via an I/O-card on the PCI-bus) with a frequency of 10 Hz. This frequency should ...
Bror Johansson
Nov 14, 2000 at 8:55 am
Nov 21, 2000 at 4:44 am -
I'm sure I'm just being very dumb today...but I was looking for a swap function and can't seem to find anything. I really don't need to do: temp=a b=a a=temp everytime I need this do I???? Thanks! -- ...
Bob van der Poel
Nov 16, 2000 at 12:33 am
Nov 18, 2000 at 5:06 pm -
Dear all, I am trying to compile Pyhton2.0 on linux Redhat 7.0. I got the following error: Entering directory `/tsri/python/src/Python-2.0/i86Linux2/Parser' gcc -g -O2 -Wall -Wstrict-prototypes ...
Gillet
Nov 15, 2000 at 1:08 am
Nov 17, 2000 at 8:26 am -
Can anyone post an example, how to use mmap ? All the best, Harald
Harald Schneider
Nov 15, 2000 at 7:36 pm
Nov 16, 2000 at 6:23 pm -
When the Python team moved to Digital Creations the starship.python.net site changed from being hosted by BeOpen to Digital Creations. However after a recent couple of days of not being able to get ...
Hamish Lawson
Nov 14, 2000 at 11:30 am
Nov 16, 2000 at 10:22 am -
Hi, I was wondering if there is already a more or less automatic way out there to build Python interfaces to C++ classes. I want to write the Gui in python and the C++ part interact with this Gui. It ...
Aviad Arviv
Nov 8, 2000 at 4:57 pm
Nov 9, 2000 at 4:02 pm -
This is not acceptable for me. Python is able to handle umlauts: C:\home bash ~ $python Python 2.0 (#8, Oct 16 2000, 17:27:58) [MSC 32 bit (Intel)] on win32 Type "copyright", "credits" or "license" ...
Walter.Zettel
Nov 6, 2000 at 7:44 pm
Nov 7, 2000 at 8:13 pm -
I've been looking at using GUID generators in a project, they work fine for Win32 systems (where I use pythoncom.CreateGUID() then convert to a long integer), but I haven't been able to locate a ...
Mike Fletcher
Nov 2, 2000 at 9:46 pm
Nov 6, 2000 at 1:15 pm -
Hello, I want to transform data into Excel files using Python, not just data but also workbooks, etc.. Is there any module facilitating this? On a Windows-machine I would simply use Excel's COM ...
VonWedel
Nov 4, 2000 at 11:41 am
Nov 5, 2000 at 5:54 pm -
Hi, Can anyone tell me if there is any library function to srot a tuple ind ecending order? if not, can someone supply the code??? thanks Sent via Deja.com http://www.deja.com/ Before you buy.
Etsang
Nov 15, 2000 at 1:01 am
Nov 15, 2000 at 9:01 am -
isinstance( object, class ) # also checks for sub-classes, so your check would need to be for the subclass, not for the superclass... or if self.__class__ == Spam: # more fragile, since only ...
Mike Fletcher
Nov 13, 2000 at 5:23 pm
Nov 13, 2000 at 6:53 pm -
['[abcdefrdofhd]kdeioslkdfj[sdkfj]'] I expected something like ; ['[abcdefrdofhd]','[sdkfj]'] The chances are I've done something wrong, but can't tell what it is yet. What do you say? Best regards, ...
June Kim
Nov 10, 2000 at 11:08 pm
Nov 11, 2000 at 11:08 pm
Group Overview
group | python-list |
categories | python |
discussions | 570 |
posts | 2,332 |
users | 712 |
website | python.org |
712 users for November 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)