/python-training-webex

This is a simple repository with some basic commands and tests for a Python class. Install by cloning it!

Primary LanguagePython

// , 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()