Skip to content

eliflores/coding-katas-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

65 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Coding Katas Python

Lint Test MIT License Quality Gate Status Coverage Maintainability Rating

Python solutions for Katas from

How to work with this repository

  1. Clone the repository
  2. Install pipenv
  3. Run: pipenv shell
  4. Run: pipenv install --dev
  5. Write your code, write the tests, and have fun!

For other the available commands to run with pipenv, see the Pipfile.