On 01-Feb-2008, geoffbache wrote:
> I have some marked up text and would like to convert it to plain text,
> by simply removing all the tags. Of course I can do it from first
> principles but I felt that among all Python's markup tools there must
> be something that would do this simply, without ha
Ethan et al, has anyone completed the oreilly python 1 through python 4
training courses (part of their Python Certificate track)? Looks like it
will take over 2 months to complete it and it's expensive.
I'm trying to decide if it's worth the investment. With a full time job, it
would take me a lo
BTW, this is the newsgroup of python.org, not python.com;
but python does have tools that let you synth new graphics from old,
and it would be interesting to know if there were
any other programming approaches to this problem .
On Wed, Oct 8, 2008 at 12:07 PM, <[EMAIL PROTECTED]> wrote:
> Help,
Hi everyone ,
I have a requirement of displaying my data in a textCtrl like widget , but
i need that the data in the row be clickable ,
so as when i click the data i could be able to get fire and even and get me
the selected data value.After a long
search i found ListBox to be perfect for my use
Hi python geeks,
I have problem which i have been trying to find out for the past some
days, i have a device which feeds info to my fifo continuosly, and a thread
of mine reads the
fifo continuosly. Now when i change a parameter in the device, it sends me
different values. Now my problem is that