| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 3des-pycrypt.py | 2014-01-26 | 979 Bytes | |
| Totals: 1 Item | 979 Bytes | 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