Python Definition and 664 Threads

  1. N

    Python Loading a file (module) in Python

    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...
  2. Cincinnatus

    Python Solving Differential Equations with Python and Runga-Kutta

    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...
  3. W

    Python Displaying Python on the Internet

    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:
  4. P

    Python Learning Python: What Do I Need to Download?

    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...
  5. dduardo

    Python Where Can I Find Quality Python Tutorials?

    Check it out: http://www.ibiblio.org/obp/thinkCSpy/index.htm
  6. M

    Python How do you create Python executables?

    How do you make executables in python?
  7. C

    Python Can I Create Interactive Applets with Python?

    This guy has made a nice series of demonstrative applets with Java. I was wondering what I'd need with Python to do the same thing.
  8. Ivan Seeking

    Python Python Tries to Eat Alligator, Explodes

    http://www.foxnews.com/story/0,2933,171358,00.html
  9. E

    C/C++ Learning Python: Getting Started from Java and C++

    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...
  10. N

    Python So, is there any explanation for this?Why can't python do a numerical sort?

    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...
  11. K

    Python Searching for Ideas for Python Science Fair Project

    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...
  12. zoobyshoe

    Python 49-foot python captured in Indonesia

    MSNBC - 49-foot python captured in Indonesia Address:http://www.msnbc.msn.com/id/3845750/
  13. S

    C/C++ What Should I Learn First: Python, PERL, or C++?

    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?
Back
Top