Skip to content
README.md 821 B
Newer Older
Dima Kliuchnik's avatar
Dima Kliuchnik committed
# 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
Dima Kliuchnik's avatar
Dima Kliuchnik committed


## Getting started

Setup [black in pycharm](https://black.readthedocs.io/en/stable/integrations/editors.html)
Dima Kliuchnik's avatar
Dima Kliuchnik committed

## Installation
Dima Kliuchnik's avatar
Dima Kliuchnik committed
```
cd <PROJECT_FILE>
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
Dima Kliuchnik's avatar
Dima Kliuchnik committed
```

## Usage

Each module file has its own examples, so you can run them in it.  
To lint and format code use command `nox`