// , This is my new project for learning Python 3.
Includes an IP test module. Usage:
$ git clone https://github.com/v6/python-training-webex
$ cd python-training-webex
$ vagrant up
$ vagrant ssh
$ cd /vagrant/
python3
>>> import webex
>>> webex.iptest()