News

Modern Python codebases deserve to have test suites, and the current tooling for testing makes creating test suites easier than ever. Python has its own built-in testing framework, unittest.
Python 3.7's dataclasses reduce repetition in your class definitions. Newcomers to Python often are surprised by how little code is required to accomplish quite a bit. Between powerful built-in data ...