Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Python Solutions: 126 - 150 of 231
 
I need my app to read a text, and replace the word "bomb" with *** I'm not having any luck can anyone help?
I need to create a python script that is able to:      1. look through a directory of jpg files      2. match their name with a node in an xml,      3. if there is a match, append the jpg ...
Hi there I've recently attempted to learn Python. I am a complete non-programmer and so would appreciate answers a 5 year old could understand if possible please! Also please excuse my lack...
I'm finding that when I redirect stdout that I'm not getting all of the output that is usually presented say at the python prompt. For example, print "hello" will echo "hello" as expected, how...
I am learning about Python and I was wondering, what IDE or GUI Builders are available for Python?  I am trying to create a web application in python.  Any suggestions or references are gladly...
I'm a java guy doing my second Python 'hello world' application.    I'm doing this for GAE, but that probably isn't relevant to this problem.   I'm trying to build an object and dump objec...
I am using the Python code below to write to an MSAccess DB through ODBC. I don't get any errors, I know the database is being accessed because it creates a key, but the database isn't close (...
Hi I am using code like in the snippet. I am trying to crawl google groups. I get the error below. Anyway to solve this? >>> from searchengineWithoutTry import * >>> pagelist=['http://grou...
I'm trying to - read in the lines of a data file as lists with comma-separated values, and - take the 2d value of each list and change it to increment from a certain number This requireme...
For the sake of simplicity i have a test.txt file like this: 1 2 3 4 5 6 7 8 9 Using python I would like to read each line into a list so that i have list1 = [1,2,3] list2 = [4,5,...
hello i got date time object .. how do i add days in date time object.
Hello! Is is possible to read all entries from a Windows .ini file in Python, also if you don't know exactly the names of sections and values? (see sample .ini file below). I would like to ha...
Hi, Need sample on how to acess Oracle using ojdbc14.jar if at all posible. TIA
i'm trying to convert some python code to perl but i dont underststand what: x = struct.unpack('!L', and also: value = struct.pack("<L", x) are doing.  what exactly the formaters !...
I'm wondering if there is a way to create a tabbed interface with either PythonCard or wxPython.  Basically, I'm just wanting a simple preferences look like Internet Explorer uses within its "...
Hi All, I'm new to linux development and to python I have  a box runing fedora core 4 would you please send me a link or tutorial that is a how-to guide to start programming on linux using py...
Hello, I have been using the code below with success with ESRI ArcMap 9.2. However, I'd like to know how to add some more automation to this script.  Currently I run this from the command line...
hi experts completely new to python, so excuse my ignorance. trying to get python and mysql set up on windows xp. installed mysql (distrib 5.0.51a) and installed  python (ver 2.5.1). bot...
I am using the attached snippet to start a process on a remote machine.  The process shows up in the task manager of the remote machine, however the program window (console) itself does not.  ...
Python has class and data variables. As a java programmer I started out thinking that class variables are static variables and data variables are instance variables. However, that does not app...
Hello, I am trying to use the code I got from here: http://www.experts-exchange.com/Q_23068228.html I have changed directory locations and the lines: expTemplate = 'CON(ISNULL(%s), %...
I try to create a Python Script who will send a MSMQ message, aknolege the return etc I'm not able to acces the Queue. It's the first time I use MSMQ. This is a extrac of the script I made....
How can I print out the following output in python A                  1 A                   2 A                   3 A                   4 B                     1 B                     ...
    This Python script ( http://www.aaronsw.com/2002/diff/diff.py ) apparently separates html source code into words by splitting the html at every space. Then it renders a nice html diff. ...
I am new to python, am used to perl and vbscript - I was hoping to get some help on this. I am trying to get a script to create a XML like the following: <?xml version="1.0" encoding="utf-...