SEC proposes the use of Python and XML

2010-04-10 Thread Ted Larson Freeman
4.htm http://kelloggfinance.wordpress.com/2010/04/08/the-sec-gets-one-right Ted -- http://mail.python.org/mailman/listinfo/python-list

Re: python gui ide under linux..like visual studio ;) ?

2010-01-19 Thread ted
Il 18/01/2010 21:59, Mike Driscoll ha scritto: > On Jan 18, 8:32 am, ted wrote: >> Hi at all... >> Can someone please give me some advice, about a good IDE with control >> GUI under Linux ? >> >> Actually i know QT Creator by Nokia which i can use with Python (bu

python gui ide under linux..like visual studio ;) ?

2010-01-18 Thread ted
Hi at all... Can someone please give me some advice, about a good IDE with control GUI under Linux ? Actually i know QT Creator by Nokia which i can use with Python (but i don't know how). And, a good library for access to database (mysql, sql server, oracle) ? Thank you very much ! bye -- htt

DictReader and fieldnames

2009-03-19 Thread Ted To
Is it possible to grab the fieldnames that the csv DictReader module automatically reads from the first line of the input file? Thanks, Ted To -- http://mail.python.org/mailman/listinfo/python-list

Financial aid for PyCon 2009 is now available

2009-02-03 Thread ted
I'm happy to announce that the Python Software Foundation has allocated some funds to help people attend PyCon 2009! If you would like to come to PyCon but can't afford it, the PSF may be able to help you pay for registration, lodging/hotel costs and transportation (flight etc.). Please see http:

Financial aid for PyCon 2009 is now available

2009-02-02 Thread Ted Pollari
I'm happy to announce that the Python Software Foundation has allocated some funds to help people attend PyCon 2009! If you would like to come to PyCon but can't afford it, the PSF may be able to help you pay for registration, lodging/hotel costs and transportation (flight etc.). Please see

email questions

2008-11-12 Thread ted & irma slage
I tried to get a message to the below email address and this information was sent back to me. Can you help me find out why it would not go through, or send it to the place that may help me? Thank you, Irma Slage [EMAIL PROTECTED] The error that the other server returned was: 553 553 5.3.0 <[

Re: OS X install confusion

2007-06-14 Thread Ted
ebykevin.com The default python on tiger (2.3.5) is sym-linked to /usr/bin/python and /usr/bin/pythonw. I found it easier to relink to the new installation path. This also leaves /usr/bin/python23 and /usr/bin/pythonw23 still linked to the original version if you want to quickly check something. Cheers, Ted -- http://mail.python.org/mailman/listinfo/python-list

RE: php and python: how to unpickle using PHP?

2006-10-12 Thread Ted Zeng
Thanks for everyone who replied my question. I could not access to the messages from this list Until today. I will look up the solutions you guys suggested. Ted zeng -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Arnold Sent: Tuesday, October 03

php and python: how to unpickle using PHP?

2006-10-02 Thread Ted Zeng
Hi, I store some test results into a database after I use python To pickle them (say, misfiles=['file1','file2']) Now I want to display the result on a web page which uses PHP. How could the web page unpickle the results and display them? Is there a PHP routine that can do

RE: access to xml_rpc server problem

2006-09-20 Thread Ted Zeng
rver('http:// machine_domain.mycompany.com:8000') If the server uses "localhost" such as the following instead, then the client still could not access the server: SimpleXMLRPCServer.SimpleXMLRPCServer(("localhost", 8000)) server.serve_forever() ted -Original Mess

access to xml_rpc server problem

2006-09-20 Thread Ted Zeng
_in_half('I am a confidant guy') How can my client (runs on other machine) access the server? The server runs on a machine with dynamic IP. But my client knows the IP address. Ted Zeng -- http://mail.python.org/mailman/listinfo/python-list

RE: Could not build MySQLdb on PowerMac (PPC)

2006-09-18 Thread Ted Zeng
Thank. I got it installed by following your instructions. I also needed to add the path to $PATH in the shell to make it work. ted -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Diez B. Roggisch Sent: Monday, September 18, 2006 11:38 AM To: python

Could not build MySQLdb on PowerMac (PPC)

2006-09-18 Thread Ted Zeng
en _mysql.c:75: warning: data definition has no type or storage class _mysql.c:86: error: parse error before 'MYSQL_RES' Ted Zeng Adobe Systems Incorporated -- http://mail.python.org/mailman/listinfo/python-list

Re: Programming newbie coming from Ruby: a few Python questions

2006-08-02 Thread Ted
I have always liked this tutorial for beginners: http://www.ibiblio.org/obp/thinkCSpy/ Cheers, Ted -- http://mail.python.org/mailman/listinfo/python-list

Re: John Bokma harassment

2006-05-31 Thread Ted Zlatanov
u see how this is at best inconsistent (I would call it hypocritical), and makes you and your postings unwelcome with the communities you've peppered with your opinions. Ted -- http://mail.python.org/mailman/listinfo/python-list

Re: which is better, string concatentation or substitution?

2006-05-08 Thread Ted
Thank you Roy. It seems if you lurk here long enough you eventually get all you questions answered without even asking! ;-) Roy Smith wrote: > John Salerno <[EMAIL PROTECTED]> wrote: > >Roy Smith wrote: > > > >> One may be marginally faster, but they both require copying the source > >> string,

Re: Awesome PySIG meeting last night

2006-04-28 Thread Ted Roche
On Apr 28, 2006, at 10:31 AM, Ben Scott wrote: > I must say, the level of harrassment was fairly low. I expect a > higher quality of heckling from this group. Don't let it happen > again. Be careful what you wish for! Ted Roche Ted Roche & Associates, LLC http://www.tedro

Awesome PySIG meeting last night

2006-04-28 Thread Ted Roche
th and Ray Cote may demonstrate a recent application he's developed in Python. Stay tuned for details. Ted Roche Ted Roche & Associates, LLC http://www.tedroche.com -- http://mail.python.org/mailman/listinfo/python-list

Re: New python.org website

2006-03-08 Thread Ted
Hear hear! I like it. It's not perfect but is much better than the old one in all ways. A huge improvement. Thanks to the website team. -- http://mail.python.org/mailman/listinfo/python-list

Re: BeautifulSoup fetch help

2006-01-06 Thread ted
Thanks Mike, works like a charm. -Ted "Mike Meyer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "ted" <[EMAIL PROTECTED]> writes: > >> I'm using the BeautifulSoup module and having some trouble processing a >> file. It&#x

BeautifulSoup fetch help

2006-01-06 Thread ted
e without any attributes. Any help appreciated. Thanks, Ted import re from BeautifulSoup import BeautifulSoup text = open('yahoo.html').read() soup = BeautifulSoup(text) tables = soup('table', {'border':re.compile('.+')}) for table in tables: cells = table

Re: lambda closure question

2005-02-19 Thread Ted Lilley
attributes manually as I would've done without Python's FP capabilities. Thanks again, Ted -- http://mail.python.org/mailman/listinfo/python-list

Re: lambda closure question

2005-02-19 Thread Ted Lilley
old-style Python default arguments to capture the variable value. Since it looks slightly more elegant I'm going to give it a shot. I have to say, I was happily surprised by the volume and quality of response to my little issue. Thanks everyone! Ted -- http://mail.python.org/mailman/listinfo/python-list

lambda closure question

2005-02-18 Thread Ted Lilley
What I want to do is pre-load functions with arguments by iterating through a list like so: >>>class myclass: ...pass >>>def func(self, arg): ...print arg >>>mylist = ["my", "sample", "list"] >>>for item in mylist: ...setattr(myclass, item, lamdba self: func(self, item)) This attaches

SCons build tool speed

2005-02-12 Thread ted
How does the speed of the Scons build tool compare with Ant? Right now with out Ant builds take around an hour. Hoping to speed that up. TIA, Ted -- http://mail.python.org/mailman/listinfo/python-list

Re: Python xmlrpc servers?

2004-12-01 Thread ted holden
Skip Montanaro wrote: > If so, you need to qualify the reference to the handler class like > > SimpleXMLRPCServer.CGIXMLRPCRequestHandler Again thanks, that works. If I weren't worried about jinxing myself I'd say I seem to be in pretty good shape at this poi

Re: Python xmlrpc servers?

2004-12-01 Thread ted holden
#x27;ll post > it / email it if you want. > Thanks, couldn't hurt anything to post it. Again the real problem seems to be the cnostant state of flux of open software and the attempts to have machines and software write documentation don't really seem to help much. Ted -- http:

Re: Python xmlrpc servers?

2004-12-01 Thread ted holden
Skip Montanaro wrote: > ted> I don't see what "lambda" is or how a lambda function is supposed > ted> to be construed as adding two numbers together. > > Lambda is a keyword in Python used to create and return very simple > (single-expression) functi

Python xmlrpc servers?

2004-12-01 Thread ted holden
I have a project for which being able to write xmlrpc server code in python would be vastly preferable to the second choice solution for a number of reasons. Unfortunately, pretty much everything I see on the net in the way of documentation appears either insufficient or outdated. The example gi