Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 725 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 725 Bytes

Python Solutions

Introduction

The folder contains the solution to the different coding challenges problem in python.

Setup

  • Pipenv, as the package manager
  • Pytest, for unit tests
  • Bash, for simple function tests
  • Github Actions, for automation in Github

The solutions are in their respective directory and it has an README.md which describes more about the specific solution.

Solutions

Challenge Solution
Cut tool cut
wc tool wc