Search Discussions
-
Python is a good programming language, but "Python" is not a good name. First, python also means snake, Monty Python. If we search "python" in google, emule, many results are not programming ...
Ureuffyrtu955
Nov 30, 2007 at 2:58 pm
Dec 8, 2007 at 5:08 pm -
Is there any trick to get rid of having to type the annoying, character-eating "self." prefix everywhere in a class? Sometimes I avoid OO just not to deal with its verbosity. In fact, I try to use ...
Braver
Nov 21, 2007 at 11:51 pm
Nov 28, 2007 at 1:22 pm -
The id2name.txt file is an index of primary keys to strings. They look like this: 11293102971459182412:Descriptive unique name for this record\n 950918240981208142:Another name for another record\n ...
Michael Bacarella
Nov 10, 2007 at 9:56 pm
Nov 21, 2007 at 8:17 pm -
There are a lot of web frameworks for python like django, mod_python, spyce, turbo gears, Zope, Cherrypy etc. Which one is the best in terms of performance and ease of study.
Joe jacob
Nov 20, 2007 at 12:19 pm
Dec 8, 2007 at 9:10 pm -
Is pyparsing really a recursive descent parser? I ask this because there are grammars it can't parse that my recursive descent parser would parse, should I have written one. For instance: from ...
Just Another Victim of the Ambient Morality
Nov 2, 2007 at 6:05 am
Nov 9, 2007 at 4:19 am -
In our company we are looking for one language to be used as default language. So far Python looks like a good choice (slacking behind Java). A few requirements that the language should be able cope ...
Michel Albert
Nov 8, 2007 at 7:52 am
Nov 16, 2007 at 6:09 pm -
I mean, all the class instances that equal to each other should be reduced into only one instance, which means for instances of this class there's no difference between a is b and a==b. Thank you.
Licheng Fang
Nov 24, 2007 at 10:31 am
Dec 6, 2007 at 8:35 pm -
I love Python, and it is one of my 2 favorite languages. I would suggest that Python steal some aspects of the S language. ------------------------------------------------------- 1. Currently in ...
Frank Samuelson
Nov 8, 2007 at 8:00 pm
Nov 12, 2007 at 2:54 pm -
New to python, programming in 15 or so langs for 24 years. Couple of questions the tuts I've looked at don't explain: 1) global vars - python sets scope to the block a var is declared (1st set), I ...
Jim Hendricks
Nov 2, 2007 at 1:51 pm
Nov 5, 2007 at 9:06 am -
please tell me what is python.This group is so crowded. Khup http://groups.google.com/group/download-centre
Cope
Nov 16, 2007 at 2:09 pm
Nov 20, 2007 at 3:12 am -
Hi, Here's a framework for the questions: --- In a module, part of an API --- class Basis ( object ): def foo ( self, arg ): pass --- In user's own code --- class Child ( Basis ): def foo ( self, ...
Donn Ingle
Nov 16, 2007 at 5:03 pm
Nov 19, 2007 at 3:33 pm -
class Test(object): def execute(self,v): return v def escape(v): return v if __name__ == '__main__': gert = Test() print gert.m1('1') print Test.m2('2') Why doesn't this new style class work in ...
Gert
Nov 2, 2007 at 11:23 am
Dec 12, 2007 at 10:09 am -
Hey, I'm looking for a good Python environment. That is, at least an editor and a debugger, and it should run on Windows. Does anyone have any idea?
Ram Rachum
Nov 6, 2007 at 10:56 pm
Nov 14, 2007 at 1:48 pm -
I'm starting a project in data mining, and I'm considering Python and Java as possible platforms. I'm conserned by performance. Most benchmarks report that Java is about 10-15 times faster than ...
Jens
Nov 4, 2007 at 2:02 am
Nov 9, 2007 at 6:09 pm -
Hi, I'm getting myself really confused. I have three classes. Two of them need to reference the third, like so: Canvas --- Stack <--- Thing I am doing this right now: s = Stack() And then within ...
Donn Ingle
Nov 9, 2007 at 7:09 pm
Nov 30, 2007 at 1:10 pm -
I need to implement a "random selection" algorithm which takes a list of [(obj, prob),...] as input. Each of the (obj, prob) represents how likely an object, "obj", should be selected based on its ...
Bruza
Nov 16, 2007 at 4:40 am
Nov 20, 2007 at 3:25 am -
A Jew hacker in California admits distributing malware that let him steal usernames and passwords for Paypal accounts. http://www.pcworld.com/article/id,139507-c,cybercrime/article.html The Jews and ...
Zionist News
Nov 10, 2007 at 10:10 pm
Nov 14, 2007 at 1:59 pm -
Hi all, I want to provide my users the ability to download a repository from the web, and after that check for updates. I thought of a mechanism that could do that, but since there is patch and diff ...
Jorgen Bodde
Nov 20, 2007 at 8:39 am
Nov 21, 2007 at 8:16 am -
I'm looking for GUI toolkits that work with directly with the Linux frambuffer (no X11). It's an embedded device with limited resources, and getting X out of the picture would be a big plus. The ...
Grant Edwards
Nov 3, 2007 at 7:45 pm
Nov 6, 2007 at 6:04 pm -
Hi there, I'm so new to python (coming from .net so excuse me for the stupid question) and i'm tring to do a very simple thing,with bytes. My problem is this: i've a byte that naturally is composed ...
Gianmaria Iaculo - NVENTA
Nov 28, 2007 at 8:07 pm
Nov 28, 2007 at 10:33 pm -
Hi all, We know that list cannot be used as key of dictionary. So, how to work around it? For example, there is random list like l=[1,323,54,67]. Any suggestions are welcome! Best regards, Davy
Davy
Nov 6, 2007 at 6:53 am
Nov 7, 2007 at 6:14 pm -
Dear Reader, I'm writing some modules in Python, and I'm also using unittests. I'm wondering about some things: 1) Should I put my unittests in a subdirectory? Does the subdirectory have to be a ...
Jens
Nov 21, 2007 at 12:09 am
Dec 7, 2007 at 12:17 pm -
In learning about design patterns, I've seen discussion about using inheritance when an object's relationship to another object is 'is-a' and composition when the relationship is 'has-a'. Since this ...
Snewman18
Nov 15, 2007 at 8:28 pm
Nov 18, 2007 at 5:43 pm -
Hi, I am trying to get a small group of volunteers together to create Windows binaries for any Python extension developer that needs them, much like the package/extension builders who volunteer their ...
Kyosohma
Nov 9, 2007 at 2:08 pm
Nov 11, 2007 at 2:24 pm -
Hi, I've used subprocess with 2.4 several times to execute a process, wait for it to finish, and then look at its output. Now I want to spawn the process separately, later check to see if it's ...
Bhunter
Nov 26, 2007 at 4:54 pm
Nov 27, 2007 at 6:58 pm -
Sheesh, I've been going spare trying to find how to do this short-hand: if 0 x < 20: print "within" So that x must be 0 and < 20. I usually do: if x 0 and x < 20: print "within" What's the rule? Does ...
Donn Ingle
Nov 25, 2007 at 6:49 pm
Nov 26, 2007 at 9:18 pm -
Hello I need to get the local computer's IP address, ie. what's displayed when running "ifconfig" in Linux: # ifconfig eth0 Link encap:Ethernet HWaddr 00:15:58:A1:D5:6F inet addr:192.168.0.79 ...
Gilles Ganault
Nov 21, 2007 at 3:15 pm
Nov 24, 2007 at 5:58 am -
14
Interfaces.
Hi, Does anyone know what the state of progress with interfaces for python (last I can see is http://www.python.org/dev/peps/pep-0245/) I would argue that interfaces/(similar feature) are necessary ...PeterBraden1
Nov 16, 2007 at 1:55 am
Nov 17, 2007 at 4:27 pm -
Hi, We use a script here at work that runs whenever someone logs into their machine that logs various bits of information to a database. One of those bits is the CPU's model and speed. While this ...
Kyosohma
Nov 6, 2007 at 7:18 pm
Nov 7, 2007 at 6:43 am -
There is a Linux forum that I frequent from time to time on which I mentioned a couple of scripts that I wrote. The editors of a small Linux magazine heard and found them interesting enough to ask me ...
Rm
Nov 29, 2007 at 7:59 pm
Nov 30, 2007 at 8:19 pm -
Hello, This function does I what I want. But I'm wondering if there is an easier/better way. To be honest, I don't have a good understanding of what "pythonic" means yet. def divide_list(lst, n): ...
Kelie
Nov 26, 2007 at 7:42 am
Nov 27, 2007 at 7:39 am -
Hi... I have a python script/app that i'm dealing with. It uses Durus, which installs as an egg. I'm trying to figure out how to modify any of the underlying source files or the egg, short of ...
Bruce
Nov 11, 2007 at 2:04 am
Nov 14, 2007 at 6:09 pm -
What would be the easiest way to go about offering 3D graphics for the purpose of rendering geometry? Suppose engineers (my co-workes) have to design some enclosure, nozzle, bracket, or whatever ...
Gsal
Nov 8, 2007 at 5:53 am
Nov 11, 2007 at 6:31 pm -
Hi, I am python newbie and the command prompt is having an issue with python. I installed python 2.4.4 onto my windows machine, opened a command prompt window, and typed python to start the ...
C3950ig
Nov 1, 2007 at 4:17 pm
Nov 6, 2007 at 7:15 am -
Hi, Okay, so I am in the mood to try this: Inform the user about what modules the app requires in a graphical dialogue that can vary depending on what the system already has installed. (It will ...
Donn Ingle
Nov 30, 2007 at 1:55 pm
Dec 19, 2007 at 7:42 am -
I am using the mutagen module to extract id3 information from mp3 files. In order to do this, you give mutagen a filename, which it converts into a file object using the python built-in "file" ...
P.
Nov 20, 2007 at 8:08 pm
Dec 12, 2007 at 7:20 pm -
If you look at this code, you see there are two kind of ImportErrors: 1. app_name has no attribute or file managment.py: That's OK. 2. managment.py exists, but raises an ImportError: That's not OK: ...
Thomas Guettler
Nov 27, 2007 at 1:35 pm
Dec 9, 2007 at 6:12 pm -
Hi, I need to convert the string: '(a, b, "c", d, "e")' into the following list ['a', 'b', 'c', 'd', 'e']. Much like a csv reader does. I usually use the split function, but this mini-monster ...
Siah
Nov 29, 2007 at 8:12 pm
Nov 30, 2007 at 10:04 pm -
Apparently demand has been such that you can buy an OLPC through the end of the year: http://www.laptopgiving.org/en/index.php -- Fortune cookie: "Focus on the color purple this week to bring you ...
Aahz
Nov 24, 2007 at 6:16 pm
Nov 28, 2007 at 8:38 am -
I'm writing a demo of the infinite series x**0/0! + x**1/1! + x**2/2! + x**3/3! + ... = e**x (x is non-negative) It works OK for many x, but for many the loop doesn't break. Is there a way to get it ...
Dick Moores
Nov 20, 2007 at 7:41 am
Nov 25, 2007 at 6:32 pm -
Hi all, I've just been reading with interest this article: http://caos.di.uminho.pt/~ulisses/blog/2007/11/20/foldr-the-magic-function/ It's a useful function that (with a more intuitive name) could ...
Ant
Nov 22, 2007 at 3:02 pm
Nov 24, 2007 at 3:17 am -
I am interested in AOP in python. From here one naturally (or google-ly) reaches peak. But peak seems to be discontinued. Whereas pep-246 on adaptors seems to be rejected in favor of something else. ...
Rustom Mody
Nov 1, 2007 at 3:18 pm
Nov 13, 2007 at 5:38 pm -
Hi, I have to get list of URLs one by one and to find the URLs that I have more than one time(can't be more than twice). I thought to put them into binary search tree, this way they'll be sorted and ...
Maxim Novak
Nov 9, 2007 at 9:06 pm
Nov 13, 2007 at 9:54 am -
hii my friends; I want to create picture of security code.can i do it ? if yes,how , which module will help me? have you got a example that can create a picture whit my name pls help me thansk oruc
Oruc Çimen
Nov 10, 2007 at 4:04 pm
Nov 12, 2007 at 2:07 am -
Running OS X 10.4 "Tiger". Various references by Apple and others say that there exists a module that gives Quartz bindings, allowing all sort of graphics things in Python. Sure enough, after ...
David C. Ullrich
Nov 2, 2007 at 1:10 am
Nov 5, 2007 at 7:14 pm -
hi, how can I, control mouse position and clicking from python? I want to interact with a flash application inside firefox. thanks. ps: I am not using windows.
Glich
Nov 28, 2007 at 7:29 pm
Nov 29, 2007 at 8:30 pm -
Best off http://fender-guitars-review.blogspot.com/
Arturklis2
Nov 14, 2007 at 7:01 pm
Nov 16, 2007 at 3:39 pm -
I'm an old programmer coming from a cobol background and started to learn python. I'm using javasript for web based applications but after I started to learn python, the javascript language started ...
Timuçin Kızılay
Nov 12, 2007 at 6:07 pm
Nov 15, 2007 at 4:18 pm
Group Overview
group | python-list |
categories | python |
discussions | 691 |
posts | 3,402 |
users | 847 |
website | python.org |
847 users for November 2007
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)