Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/areed1192/interview-items
A collection of items I use for interview purposes.
https://github.com/areed1192/interview-items
apis azure finance machine-learning
Last synced: 5 days ago
JSON representation
A collection of items I use for interview purposes.
- Host: GitHub
- URL: https://github.com/areed1192/interview-items
- Owner: areed1192
- License: mit
- Created: 2020-11-30T03:25:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-08T21:53:22.000Z (almost 4 years ago)
- Last Synced: 2024-10-30T01:51:00.951Z (about 2 months ago)
- Topics: apis, azure, finance, machine-learning
- Language: Jupyter Notebook
- Homepage:
- Size: 17.9 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Interview Items
## Table of Contents
- [Overview](#overview)
- [Setup](#setup)## Overview
A collection of interview items that demonstrate certain concepts.
## Setup
**Setup - Local Install:**
If you are planning to make modifications to this project or you would like to access it
before it has been indexed on `PyPi`. I would recommend you either install this project
in `editable` mode or do a `local install`. For those of you, who want to make modifications
to this project. I would recommend you install the library in `editable` mode.If you want to install the library in `editable` mode, make sure to run the `setup.py`
file, so you can install any dependencies you may need. To run the `setup.py` file,
run the following command in your terminal.```console
pip install -e .
```If you don't plan to make any modifications to the project but still want to use it across
your different projects, then do a local install.```console
pip install .
```This will install all the dependencies listed in the `setup.py` file. Once done
you can use the library wherever you want.