Re: how to make the program notify me explicitly

2006-05-18 Thread hankssong
Ben Finney , Miki ,thanks a lot! may be message dialog is the best way to let me be informed! -- http://mail.python.org/mailman/listinfo/python-list

Re: how to make the program notify me explicitly

2006-05-18 Thread hankssong
Ben Finney , Miki ,thanks a lot! may be message dialog is the best way to let me be informed! -- http://mail.python.org/mailman/listinfo/python-list

how to make the program notify me explicitly

2006-05-17 Thread hankssong
Hi everyone, I'm writing a program that can retrieve some specified info from a web page, such as python topics I interested on a bbs. Now I had written the python script (run in the background), but I don't know how to make the program notify me explicitly, so I can be easily informed. I don't

how to construct a binary-tree using python?

2006-05-05 Thread hankssong
Hi everyone, I'm wondering whether it's possible to construct a binary-tree using python. Since python don't have pointer, it can't dynamically allocate memory like C language. But some important data structures like linked list, binary-tree and hash table are closely linked with dynamic memory

Re: how to construct a binary-tree using python?

2006-05-05 Thread hankssong
I use google and get some detailed info in the page: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/286239 Carl J. Van Arsdall ,vdrab, thank for your help! -- http://mail.python.org/mailman/listinfo/python-list