Re: Using Python To Create An Encrypted Container

2006-04-17 Thread John Hunter
dependencies are very easy to install; just do the usual > python setup.py install PLATFORMS: Tested on linux and win32 AUTHOR: John D. Hunter <[EMAIL PROTECTED]> LICENSE: same as python2.3 KNOWN BUGS: Ignores symbolic links DEDICATION: For Erik Curiel, who's life&

Re: Developing a program to make a family tree.

2011-01-15 Thread Michael Hunter
On Fri, Jan 14, 2011 at 11:39 AM, Ata Jafari wrote: > Hi there. > I'm trying to develop a program like family tree maker. I have all > information, so there is no need to search on the net. This must be > something like trees. Can someone help me? I'm at the beginning. > Thanks. I think you are p

trying to improve my knn algorithm

2020-07-01 Thread hunter . hammond . dev
This is a knn algorithm for articles that I have gotten. Then determines which category it belongs to. I am not getting very good results :/ k = 23 training_folder = './data/training/' minn_folder = training_folder + 'Minnesota/' health_folder = training_folder + 'Health/' def remove_punctuatio

urllib question

2006-08-21 Thread [EMAIL PROTECTED] Hunter Rojas
how can I retrieve a web page using an authenticated proxy? -- http://mail.python.org/mailman/listinfo/python-list

<    1   2