An open API service indexing awesome lists of open source software.

https://github.com/stainless-api/python-interview


https://github.com/stainless-api/python-interview

Last synced: 8 months ago
JSON representation

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