This is the respository containing problem sets and general information about our first Code Kata. This event will focus on using the Numpy module to help solve problems that you may want to use list iteration to solve. We intend to make you more comfortable with the Numpy library, and push your abilities to be able to use the library in your everyday work (where applicable of course!).
You may want to setup a Virtual Environment on your system to hold all of the Codekata work. Then you can easily setup your environment to being work on the problems:
Please browse through the problems to get an understanding of how they are structured. You can start with our first problem, FirstProblem , to get an understanding of how the problem sets are laid out.