Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
MyCalc.py | 2014-09-15 | 393 Bytes | |
example4.py | 2014-09-15 | 250 Bytes | |
example3.py | 2014-09-15 | 559 Bytes | |
example1.py | 2014-09-15 | 125 Bytes | |
example2.py | 2014-09-15 | 200 Bytes | |
Totals: 5 Items | 1.5 kB | 0 |
==== RUNNING PYTHON SCRIPTS ==== To execute scripts, ensure the Python interpreter is installed, and enter the following in the command line: >Python <filename>.py ==== CHECKING INSTALLED MODULES ==== A script might require Pythom modules that aren't included with the interpreter. To view the ones currently installed, start the interpreter with: >> python Then: >> help('modules') ==== FILES ==== * Hasher.py: Hashes text with the MD5, SHA1 and SHA2 algorithms. * PygLatin.py: A Pyg Latin translator (CodeAcademy project) * ImportMathModule.py: Demonstrates the import and usage of a Python module. * DateTime.py: Shows the system date and time in different formats. For more information, visit the Software page at http://beatrixnet.co.uk REVISED: 26th January 2013