Usage - ninadmhatre/pylrn GitHub Wiki
Usage
As I mentioned earlier, this module is intended to be used for educational purpose via "Idle", of course you can use it via other programs but keep it mind, It`s supposed to be used for learning purpose only.
Installation
Rely on 'pip' to install this module (Or any other technique you might be using to install modules from PyPI)
pip install pylrn
Examples
Idle Environment
Python 2.7.6 (default, Nov 10 2013, 19:24:24) [MSC v.1500 64 bit (AMD64)] on win32
There is no code as such, try it out after checking below screen shots
>>> from pylrn.pylrn import AlgorithmsDemo
>>> demo = AlgorithmsDemo() # Load
>>> demo.load(verbose_flag=True) # Load all available addons with verbose mode ON
This looks something like this on idle
Once its loaded, you can check below shown features
Trying out basic things
Exploring other than default options,
Want to Debug and understand?