ninsiiah

MOOC package.


License
MIT
Install
pip install ninsiiah==0.1.0

Documentation

MOOC

Latest PyPI version Latest Travis CI build status

This is a python package for helping the online learning community.

Usage

import mooc

Methods:

  1. LinkedIn Learning:
  1. Business Learning paths:
  1. llp_bus_csv(): This is a method that returns a CSV file of all the learning paths in the business category.
  2. llp_bus_skills(): This is a method that returns a list of all the skills in the business category.
  3. llp_bus_courses(): This is a method that returns a list of all the learning paths in the business category.
  4. llp_bus_dict(): This is a method that returns a dictionary of skills and their learning paths in the business category.
  1. Creative Learning paths:
  1. llp_cre_csv(): This is a method that returns a CSV file of all the learning paths in the creative category.
  2. llp_cre_skills(): This is a method that returns a list of all the skills in the creative category.
  3. llp_cre_courses(): This is a method that returns a list of all the learning paths in the creative category.
  4. llp_cre_dict(): This is a method that returns a dictionary of skills and their learning paths in the creative category.
  1. Technology Learning paths:
    1. llp_tech_csv(): This is a method that returns a CSV file of all the learning paths in the Technology category.
    2. llp_tech_skills(): This is a method that returns a list of all the skills in the Technology category.
    3. llp_tech_courses(): This is a method that returns a list of all the learning paths in the Technology category.
    4. llp_tech_dict(): This is a method that returns a dictionary of skills and their learning paths in the Technology category.

Installation

pip install mooc

Requirements

Compatibility

License

The MIT License (MIT)

Copyright (c) 2019 Emmanuel Acheampong

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Authors

mooc was written by Emmanuel Acheampong.