Enter Keywords:
Search Within Results
 
 
Narrow Results
Can't Find a Solution
 
 
 
1 - 10 of 833(0.001 seconds)
Sort By:
 
I am totally new with Python and Tcl/Tk. I have to write this short script quickly in both the languages, so am looking for quick help. I have to create a button with 'Hello World' wrtten on i...
Zones: Languages, Scripting, TCLDate Answered: 07/18/2003 Rating: 7.6 Views: 0
I'm trying to take a number and change it into hex codes. Example: 67835 would become \x06\x78\x35 Any ideas? I've already made the code that turns the number into an string with an even numb...
Zones: LanguagesDate Answered: 09/13/2003 Rating: 7.8 Views: 0
Hi, I'm using python to search through a large (+100000 line) file to match each line against a regular expression. Python works fine for the reading of the file (as in the timing is OK) but the r...
Zones: PythonDate Answered: 01/31/2004 Rating: 7.8 Views: 0
I'm looking into python - a little bit -I'm using Python 2.1 under Linux Debian 3.0 but I don't understand the whole picture of how python can be used to extract data line by line into databa...
Zones: PythonDate Answered: 07/21/2004 Rating: 7.6 Views: 0
Hello, I want to parse the following line that is read from a file to a python object. There are different options followed by one list: if list between [] is multi-valued, I want it to be pars...
Zones: PythonDate Answered: 08/17/2004 Rating: 5.0 Views: 0
I'm hoping this'll be easy. Does Python have some kind of shell command so that I can execute an .exe file? All I need the program to do is start another program, and not interact with it in any wa...
Zones: PythonDate Answered: 11/13/2004 Rating: 6.2 Views: 0
I take it that a module for importing is an ordinary  py file and so I have some py files within which are a class and some function definitions.  In addition, their chmod is read, write and execut...
Zones: PythonDate Answered: 02/28/2005 Rating: 9.4 Views: 0
How can i run my python script as batch file.i.e to call a python script from batch file
Zones: PythonDate Answered: 04/12/2005 Rating: 6.6 Views: 0
Hi, I am just browsing around and looking for a language to develop a small app accessing MYSQL database. Would Python be one of my best choices on Linux? I prefer to have a reasonable GU...
Zones: PythonDate Answered: 04/22/2005 Rating: 7.0 Views: 0
Hi, i`ve got a nested list and a nested dictionary as a string... i want to convert them into a nested list and a dictionary ..how do i go about doing that... something like ['sdaf','asdf','sa...
Zones: PythonDate Answered: 05/08/2005 Rating: 9.0 Views: 0