# Python Knowledge Base This in project with examples from [Python knowledge base](https://wiki.itrexgroup.com/display/PKB) Here you can run, change or just play with any example for better understanding, hope these examples will help you to improve your level. If you have any suggestions please contact dima.kliuchnik@itrexgroup.com or yaroslav.sidoruk@itrexgroup.com ## Getting started Setup [black in pycharm](https://black.readthedocs.io/en/stable/integrations/editors.html) ## Installation ``` cd git clone https://gitlab.itrexgroup.com/dima.kliuchnik/python-knowledge-base.git virtualenv venv -p python3 source venv/bin/activate pip3 install -r requirements.txt nox ``` ## Usage Each module file has its own examples, so you can run them in it. To lint and format code use command `nox`