Learn Python with useful examples.
Copied from https://github.com/rochacbruno/python-project-template which includes useful build, test, and Continuous Integration (CI) tools. Recommended to start from this template and build up your own version of this repo to learn Python, CI pipelines, and store useful functions and examples for yourself.
pip install mykit_learn
from mykit_learn import BaseClass
from mykit_learn import base_function
BaseClass().base_method()
base_function()
$ python -m mykit_learn
#or
$ mykit_learn
Read the CONTRIBUTING.md file.