Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 714 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 714 Bytes

Practice-Python

Small solutions to Practice Python problems

These problems seem fairly simple so ideally this will be an opportunity to focus on how the problem is solved (with a focus on elegance). It'll also be a good time to build a habit of using type hints in python.

Setup

The python version in .python-version should be used just in case. A list of packages many solutions in this repo use will be in requirements.txt for easy pip installation.

Assuming you have pyenv you can use this make command for setup:

make install

Any other setup required for a given solution will be made available by using make install in the solution's directory.