Search Discussions
-
I want to do something along the lines of the following C++ code: void change(int& i) { i++; } Is there any way to do references like this in Python? It'd be like this, though clearly this doesn't ...
Tom Plunket
Jul 12, 2003 at 8:53 pm
Jul 22, 2003 at 2:03 am -
I have been reading a book about the evolution of the Basic programming language. The author states that Basic - particularly Microsoft's version is full of compromises which crept in along the ...
Anthony_Barker
Jul 31, 2003 at 1:55 pm
Aug 10, 2003 at 11:31 pm -
Colin S. Miller wrote Also 'I was unknown to you and you deceived me'. Slightly colloquial This message has been checked for all known viruses by the MessageLabs Virus Scanning Service.
Harvey Thomas
Jul 15, 2003 at 2:07 pm
Jul 23, 2003 at 3:56 pm -
55
path module
I think Jason Orendorff's path module is really nice: http://www.jorendorff.com/articles/python/path/ Beats the hell out of os.path, which is an ugly thing indeed. The OO interface means you could ...Ian Bicking
Jul 8, 2003 at 7:57 am
Jul 26, 2003 at 11:34 pm -
Can Python replace PHP? Can I use a python program to make an interface to a mysql 4.X database? If that's possible where can I find a tutorial?
Catalin
Jul 7, 2003 at 10:47 am
Aug 5, 2003 at 1:58 pm -
There is a story today on Slashdot Open Source Project Management Lessons =====================================http://developers.slashdot.org/article.pl?sid/07/02/1817220&mode=flat&tid5 "Paul ...
Max M
Jul 3, 2003 at 9:17 am
Jul 10, 2003 at 12:51 pm -
Is there any chance of these modules becoming somewhat combined in the future? Right now it seems a little awkward to find the function you want. The main culprit is 'timegm' which is the only thing ...
Kylotan
Jul 30, 2003 at 11:26 am
Aug 5, 2003 at 12:21 am -
Bear with me: this post is moderately long, but I hope it is relatively succinct. I've been using Python for several years as a behavioral modeling tool for the circuits I design. So far, it's been a ...
Mike
Jul 31, 2003 at 6:09 am
Aug 6, 2003 at 3:58 am -
?????, ?????????? ??? ??? ??????? ????? ??????(????????, ?????? ???? ? exe-???? ?????????).
Garber
Jul 13, 2003 at 5:32 pm
Jul 26, 2003 at 10:33 am -
In article <mailman.1057083728.8224.python-list at python.org , Bob Gailer wrote: . . . . . . Maybe youngsters don't realize this. One monotonous but unremitting argument that Python inspires is ...
Cameron Laird
Jul 3, 2003 at 12:39 pm
Jul 29, 2003 at 4:50 pm -
What's the current status on the ternary operator that may or may not be added to python. Haven't heard much about that since the vote was announced for a couple of months ago. What's the best way to ...
Tor
Jul 6, 2003 at 8:59 pm
Jul 8, 2003 at 10:50 pm -
I often feel the need to extend the string method ".endswith" to tuple arguments, in such a way to automatically check for multiple endings. For instance, here is a typical use case: if ...
Michele Simionato
Jul 18, 2003 at 12:01 pm
Jan 9, 2004 at 2:18 pm -
Hi all, I would like deleting specific characters from a string. As an example, I would like to delete all of the '@' '&' in the string 'You are ben at orange?enter&your&code' so that it becomes ...
Behrang Dadsetan
Jul 9, 2003 at 7:12 am
Jul 11, 2003 at 2:49 pm -
In the world of voting technology experts, I'm known as the guy that has proposed to use commodity PCs as voting machines running open source software with a printer to generate the paper ballot. ...
Alan Dechert
Jul 20, 2003 at 8:43 pm
Jul 23, 2003 at 12:59 pm -
Is there currently any plan to introduce static typing in any future version of Python? (I'm not entirely sure that "static typing" is the right term: what I'm talking about is the declaration of ...
Michael Muller
Jul 25, 2003 at 5:19 pm
Aug 1, 2003 at 3:30 pm -
Hi all, I'm working on a base meta-type for a plug-in system, and I'd really like to use the same rich-descriptor objects as I've used everywhere else in the system. Basically these are descriptors ...
Mike C. Fletcher
Jul 18, 2003 at 12:48 pm
Jul 25, 2003 at 11:48 pm -
Hi, I have been thinking about how to overload the assign operation '='. In many cases, I wanted to provide users of my packages a natural interface to the extended built-in types I created for them, ...
Rim
Jul 1, 2003 at 3:31 am
Jul 8, 2003 at 6:50 pm -
26
Python Quiz
Hi Pythonistas, I have placed a quiz on Python on the trivia site www.funtrivia.com. Here is the link. http://www.funtrivia.com/quizdetails.cfm?id9672 Looks like it is the first quiz on Python on ...Anand Pillai
Jul 16, 2003 at 6:53 am
Jul 17, 2003 at 7:31 pm -
We've decided to go with Python for the demo of the voting machine I described on this forum yesterday. Thanks to all of you for your feedback. We have an excellent team together. We're looking for a ...
Alan Dechert
Jul 21, 2003 at 5:44 pm
Aug 2, 2003 at 2:08 am -
Ugh. Please don't propagate this ridiculous, meaningless term. It's used to refer to a wide range of greatly disparate legal concepts; to use it as a single term implies that there's some unifying ...
Ben Finney
Jul 11, 2003 at 10:20 pm
Jul 13, 2003 at 12:50 pm -
without stirring the pot too much -- could someone please point me to whatever documentation exists on the philosophy, semantics, and practical implications of how Python implements the assignment ...
Dan
Jul 23, 2003 at 12:59 am
Jul 27, 2003 at 10:25 pm -
I'm a .py newbie and fascinated by the simplicity of formatting. No need for {} as in Perl etc. But the misuse of <tab that many .py writers do makes it hard to understand how a script operates. E.g. ...
Gisle Vanem
Jul 30, 2003 at 4:20 pm
Aug 12, 2003 at 8:43 pm -
Hi all, Is there a way to detect typos in a Python program, before actually having to run it. Let's say I have a function like this: def server_closed_connection(): session.abost() Here, abort() is ...
Manish Jethani
Jul 25, 2003 at 1:56 pm
Jul 29, 2003 at 4:53 pm -
22
file.close()
i'm curious to know how others handle the closing of files. i seem to always end up with this pattern even though i rarely see others do it. f1 = file('file1') try: # process f1 finally: f1.close() ...Bryan
Jul 24, 2003 at 3:17 am
Jul 28, 2003 at 3:24 am -
I am researching issues related to emdedding Python in C++ for a project. My project will be running on an SMP box and requires scalability. However, my test shows that Python threading has very poor ...
Wenning Qiu
Jul 8, 2003 at 9:54 pm
Jul 11, 2003 at 8:22 pm -
Ive just started playing with Python and have a couple of questions. Im looking for an agument parsing library (from the command line), Ive come across optik and argtools. What other ones are there ...
Richardc
Jul 14, 2003 at 11:56 am
Jul 18, 2003 at 2:56 pm -
20
My Big Dict.
Greetings, (do excuse the possibly comical subject text) I need advice on how I can convert a text db into a dict. Here is an example of what I need done. some example data lines in the text db goes ...Xavier
Jul 2, 2003 at 4:13 am
Jul 7, 2003 at 10:35 pm -
Hi'ya ppl, I'd be happy to hear your techniques to debug python programs. Is there any interactive debugging environment by any chance ? thanks in advance, B
Bill Loren
Jul 28, 2003 at 2:10 am
Jul 29, 2003 at 6:47 pm -
Here are four more mini-mysteries for your amusement and edification. In this episode, the program output is not shown. Your goal is to predict the output and, if anything mysterious occurs, then ...
Raymond Hettinger
Jul 14, 2003 at 5:42 am
Jul 16, 2003 at 2:36 pm -
Hello, I am an avid user of PHP and I am just fooling around with Python for now. I originally wanted to know which one is faster. As in, works faster. So far, I think PHP is the fastest for dynamic ...
Fazer
Jul 28, 2003 at 6:02 pm
Aug 3, 2003 at 11:42 pm -
Traceback (most recent call last): File "<stdin ", line 1, in ? TypeError: unhashable type I'd have expected something like 'TypeError: unslicable type' meaning that you can't slice a dict, not that ...
Jeff Epler
Jul 21, 2003 at 1:48 am
Aug 2, 2003 at 4:54 am -
In article <kl3lhvgh5iillo5g9jvff92qkc8i2022nm at 4ax.com , Marc Wilson wrote: Don't know PSP, but normally this kind of facility would be made available through an importable module. If that's not ...
Aahz
Jul 20, 2003 at 1:44 pm
Jul 24, 2003 at 4:21 pm -
18
new in town
Can Python be compiled? If so, how? (I have the 2.2 version of the interpreter.) TIA for any and all helps -- Peace, EJElaine Jackson
Jul 12, 2003 at 2:50 pm
Jul 14, 2003 at 4:12 am -
I am trying to find a way to mimic by-reference argument passing for immutables in Python. I need to do this because I am writing an automated VB to Python converter. Here's an example of the VB ...
Paul Paterson
Jul 25, 2003 at 4:10 pm
Jul 28, 2003 at 9:57 pm -
After a recent thread on .endswith, I have been thinking about iterators. I realized that I don't know a satisfactory way to check if an iterator is empty. In other words I am looking for an ...
Michele Simionato
Jul 21, 2003 at 2:26 pm
Jul 25, 2003 at 4:55 am -
I have looked long and hard at Mr. Martelli's Borg recipe: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/66531 It is a very useful substitute for a Singleton, but I can't figure out how it ...
Mars
Jul 23, 2003 at 1:37 am
Jul 24, 2003 at 4:29 am -
17
Co-routines
I have an application in which I want the users to be able to create python functions: def f1(): print "1-1" print "1-2" print "1-3" def f2(): print "2-1" print "2-2" print "3-3" and when my ...Thewrights
Jul 17, 2003 at 1:07 pm
Jul 18, 2003 at 9:40 pm -
Hi all, I just wanted to tell someone :-) I was previously a perl programmer and have been a visual basic frustrated developer for a number of years, only for the reason that corporates are so ...
Graeme Matthew
Jul 3, 2003 at 12:24 pm
Jul 6, 2003 at 12:08 pm -
If you know that your source code is going to be used later by others, then I feel that code with the pattern: if some_condition: some_name = some_value else: some_name = other_value is often a ...
Will Stuyvesant
Jul 1, 2003 at 9:49 am
Jul 3, 2003 at 7:41 pm -
On behalf of the Python development team and the Python community, I'm happy to announce the release of Python 2.3 (final). Nineteen months in the making, Python 2.3 represents a commitment to ...
Barry A. Warsaw
Jul 30, 2003 at 12:02 am
Aug 1, 2003 at 12:33 am -
Has anyone tried building Python with VC++.NET? Does it work or fail horribly like I think it will. My boss seems to think it is good to have programs that are in managed code because it is more ...
Ravi
Jul 23, 2003 at 3:34 am
Jul 31, 2003 at 7:35 am -
I'm looking for a Web Tool kit to build web pages with the following criteria (in priority order) : - easy to use, develop (reuseability of code, ...) - flexible (ideally should run with Python ...
Vincent_delft
Jul 26, 2003 at 10:27 pm
Jul 30, 2003 at 6:50 pm -
I have a largish data set (1000 observations x 100 floating point variables), and some of the of the data are missing. I want to try a variety of clustering, neural network, etc, algorithms on the ...
John Hunter
Jul 2, 2003 at 7:16 pm
Jul 8, 2003 at 5:11 am -
I have just opened pyBoards.com, a community for Python programmers. Please stop by and check it out. http://www.pyBoards.com Tell me what you think, Kyle
Kyle Babich
Jul 4, 2003 at 1:11 am
Jul 7, 2003 at 9:48 am -
Hi Folks, I'm a brand new Python programmer, so please point me in the right direction if this is not the best forum for this question.... I would like to open an existing MS Excel spreadsheet and ...
Allison Bailey
Jul 15, 2003 at 12:31 am
Sep 12, 2003 at 3:51 pm -
I am trying to download pages from Python, for offline reading. This to save telephone costs :-) If a page contains something like <link rel='stylesheet' href='../pythonware.css' type='text/css' / ...
Will Stuyvesant
Jul 21, 2003 at 9:31 am
Aug 20, 2003 at 2:19 am -
What do you mean by decent? Spambayes (http://spambayes.org) has an IMAP filter, which is an example of using imaplib. Whether it's decent or not, well... ;) =Tony Meyer
Tony Meyer
Jul 17, 2003 at 1:11 am
Jul 20, 2003 at 10:50 pm -
For your amusement and edification, I'm working on a series of Python puzzles designed to highlight areas of the language known only to those who have read the docs more than once. Each of the ...
Raymond Hettinger
Jul 12, 2003 at 6:56 am
Jul 15, 2003 at 12:02 pm -
Hi all I would like some advice, and I hope that the good people on c.l.p will give me the benefit of their experience. I am busy developing an accounting package, using Python and wxPython, together ...
Frank Millman
Jul 10, 2003 at 2:13 pm
Jul 14, 2003 at 7:13 pm -
Hi I would like to retrieve the application data directory path of the logged user on windows XP. To achieve this goal i use the environment variable APPDATA. The logged user has this name: ...
Sebastien.hugues
Jul 11, 2003 at 8:40 am
Jul 13, 2003 at 6:38 pm
Group Overview
group | python-list |
categories | python |
discussions | 919 |
posts | 4,821 |
users | 1,080 |
website | python.org |
1,080 user for July 2003
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)