Python 2.7 scripts ================== All scripts in this folder runs correctly in Python 2.7.5 version. To install this version of Python, visit http://www.python.org/download, download 2.7.13 version and install it in c:\python27 For basic overview of python scripts, see pythonIntro.ppt and visit http://docs.python.org/2.7/tutorial/cd test The scripts from the samples folder, demonstrate various features of Python. To execute any of these sample scripts, (note modultest.pyc is the binary compiled version of moduletest.py) - download the script to c:\python27\samples\ folder - start a command prompt window ("cmd") c: cd \python27 python samples\scriptfile.py Open the sample script file in notepad++ and modify the code, and test it again. Explore this simple, yet powerful scripting language. 1/31/17