Search Discussions
-
363
Python Rocks!
I'm a python newbie.. but I like Python better than Perl (no ugly @$#@.. in syntax). Python does have one quirk: no end if or end loops if x == 10: print 'x is 10' print 'Hello world' # easy to get ...Tye4
Jan 18, 2000 at 1:32 am
Mar 1, 2000 at 7:52 pm -
Let's see how many languages I have run into that make whitespace and/or tabs important: 1. Makefiles: I once had a problem where a rule had a space where one was not allowed, at the end of a line, ...
Warren Postma
Jan 24, 2000 at 3:07 am
Feb 1, 2000 at 2:10 pm -
Hi all, Maybe someone (like PSA member) would like to submit this (below) as an entry to the To-Do list (in minor language design section)? -------------------------------- New operators: 1) 'eq' ...
Evguenii Smogailov
Jan 19, 2000 at 8:37 pm
Jan 25, 2000 at 1:26 pm -
34
Imagemagick
Does anybody have a copy of Python/Imagemagick or pymagick or a working link? -- Piet van Oostrum <piet at cs.uu.nl URL: http://www.cs.uu.nl/~piet [PGP] Private email: Piet.van.Oostrum at gironet.nlPiet van Oostrum
Jan 29, 2000 at 4:39 pm
Feb 11, 2000 at 8:51 pm -
Is there a (webbrowser) plugin for executing Python scripts? I'm having a lot of problem with Java, and I am seeking alternatives. Miklos Nemeth
Nemeth Miklos
Jan 5, 2000 at 9:39 pm
Jan 21, 2000 at 11:13 pm -
Hi I'm new to Python but not to programming. I currently have: Programming Python (Nutshell Handbook) by Mark Lutz But I find it a little too heavy for my liking. I'm now thinking of getting either ...
Bala
Jan 5, 2000 at 6:39 pm
Feb 10, 2000 at 1:39 am -
Hi there, recently I was heavily wondering why __init__ does not allow return values ! Is there any special reason not to do this ? For example consider this C_singleton = None class C: def ...
Helge Hess
Jan 6, 2000 at 5:24 pm
Jan 12, 2000 at 7:21 am -
Markus Stenberg and Bernhard Herzog consider the two-namespace rule to be a deficiency in python, and think it would be `simpler' to use `lexical scoping'. The Tim has given an excellent and erudite ...
Edward Welbourne
Jan 20, 2000 at 2:39 pm
Jan 30, 2000 at 1:45 am -
I have been thinking about the namespace types. That's modules, packages, classes and instances. I believe they could profitably be united into *one* type. Along the way, I see some constructive ...
Edward Welbourne
Jan 17, 2000 at 12:15 am
Jan 23, 2000 at 2:48 am -
Thinking about the notion of case sensitivity as a barrier to CP4E, as advocated quite glibly at IPC8, I typed up this module on the plane to explore the consequences of allowing/encouraging users to ...
Tres Seaver
Jan 29, 2000 at 3:26 am
Feb 6, 2000 at 10:46 pm -
I write a CGI useing Perl to modify passwd,set the CGI mod to 4755,and it really do. But When I change it into Python with the same function,set mod to 4755,but it not use the Setuid bit. Someone ...
Öܹ«
Jan 31, 2000 at 12:48 am
Feb 3, 2000 at 5:31 pm -
Under NT, it seems that starting up python to process even a trivial script is pretty slow. With the following python program, helloworld.py: print "Hello World" it takes a second or more for "python ...
Jason Taylor
Jan 26, 2000 at 1:45 am
Feb 2, 2000 at 1:40 am -
[This is a repost, since the original apparently never made it; if you see it twice, my apologies.] I'd like to announce the existence of Multimethod.py, a package that implements real (eg, ...
Neel Krishnaswami
Jan 8, 2000 at 12:54 am
Jan 17, 2000 at 8:25 pm -
Just wondered if anyone had a simple and elegant little snippet that returns the cartesian products of two lists... for-loops and append is a simple solution, but not very "cool" ;) I have a *nearly* ...
Magnus L. Hetland
Jan 4, 2000 at 10:56 pm
Jan 6, 2000 at 6:27 pm -
"Why should I care about this, isn't my Python fine"? If you know what Generators, Coroutines and Continuations are about and want to have them at your fingertips, this is the real thing for you. If ...
Christian Tismer
Jan 24, 2000 at 5:43 am
Feb 4, 2000 at 7:56 pm -
Say I want to make a function that returns a new _class_. I can do this: def NewClass(whatever): class new(baseClass): pass new.SomeAttribute = whatever.whatever return new and it seems to do the ...
David C. Ullrich
Jan 29, 2000 at 3:40 pm
Feb 1, 2000 at 9:33 pm -
Seems like many web host providers, such as MindSpring, offer CGI with Perl, but not other languages, notably Python. Does anyone know who would host a CGI Python site? -Chuck
Chuck Esterbrook
Jan 6, 2000 at 1:21 am
Jan 9, 2000 at 5:33 pm -
I'm running Red Hat Linux 5.2, kernel 2.0.36 with 128 MB of memory. "Python 1.5.2 (#2, Jun 13 1999, 17:00:15) [GCC 2.7.2.3] on linux2 Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam" ...
Roey Katz
Jan 22, 2000 at 2:28 am
Jan 27, 2000 at 4:50 am -
Hi everyone, I'd like to know if anyone has worked with MAPI using Python with the aid of either Mark Hammond's win32 extensions or Sam Rushing's calldll/dynwin package. Some sample code would also ...
George Thom@s
Jan 13, 2000 at 4:53 am
Jan 20, 2000 at 4:07 am -
Hello, I am building a testing harness for the components in my company?s softswitch product. I chose Python for this project because the language and the libraries seemed very well suited for such a ...
Randy_shaffer
Jan 1, 2000 at 9:40 pm
Jan 6, 2000 at 5:19 pm -
Just a repost of the message, because I had no replies within a week. ------ I wrote a small script that uses input() to get the user input,get the values, make some calculation and return calculated ...
Giovanni Riccardi
Jan 17, 2000 at 6:05 am
Jan 28, 2000 at 2:16 am -
hi everone, does anyone have expiriences with using threads and winnt ? I started working with the built-in module "thread" using the function "start_new_thread" , which needs two parameters : a ...
Kreiner Karl
Jan 16, 2000 at 3:16 pm
Jan 26, 2000 at 7:54 am -
13
DB API
Hi All, Where can I find the instructions for the DB API? I have managed to figure out the .connect() and .fetchone() methods but am flagging with the rest. The Python Database API Specification 2.0 ...Simon Faulkner
Jan 2, 2000 at 10:15 am
Jan 19, 2000 at 8:02 pm -
One of the most exciting things for me about the 8th Int'l Python Conference in Washington last week was the growing number of books on Python. When I had to choose a language to use in a software ...
Gvwilson
Jan 30, 2000 at 8:17 pm
Feb 5, 2000 at 2:15 am -
Are multidimensional dictionaries possible in Python? I'm sure they're possible, but I can't figure out the syntax. Here's how I do it in Perl: %dict = (); # create empty dictionary ...
Jerry Gardner
Jan 25, 2000 at 12:02 am
Jan 31, 2000 at 4:44 pm -
I saw the following on slashdot: GameSpy posted a six-page essay of Tim Sweeney's entitled "A Critical Look at Programming Languages." Tim Sweeney is, of course, the lead coder for the Unreal game ...
Edward C. Jones
Jan 26, 2000 at 4:51 am
Jan 27, 2000 at 11:11 am -
Hopefully, there's a simple answer to a problem I am having. I am using import to include a file, however, it looks like the module then has another namespace, which means it can't access some ...
John Nielsen
Jan 6, 2000 at 4:23 am
Jan 7, 2000 at 1:40 pm -
Dear Pythoneers, Inspired by recent postings to this newsgroup I've decided that Python, and in particular the entire Python user base, has been going about things all wrong. I've decided I would ...
Paul M
Jan 19, 2000 at 9:54 pm
Jan 22, 2000 at 7:23 am -
If anyone is interested in this combination, I have an ArcView 3.x extension which embeds the Python interpreter within ArcView. The benefits are obvious: access to COM objects and Python modules, ...
Bruce Dodson
Jan 12, 2000 at 12:02 am
Jan 15, 2000 at 12:20 am -
I want to start learning computer programming and from what I have found so far I have chosen to start with Python. I am going to be focusing on CGI first but eventually want to work with desktop ...
Patrick Cooper
Jan 30, 2000 at 5:20 pm
Feb 15, 2000 at 5:46 pm -
I have mySQL running on a RH Linux 6.1 box, and have added the MySQLmodule.so to my python library. I can't figure out how to connect within python. My attempts look like: Traceback (innermost last): ...
Jim Conger
Jan 30, 2000 at 5:34 am
Feb 12, 2000 at 6:12 pm -
Straight from the Effbot guide, but it fails when you try to add an element. Any idea what it doesn't like? Traceback (innermost last): File "<stdin ", line 1, in ? File ...
Randall Hopper
Jan 21, 2000 at 4:07 pm
Feb 3, 2000 at 2:03 pm -
Where can I find the lib reference in Unix man format? Forgive me if this has been asked before. Have been programming in Perl for years, I found those perlfunc/perlop/perlfaq are very convenient. ...
Tao Lu
Jan 27, 2000 at 3:48 pm
Jan 31, 2000 at 11:25 pm -
I have a program that does some numerical computation on a time dependent problem. I'd like for the program to create some graphics, updating it as it goes along, to visualise the results. Up to now ...
Harald Hanche-Olsen
Jan 23, 2000 at 6:42 pm
Jan 25, 2000 at 7:34 am -
Hi again, Right now I have an app that works ok, but I forsee a problem in the future. As you know, the results from a database query are returned in a tuple. I can access those results by position ...
Timothy Grant
Jan 19, 2000 at 10:34 pm
Jan 20, 2000 at 7:52 am -
Hello all-- Is the following a bug? Traceback (innermost last): File "<stdin ", line 1, in ? File "<stdin ", line 1, in <lambda AttributeError: __getitem__ Meanwhile, map(lambda x: x[0],q) -- [0,1,2] ...
Knotwell
Jan 12, 2000 at 12:06 am
Jan 20, 2000 at 3:58 am -
I know there is a way to force emacs to go into python mode even if the file doesn't end with .py by putting something at the top of the file. Can someone remind me of how to do that? Thanks, D. Sent ...
Dharms98
Jan 13, 2000 at 3:34 pm
Jan 14, 2000 at 10:14 pm -
I just wrote a tiny Python program to do some text processing. When I ran it I was very surprised how long it took to finish. My first guess is that Perl would be a lot faster, maybe even a factor ...
Rwgk
Jan 12, 2000 at 10:02 am
Jan 14, 2000 at 3:09 pm -
Hello: The ConfigParser class in the default Python libraries does not support comments given on the value lines, separated by a semicolon, such as: [Section] keyword = value ; put your comments here ...
Super_banane
Jan 21, 2000 at 4:35 pm
Feb 28, 2000 at 9:04 pm -
Has anyone ever try to access MAPI within an NT Service? I have a script that send messages thru MAPI and works fine when run from the console. I made a NT service of it, and it still runs fine with: ...
Michel Orengo
Jan 24, 2000 at 10:19 pm
Feb 4, 2000 at 4:17 pm -
ANNOUNCING: Stackless Python 1.0 A Python Implementation That Does Not Use The C Stack * plus the real toy * Continuation Module 0.6 Continuations as First Class Objects What is it? A ...
Christian Tismer
Jan 20, 2000 at 8:35 pm
Feb 1, 2000 at 12:29 pm -
Hello, I do see the point in nesting function definitions, namely as an alternative on places where one could use lambda. But what's the point in nesting class definitions? I know it's possible, but ...
Gerrit Holl
Jan 27, 2000 at 2:55 pm
Feb 1, 2000 at 12:58 am -
Hello good people! I am new to python and I understand that although it is a free-to-use language, it can be used to build commercial, propritary applications. Is this correct? Does it have a ...
J Dubal
Jan 22, 2000 at 2:02 am
Jan 26, 2000 at 1:55 am -
Sorry to introduce a strange subject to this group. Please, no flames. In fact, it isn't really strange -- I woul like to know if someone evaluated the new script language REBOL. It looked very ...
Jayr Magave
Jan 21, 2000 at 3:20 am
Jan 25, 2000 at 2:34 pm -
Hello, may I suggest this function for in the posix module: def getuser(): import pwd return pwd.getpwuid(getuid())[0] I don't know how this would be implemented on W/NT. regards, Gerrit. -- Please ...
Gerrit Holl
Jan 16, 2000 at 4:40 pm
Jan 24, 2000 at 3:05 am -
By searching the FAQ and Deja News, the last time I saw this mentioned was May 1999. Python 1.5.2, newest Windows Installer with Tcl/Tk 8.0.5, Windows 95b Well, now I have the problem: tk.mainloop() ...
Jbhr
Jan 17, 2000 at 12:00 pm
Jan 20, 2000 at 6:11 am -
Is there a python module available to access MS SQL (Microsoft SQL server) My client really wants to use this over mySQL. (Which I know there is a module for) Dave
Dave Cinege
Jan 17, 2000 at 6:12 pm
Jan 19, 2000 at 5:24 pm -
I'm planning to prototype in Python a bunch of bridge-related functionality, including selective dealing. In selective dealing, the program must repeatedly generate random deals, and apply on each ...
Alex Martelli
Jan 5, 2000 at 11:16 pm
Jan 8, 2000 at 3:24 am -
I have a relatively simple XML question, but I can't seem to figure out how to do it simply and easily with the xmllib module. Assume I have some XML (stylized below): <Newsgroup <comp.lang.python ...
Johnjensen
Jan 6, 2000 at 5:19 am
Jan 7, 2000 at 8:49 pm -
8
Tuples
Hello, With tuples, some things aren't really Pythonic. In some cases, even the Perl-like TMTOWTDI thing is true! a = {} a[1,2] = 'f' is equivalent to: a = {} a=[(1,2)] = 'f' And: "aaa %s bbb" % ...Gerrit Holl
Jan 26, 2000 at 9:16 pm
Feb 11, 2000 at 1:50 pm
Group Overview
group | python-list |
categories | python |
discussions | 621 |
posts | 2,643 |
users | 730 |
website | python.org |
730 users for January 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)