path backslash escaping trouble314 (7/10/2007 1:40:04 AM) comp.lang.python Hi All, I have these files; which are Merge Request (ClearCase) files that are created by a Perl CGI script (being re-written in Python, as the HTML/ JavaScript have been mixed with Perl, maintainability is ze... placid
Sending a JavaScript array to Python script?518 (5/17/2007 12:34:55 PM) comp.lang.python Hi All, Just wondering if there is any way of sending a JavaScript array to a Python cgi script? A quick Google search didn't turn up anything useful. Any help appreciated. Cheers ... placid
cmd all commands method?814 (2/17/2007 1:29:25 PM) comp.lang.python Hi all, if i want to treat every cmdloop prompt entry as a potential command then i need to overwrite the default() method ? What i want to achieve is to be able to support global variable creation for exampl... placid
Method overloading?1115 (2/15/2007 4:54:31 AM) comp.lang.python Hi all, Is it possible to be able to do the following in Python? class Test: def __init__(self): pass def puts(self, str): print str def puts(self, str,str2): print str,s... placid
Projects anyone?612 (1/16/2007 12:07:50 PM) comp.lang.python Hi all, I'm looking for anyone who is working on a project at the moment that needs help (volunteer). The last project i worked on personally was screen-scraping MySpace profiles (read more at the following li... placid
Calculating Download Rate117 (1/5/2007 11:53:52 AM) comp.lang.python Hi all, I want be able to work the download rate for downloading HTML pages using the urllib.urlopen(url). The way i thought i would do this is start a timer (or log the current time) just before calling this ... placid
Password, trust and user notification716 (12/12/2006 4:16:31 AM) comp.lang.python Hi all, I was going to write this script for a friend that notifies him via logging onto his Gmail account and sending him an email to his work email about some events occurring in the execution of the script.... placid
Python memory usage #21420 (11/8/2006 5:42:31 AM) comp.lang.python Hi All, Just wondering when i run the following code; for i in range(1000000): print i the memory usage of Python spikes and when the range(..) block finishes execution the memory usage does not drop do... placid
BeautifulSoup problem220 (10/20/2006 7:54:55 AM) comp.lang.python Hi all, Just wondering if anyone knows how to get the text between the tags of the following Tag object? Hello Cheers ... placid
Projects anyone?612 (1/16/2007 12:07:50 PM) comp.lang.python Hi all, I'm looking for anyone who is working on a project at the moment that needs help (volunteer). The last project i worked on personally was screen-scraping MySpace profiles (read more at the following li... Bulkan(178)
How much memory used by a name728 (2/14/2007 3:49:24 PM) comp.lang.python Hello, I would like to know if there is a way to know how much memory (bytes, kilobytes, megabytes, etc) a name is using. More specifically, I have this list of strings that I want to write to a file as lines... 3dbernard(33)
Method overloading?1115 (2/15/2007 4:54:31 AM) comp.lang.python Hi all, Is it possible to be able to do the following in Python? class Test: def __init__(self): pass def puts(self, str): print str def puts(self, str,str2): print str,s... Bulkan(178)
cmd all commands method?814 (2/17/2007 1:29:25 PM) comp.lang.python Hi all, if i want to treat every cmdloop prompt entry as a potential command then i need to overwrite the default() method ? What i want to achieve is to be able to support global variable creation for exampl... Bulkan(178)
What is more efficient?615 (2/19/2007 3:17:54 AM) comp.lang.python Let's say I have a class with few string properties and few integers, and a lot of methods defined for that class. Now if I have hundreds of thousands (or even more) of instances of that class - is it more ... Karlo
getting a thread out of sleep1115 (2/21/2007 4:08:43 AM) comp.lang.python Right now I have a thread that sleeps for sometime and check if an event has happened and go back to sleep. Now instead I want the thread to sleep until the event has occured process the event and go back to s... rkmr.em(30)
python cgi problem with textarea1038 (4/22/2007 6:08:04 AM) comp.lang.python This may be more a cgi thing than a Python one, but I'm trying to get this page: http://adrian10.phpwebhosting.com/trial.html consisting basically of this: ....to print out the contents of the textarea ... adrian_p_smith(18)
path backslash escaping trouble314 (7/10/2007 1:40:04 AM) comp.lang.python Hi All, I have these files; which are Merge Request (ClearCase) files that are created by a Perl CGI script (being re-written in Python, as the HTML/ JavaScript have been mixed with Perl, maintainability is ze... Bulkan(178)