Review of Brian Okken’s new pytest book.
Articles on pytest
OOP Beyond the Basics: Using Properties for Encapsulation, Computation and Refactoring
By Bob Belderbos on 31 May 2017
In this article I share my learning of the property decorator coding a simple Account class. I think it’s an unmissable tool in your (Python) OOP toolkit.
Code Challenge 09 – The With Statement and Context Managers – Review
By PyBites Team on 11 March 2017
It’s end of the week again so we review the code challenge of this week. It’s never late to sign up, just fork our challenges repo and start coding.
Learning from Python mistakes
By Bob Belderbos on 28 December 2016
In this post I summarize some great lessons Mike Pirnat shared in his free ebook ‘How to make mistakes in Python’