Something like:
Code:
#My first python script:
# HelloWorld.py
print Hello World!
Note that python is something like java, an interpreted language that compiles to bytecode. I just made the windows exe with the py2exe package!
There are plenty of packages one should get, namely pywin32 extensions, py2exe and pychecker!
And if you need performance, take a look at psyco, great stuff this is what computer science is all about!
--------------------------
If anyone needs a small tool like the one I showed here just ask and I if it is an interesting problem I may try to find the time to code it!