Search Discussions
-
As we are addressing the "warts" in Python to be fixed in Prothon, we have come upon the mutable default parameter problem. For those unfamiliar with the problem, it can be seen in this Prothon code ...
Mark Hahn
Jun 15, 2004 at 10:07 pm
Jun 29, 2004 at 7:58 am -
Are we looking at the scripting world through Python colored glasses? Has Python development been sleeping while the world of scripting languages has passed us Pythonista's by? On Saturday Slashdot ...
Richard James
Jun 13, 2004 at 8:34 pm
Jun 24, 2004 at 1:53 pm -
Yes, it's a silly question, but given how far we have come, why is it that a natural looking, easy to read, incredibly powerful language has appeared only recently, from a tech standpoint? I can't ...
J_mckitrick
Jun 2, 2004 at 10:49 pm
Jun 6, 2004 at 7:19 am -
i'm new to python and i was wondering what editors people prefer to use and why.
Sticks
Jun 26, 2004 at 8:31 am
Jul 12, 2004 at 4:20 am -
A question that has bothered me ever since looking at python the first time is that not everything evaluates to something. I am wondering what is the reason for this. Would making everying evaluate ...
Jim Newton
Jun 5, 2004 at 11:27 am
Jun 17, 2004 at 6:48 am -
Hello i want to write a commerical small tool that must access a MySQL database but i can't afford the License Fee for the original MySQL driver. In the Ruby world there exist a small but working ...
Lothar Scholz
Jun 28, 2004 at 6:30 pm
Jul 2, 2004 at 8:30 am -
Hi all-- I'm new to Python, and was somewhat taken aback to discover that the core language lacks some basic numerical types (e.g., single-precision float, short integers). I realize that there are ...
Matt Feinstein
Jun 16, 2004 at 1:59 pm
Jul 26, 2004 at 4:04 pm -
I'm planning to start on a fairly large web application, most likely using mod_python. I recently wrote a fairly small (but real-world useful) web app with it, and all of those req.write()s made for ...
Leif K-Brooks
Jun 18, 2004 at 8:43 pm
Jul 2, 2004 at 10:58 pm -
According to latest news the largest known prime is: 2**24036583 - 1 (right?) Do someone of you know how long would it take on a 2.8 GHz Pentium 4 machine to write a _decimal_ form (hexadecimal form ...
Claudio Grondi
Jun 10, 2004 at 11:30 pm
Jun 17, 2004 at 3:11 am -
Hi, does anybody knows a really good Python reference? It is not the matter if it is online or a book, if it is in english or german. Because the official one from www.python.org is really bad. :-( ...
Reiner Block
Jun 3, 2004 at 5:50 pm
Jun 10, 2004 at 12:44 am -
Total beginners sometimes don't realize that questions such as yours have been asked repeatedly, many times, in the past. Searching Google Groups (http://groups.google.com) for such discussions in ...
Peter Hansen
Jun 5, 2004 at 3:32 am
Jun 11, 2004 at 6:59 pm -
Announcing the final v1 release of HTMLTemplate; best damn HTML templating system evar, or yer money back. Enjoy! :) http://freespace.virgin.net/hamish.sanderson/htmltemplate.html
Has
Jun 1, 2004 at 2:19 pm
Jun 11, 2004 at 9:39 am -
Hi, It seems a lot of people are not aware that a Python Magazine exists. Visit: http://www.pyzine.com to see what we are publishing this quarter and check out our free articles to see what kind of ...
Mark
Jun 25, 2004 at 12:52 pm
Jun 30, 2004 at 4:33 am -
[ I'm not really sure of the etiquette of the python-dev list, so I think I'll play "safe" and post this thought here... I know some of the developers do look here, and Guido's comment (before ...
Michael Sparks
Jun 15, 2004 at 12:04 am
Jun 26, 2004 at 12:58 am -
hi all, does anyone know what print does if there is no __str__ method? i'm trying ot override the __repr__. If anyone can give me some advice it would be great to have. I have defined a lisp-like ...
Jim Newton
Jun 7, 2004 at 9:21 pm
Jun 9, 2004 at 1:21 pm -
Is there any metaclass trick or something similar to allow anonymous code blocks? I'd like to be able to let users do something like this fictitious example: b = Button() b.OnClick =: print "you ...
Doug Holton
Jun 25, 2004 at 10:51 pm
Jun 26, 2004 at 12:27 pm -
Well, after years of teaching grade 12 students c++, I've decided to make a switch to Python. Why? * interactive mode for learning * less fussing with edit - compile - link - run - debug - edit - ...
Mediocre Person
Jun 12, 2004 at 3:22 am
Jun 26, 2004 at 2:02 am -
My friend sent me an email asking this: I wasn't able to give him an afirmative answer because I've never used python for things like this. I just spent the last while looking on google and haven't ...
Matthew Thorley
Jun 3, 2004 at 6:18 am
Jun 5, 2004 at 8:11 pm -
I've been programming in Python for about 2 years. I think it offers the best combination of simplicity and power of any language I have explored. As I write more and larger and complex programs, I ...
Randall Smith
Jun 16, 2004 at 6:06 am
Jun 23, 2004 at 10:50 am -
ScanMail for Microsoft Exchange took action on the message. The message details were: Sender = candycane1828 at hotmail.com Recipient(s) = python-list at python.org; Subject = Python-list Digest, Vol ...
System Attendant
Jun 10, 2004 at 2:46 pm
Jun 24, 2004 at 3:56 am -
How can one view the contents of a queue? I'd like to verify that the queue has the same number of objects as the list that has been put into it. Also, should one think of a queue as static or ...
Bart Nessux
Jun 17, 2004 at 8:39 pm
Jun 23, 2004 at 7:09 pm -
I'm trying to have some scripts run periodically on Windows XP and found the "Task Scheduler" did not execute my scripts. My scripts are of the form scriptName.py, and will run just by invoking that ...
Eric @ Zomething
Jun 20, 2004 at 10:02 pm
Jul 2, 2004 at 7:29 pm -
I've looked at a few alternatives for encryption with Python, and didn't come up anything very speedy. I've written an encryption algorithm in pure Python that can process 22 megs of data a second. I ...
Kamilche
Jun 23, 2004 at 3:26 am
Jun 25, 2004 at 3:57 pm -
Hi all I noticed something interesting while testing some RAII concepts ported from C++ in Python. I haven't managed to find any information about it on the web, hence this post. The problem is that ...
David Turner
Jun 7, 2004 at 2:51 pm
Jun 10, 2004 at 8:22 am -
I was looking through my old emails, and ran across this in a signature: """ ----------------------- <--------------------------- When cryptography becomes illegal, jkdf ertjgdd wer k opogl ssfd! """ ...
Timo Virkkala
Jun 1, 2004 at 11:39 am
Jun 4, 2004 at 9:04 am -
I have a routine that I really need, but it slows down processing significantly. Can you spot any ineffeciencies in the code? This code makes a critical function of mine run about 7x slower than ...
Kamilche
Jun 27, 2004 at 6:22 pm
Jun 29, 2004 at 6:29 am -
When I define a function in the body of a loop, why doesn't the function "close" on the loop vairable? See example below. Thanks, Alex C:\Documents and Settings\Alexander May python Python 2.3.3 ...
Alexander May
Jun 7, 2004 at 3:27 am
Jun 17, 2004 at 7:27 am -
I love Python, but I'm less than in love with IDLE. It's OK, but it really doesn't have enough capabilities. What I consider critical, are a popdown listing of all my functions, colored syntax ...
Kamilche
Jun 13, 2004 at 7:46 am
Jun 16, 2004 at 6:51 pm -
Sorry to bovver you again (again) here's script. I still can't see why the get_payload() doesn't produce the plain text message body of an emails in the testwwws users mailbox. As you can see I have ...
Chuck Amadi
Jun 7, 2004 at 4:20 pm
Jun 9, 2004 at 2:19 pm -
Can users with international keyboards tell me if they have problems typing the left-quote ( ` ) character? It isn't used much in Python but we are thinking of giving it a slightly more important ...
Mark Hahn
Jun 6, 2004 at 8:52 pm
Jun 8, 2004 at 10:04 am -
Pythonic Nirvana - towards a true Object Oriented Environment ============================================================= IPython (by Francois Pinard) recently (next release - changes are still in ...
Ville Vainio
Jun 29, 2004 at 2:03 pm
Jul 4, 2004 at 6:07 pm -
ScanMail for Microsoft Exchange took action on the message. The message details were: Sender = noreply at python.org Recipient(s) = python-list at python.org; Subject = Python-list Digest, Vol 9, ...
System Attendant
Jun 10, 2004 at 2:20 pm
Jun 24, 2004 at 10:22 am -
Doing an independent study with Dave Beazley this quarter, Atul Varma has written a C compiler on his own in Python. It generates annotated x86 assembly code from arbitrary C files. Quoting Atul's ...
Tim Freeman
Jun 3, 2004 at 4:32 am
Jun 7, 2004 at 12:07 am -
I have a multiple disptacher which, conceptually, looks something like this: class Multimethod: def __init__(self): self.methods = {} def __call__(self, *args): return self.methods[tuple(map(type, ...
Jacek Generowicz
Jun 3, 2004 at 12:35 pm
Jun 6, 2004 at 6:47 am -
How important do people think Python 1.5 compatibility is? For some of my projects I've strived to keep it compatible with 1.5 (at least for the portions of the applications that actually would work ...
Erik Max Francis
Jun 28, 2004 at 9:50 pm
Jul 8, 2004 at 3:51 pm -
Hi, this is a little strange. All I'm trying to do is ftp a 'dbf' file - but the file is corrupt after the transfer. 1. the freeBSD 4.4 is a couple of years old using: Python 2.1.1 (#1, Sep 13 2001, ...
John fabiani
Jun 30, 2004 at 1:34 am
Jul 2, 2004 at 4:23 pm -
Hi group, I've become interested in Python a while ago and just converted a simple perl script to python. The script is very simple, it generates a list of found virusses from some maillog files for ...
^
Jun 3, 2004 at 2:33 pm
Jun 13, 2004 at 1:15 am -
Hello Python-Fans, A few months in the past, I learned the Python language and was very pleased of it. I have now written many scripts for myself and this opinion stayed, not to say, it became more ...
Thomas Reichelt
Jun 30, 2004 at 10:44 am
Jul 10, 2004 at 4:34 am -
Folks, This is my first Python project so please bear with me. I need to download data from Yahoo Finance in CSV format. The symbols are provided in a text file, and the project details are included ...
Dan roberts
Jun 30, 2004 at 2:38 am
Jul 6, 2004 at 10:17 pm -
Hi, I love Python! I've been using it for a couple of years now and have found it to be a highly productive language. I evangelize it to my developer friends and am probably responsible for the sale ...
Alexander May
Jun 29, 2004 at 3:20 pm
Jun 29, 2004 at 8:36 pm -
Is it true that joining the string elements of a list is faster than concatenating them via the '+' operator? "".join(['a', 'b', 'c']) vs 'a'+'b'+'c' If so, can anyone explain why? \\ jonas galvez // ...
Jonas Galvez
Jun 18, 2004 at 11:40 pm
Jun 28, 2004 at 10:46 am -
13
list to dict
What is the easiest/fastest way to build a dictionary from a list? The list contains 100,000 entries. Thanks, BartBart Nessux
Jun 16, 2004 at 1:29 pm
Jun 17, 2004 at 5:31 pm -
Hello, I'm using MetaClasses to create classes. How do I make these new classes "globally" available? I probably just have to assign them to something magic, but I can't seem to figure out which one. ...
Jean-François Doyon
Jun 16, 2004 at 4:28 am
Jun 17, 2004 at 8:17 am -
Hello all, If I need to read a string from a file and use syntax like: text = open(filename, 'r').read() ... is the file object ever closed? With best regards, Sergey
Sergey Krushinsky
Jun 11, 2004 at 7:59 am
Jun 14, 2004 at 5:36 pm -
(sorry for the duplicate post, just wanted to make the subject line clearer) How do you set up pdb such that you will automatically get dropped into its prompt if an unanticipated exception occurs in ...
Jon Perez
Jun 9, 2004 at 7:04 am
Jun 14, 2004 at 11:57 am -
Does it make sense to use doc strings rather than #-comments for a standalone Python app? If the classes aren't going to be re-used or imported, do they need them?
J_mckitrick
Jun 8, 2004 at 10:00 pm
Jun 10, 2004 at 1:48 pm -
Greetings, Q: Is there some way to gracefully suspend a python app for a second or so then resume? I could write the classic basic dumb loop-tenzillion-times delay, but that seems inelegant, and ...
Conrad
Jun 30, 2004 at 10:48 pm
Jul 5, 2004 at 1:40 pm -
[Python 2.3.3, x86 linux] I had developed the habit of using the neat python form: if someinstance: someinstance.memb() because it seems cleaner than "if someinstance is not None". {please no flames ...
George young
Jun 25, 2004 at 3:37 pm
Jul 1, 2004 at 4:32 am -
In referring to my copy of the python bible, it tells me I can't use all three items 'try' except and finally. I can use the t/f or t/e combinations though What combination can i use if i want to ...
David Stockwell
Jun 17, 2004 at 5:47 pm
Jun 28, 2004 at 12:59 pm -
I was looking for a way to speed up detecting invalid characters in my TCP string, and thought of yet another use for the translate function! If you were to 'translate out' the bad characters, and ...
Kamilche
Jun 24, 2004 at 6:45 am
Jun 25, 2004 at 8:29 am
Group Overview
group | python-list |
categories | python |
discussions | 917 |
posts | 4,127 |
users | 1,015 |
website | python.org |
1,015 user for June 2004
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)