Last updated:
0 purchases
pythonudemy 0.0.2
A sample python package for teaching purpose http://udemy.readthedocs.io/en/latest/
Quick Start
Please create a virtual environment and use pip install this package
$ virtualenv tmp
$ source tmp/bin/activate
$ pip install python-udemy
$ python
Python 2.7.10 (default, Feb 7 2017, 00:08:15)
[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.34)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import udemy
>>> udemy.__version__
'0.0.1'
>>>
help
Please create a issue.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.