4.htm
http://kelloggfinance.wordpress.com/2010/04/08/the-sec-gets-one-right
Ted
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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
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:
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
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 <[
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
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
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
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
_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
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
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
I have always liked this tutorial for beginners:
http://www.ibiblio.org/obp/thinkCSpy/
Cheers,
Ted
--
http://mail.python.org/mailman/listinfo/python-list
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
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,
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
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
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
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
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
attributes manually as I would've done without Python's FP
capabilities.
Thanks again,
Ted
--
http://mail.python.org/mailman/listinfo/python-list
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
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
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
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
#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:
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
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
30 matches
Mail list logo