IDLE cursor color

2008-12-18 Thread Vicent Giner
I am working with IDLE, version 1.2.2 I've changed the colors theme using the Options Configure IDLE... menu option. I've chosen a black background for all the items, so now my work area is black, and everything is OK, except for the fact that I can't see where the cursor is located, I mean, I

Re: IDLE cursor color

2008-12-18 Thread Vicent Giner
On 18 dic, 20:52, r rt8...@gmail.com wrote: in IDLE go to: Options - Configure IDLE - Highlightingtab... 1.) in the box click the word cursor 2.) press the button that says Choose Color for 3.) Pick a color and save the changes viola! you did it! :) Thank you! I don't understand... I

Debugging in Python

2008-11-29 Thread Vicent Giner
Hello again. Thank you for the answers I got to my previous question. All of them were very useful to me. I want to know if I have understood well the way I can work with Python. As far as I've understood, [the free version of] ActivePython is just a [good, ready-to-work] Python distribution.

Installing NumPy and SciPy in Python 2.6

2008-11-28 Thread Vicent Giner
Sorry if my question was already asked and answered, but I can't manage with this... I've installed Python 2.6 in my Windows XP. Actually, I've installed ActiveState's ActivePython 2.6. I would like to use NumPy and SciPy. Are those packages compatible with version 2.6 of Python? Are they

How to use OpenOpt

2008-11-27 Thread Vicent Giner
? I hope I've been clear enough about my questions. Any answer will be appreciated. Thank you very much in advance. -- Vicent Giner-Bosch, Valencia (Spain) -- http://mail.python.org/mailman/listinfo/python-list

Re: Using Python for programming algorithms

2008-05-19 Thread Vicent Giner
Thank you very much for all the answers I've got. As far as I have understood, Python can be a good alternative, or, at least, a reasonable choice. I intend to design new algorithms for a kind of Optimization problems, and then I have to implement them and show/prove that they are good enough,

Re: Using Python for programming algorithms

2008-05-19 Thread Vicent Giner
On May 19, 6:11 pm, Henrique Dante de Almeida [EMAIL PROTECTED] wrote: On May 19, 7:03 am, Bruno Desthuilliers bruno. I'm pretty sure about that: when the algorithms take 4 hours to test a single execution, you value processor time. Yes, of course, but that should mean that I have to do it

Using Python for programming algorithms

2008-05-17 Thread Vicent Giner
Hello. I am new to Python. It seems a very interesting language to me. Its simplicity is very attractive. However, it is usually said that Python is not a compiled but interpreted programming language —I mean, it is not like C, in that sense. I am working on my PhD Thesis, which is about

Re: Using Python for programming algorithms

2008-05-17 Thread Vicent Giner
The usual answer is that development time is more important than running time. OK, thank you for your answer. I just wanted to check if it was a naive idea trying to use Python instead of C in order to implement my own algorithms, and other research-related code. Since you are likely to