Skip to content

rdok/python.katas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Python, the TDD way

Python katas from Hackerrank, CodeAcademy Build Status

  • Use PyCharm IDE
  • Setup test configuration to use pytest.
  • On git bash execute: python -m pip install -r requirements-to-freeze.txt