Re: What is best way to learn Python for advanced developer?

2014-07-31 Thread Je Ph
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

Help: problem in setting the background colour ListBox

2010-11-30 Thread ton ph
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

Help: Guide needed in trying to delete/flush the content of a fifo file.

2010-11-14 Thread ton ph
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

Re: Porn Addiction Solutions?

2008-10-11 Thread Ph . T
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,

Re: How to convert markup text to plain text in python?

2008-02-01 Thread ph
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