Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

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

 
Top Python Solutions: 51 - 67 of 67
 
I'm looking for some Python code that will lock a file on a UNIX-like operating system (linux to be exact) By lock I mean no other processes are able to write to the file while the lock is ...
I have an array of string values equal to: [[1.2223, 1.4443, 1.5544], [ 1.66554, 1.7776. 1.8885]] I wrote a way toin order  read each of these values and do something with it, but it seems...
I have a list of company names that I'm trying to normalize.  I have a list of words and the words they need to be changed to. What I'm doing here is looping through the replace words, then...
I have some code to create some child threads to do traceroute to some IP addresses. The code is attached as follows. When the code runs, it prints place 111111111111111111111111111111...
I'd be interested to see a whereis type program written in Python.  Whereis - as in - whereis 'this' file along my PC's path. I've written various version in Ruby, PHP C, Java etc, and woul...
I'm a first time python guy trying to build a python GAE application.  I want to add some unit tests.    I installed NoseGAE.  I'm getting problems.    Below is my error message.  What does th...
I'm a java guy developing my first python app.  I want to do some unit testing so I downloaded NoseGAE I unzipped the thing and tried to install  using cygwin, I get the following error: $...
I'm trying to display a string in the format 000.000 which will represent a calculated number in my program. The calculated numbers will not always have 3 digits on each side of the decimal p...
Hello, The attached image has the error message and I am using the script below. However, this error is not endemic to this script. I am assuming its because the execution of the script (and ...
I am trying to create a  function will change any and all abbreviations so that the will be changed to some thing like    "Mr." will change to  "Mr  <ABBR>" My program should 1. Read a file...
Error: C:\Documents and Settings\u4cncmgj>c:\python24\python "C:\Documents and Setting \u4cncmgj\My Documents\code\mosaic_to_new.py"   File "C:\Documents and Settings\u4cncmgj\My Document...
I'm trying to validate input from a TextCtrl box, specifically inputting latitude and longitude I want to only allow values in between  -90.0 and 90.0 for Latitude  -180.0 and 180.0 for L...
i m using reportlab for pdf. i m trying generate a table but when table is long it won't go to multipage. another thing i want to repeat header on multipage table. is there any idea how ...
how to calculate esitmated time for a python program. .. how can i do that like cpu speed or something else i don't have any idea please help me out
I need a cgi script that reads an html file that i already wrote and replaces the word #ME# with my name, the word #DATE# with today's date, and the word #quote# with a random quote from a tex...
I need to make a request on an XML Remote Procedure Call (RPC) Server. I was hoping Python and xmlrpclib would be the easiest route to accomplish this on a Windows XP computer. I need to call...
I am new to Python. When debugging the python code, I got the following error messages: Exception in thread Thread-49: Traceback (most recent call last):   File "/usr/lib/python2.5/thread...