Installing Python under Windows
1.Download Python for Windows.
2.Install python step by step.
3.Test a hello world program
## helloworld.py
print “Hello World!”
*.Some useful modules and packages
1. Python Win32 Extensions pywin32
2. Distutil
3. Scipy ,Open Source Library of Scientific Tools. (recomanded)
4. Matplotlib , is a plotting library for the Python programming language. (recomanded)
5. Py2exe , for creating standalone application in windows. (recomanded)
6. Wxpython Python bindings to the wxWindows cross-platform toolkit. (recomanded)
7. Numeric and Numpy , are very good numeric functions for python. (recomanded)
8. SWIG A tool that easily allows a developer to wrap C/C++ functions for use with scripting languages.
Currently supports Python, Perl, and Tcl.
9. Mingw Compiler system uses GCC to produce Windows programs.
10. wx-DEVCpp is a free C++ IDE for Windows and Linux by use of MinGW compiler.
11. CMenuExtender help you to modify your right click menu.
12. UPX is the best program that reduce size of your compiled files like .exe, .dll, .pyd(python dll).
13. JCreator Classics , is a free and powerfull IDE for java
14. Wisdom screen hunter is a completely free screen capture software for you to easily take screenshots.
15. Force is a free Fortran compiler based on g77.
16. Psyco is a Python extension module which can massively speed up the execution of any Python code.