I have installed Python in a Windows environment and I want to load files to execute them in Python.
I have tried
"import testprogram.py"
and it does load the program and executes it (all the program does is to print something out on the screen) but then there are error messages...
I'm trying to write a program in python to solve a system of differential equations using the 4th order Runga-Kutta method.
I would ideally like the program to be able to solve systems of arbitrary size. To do this, I believe I will need to write a function (rk4) that would take as...
Can someone tell me how you would apply python to a web document. Like add the python code to a geocities.com account?
I'd like to know that I can publish Python for all to see :smile:
Hey all,
I decided I want to learn Python. Why? Cause I can.
But, and I can't find this anywhere, what all do I need to download to start? Obviously I need the core product, but what about IDE's or text editors? I can't find any information as to whether or not i need this, or tips or...
I want to start learning python. Lots of people I know say it's a very good language. Right now I know Java and a little bit of C++, but I'd like to experiment with some other languages, specifically Python. Right now I've got Python 2.4 installed on my PC, now I need to know what to do from...
No numerical sort in python ?
I was really surprised to see that python can't do such an elementary operation!
I am trying to do a numerical sort in python on an array. I am using python for windows (DOS). In perl you can simply write sort{$a<=>$b}@a and this will sort it according to the...
hello guys,
i have a question, but i don't know if i should post it in the computer section or this. I wanted to create a physics simulation or something like that using python for a science fair project, but i can't find any ideas.. and i am not a very good programmer either, but since i...
What would you suggest for a first computer language? Many people told me Python but equally as many said it probably wouldn't do what I wanted to. So, I was told I should try PERL or C++...what would you suggest?