Why coding dojos?
Some concepts
Dojo structure
TDD
Tools and libraries
Example
FizzBuzz Kata
Print number from 1 to 100, replacing multiples of 3 with Fizz, of 5 with Buzz, and of both with FizzBuzz
>>> fizzbuzz() [1, 2, Fizz, 4, Buzz, Fizz, 7, 8, Fizz, Buzz, 11, Fizz, 13, 14, FizzBuzz, ..., Buzz]
Your turn
Retro
By Ignasi Fosch Alonso