Python
Python is a wonderful programming language for rapid prototyping applications. It is very easy and quick to write Python programs by using the interactive interpreter. Python isn't as fast as C or C++, but the ease of use makes up for it. If you write a program and it just isn't running fast enough, but it's doing what you want, you can always re-write it in C++, and then expose it back to Python.

In the near future I hope to write some Python tutorials and will post them here.

Links
Python WWW Sites:
Python

Python Projects I'm Working On:
Pymerase
 

Copyright © 1997-2003 Brandon King