https://github.com/stainless-api/python-interview
https://github.com/stainless-api/python-interview
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stainless-api/python-interview
- Owner: stainless-api
- Created: 2023-11-20T22:35:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-20T22:46:28.000Z (over 2 years ago)
- Last Synced: 2025-08-10T00:36:56.093Z (10 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-interview
A ready-to-go repo for job interviews that has:
- Python
- pytest
- black
- an example source file + test
## Getting started
- Clone this repo to your computer
- Run `python -m venv .venv`
- Run `source .venv/bin/activate` (or your platform's [equivalent](https://docs.python.org/3/library/venv.html#how-venvs-work))
- Run `pip install -r requirements.txt` to fetch dependencies
- Run `pytest` to start the test runner