Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Python Functions Tutorial | 2014-09-15 | ||
PyCrypto-3DES | 2014-01-26 | ||
PyCrypto-AES | 2014-01-25 | ||
SQLite Application DB | 2014-01-24 | ||
Python Login Screen | 2014-01-21 | ||
PyQt Tutorial Files | 2014-01-19 | ||
PythonCard Tutorial | 2014-01-19 | ||
Generic GUI Application Files | 2014-01-18 | ||
SmartCardRNG.py | 2014-02-16 | 398 Bytes | |
README | 2013-01-26 | 776 Bytes | |
Hasher.py | 2013-01-24 | 436 Bytes | |
PygLatin.py | 2013-01-24 | 534 Bytes | |
DateTime.py | 2013-01-19 | 744 Bytes | |
Totals: 13 Items | 2.9 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