Skip to content

thecodix/python_katas_training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Katas Training

This project contains a small compilation of Katas, or training exercises, collected from the website www.codewars.com

The exercises are arranged in an increasing level of difficulty so ideally they must be addressed linearly in order to progress to more complex katas

Project considers you are using Python 3 to solve the exercises

Beginning

1 The very basics of programming

1.1) Multiply - fundamentals

1.2) Opposite number - fundamentals, numbers

1.3) Even or odd - fundamentals

1.4) String repeat - fundamentals, string

1.5) Cat years dog years - fundamentals

2 Loops

2.1) Vowel count - fundamentals, loops, string

2.2) Exes and Ohs - fundamentals, loops

2.3) Count characters, fundamentals, loops

2.4) Alphabet war - fundamentals, loops

3 Lists

3.1) Remove the minimum - fundamentals, lists

4 Recursion

4.1) Grasshopper Summation - fundamentals, recursion

About

Compilation of training exercises collected from the website www.codewars.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages