Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 230 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 230 Bytes

Interview Questions -> Python

Setup

Currently using python 3.10 set up with venv managed by PyCharm.

# tested in git bash on windows
python -m venv venv
. venv/Scripts/activate
pip install poetry
poetry install