A game of tokens: write an interpreter in Python with TDD - Part 3 Oct 31, 2017 pytest Python Python3 TDD testing compilers
Refactoring with tests in Python: a practical example Jul 21, 2017 OOP pytest Python Python3 refactoring TDD testing
A game of tokens: write an interpreter in Python with TDD - Part 1 May 9, 2017 pytest Python Python3 TDD testing compilers
Clean architectures in Python: a step-by-step example Nov 14, 2016 OOP pytest Python Python2 Python3 TDD architectures
Python Mocks: a gentle introduction - Part 2 Sep 27, 2016 decorators OOP pytest Python Python2 Python3 TDD testing
Python Mocks: a gentle introduction - Part 1 Mar 6, 2016 decorators OOP pytest Python Python2 Python3 TDD testing
A simple example of Python OOP development (with TDD) - Part 1 May 13, 2015 OOP pytest Python Python3 TDD testing