own
algorithms?
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
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 alrea
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. Al
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,
On 18 dic, 20:52, r wrote:
> in IDLE go to:
> Options -> Configure IDLE -> Highlighting...
>
> 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 have trie
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 Operati
>
> 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
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, in
On May 19, 6:11 pm, Henrique Dante de Almeida <[EMAIL PROTECTED]>
wrote:
> On May 19, 7:03 am, Bruno Desthuilliers
> 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 be