What is Big O notation?Let's preview the following simple fucntion: Can you count the steps that are needed before returning the sum? Assigning the 0 value to sum…Posted on June 1st, 2020Author: Zoran Pandovski
NotImplemented vs NotImplementedError in PythonWhat is NotImplemented? The NotImplemented is built in constant in Python. It should be used by some of the python special methods for e.g…Posted on May 26th, 2020Author: Zoran Pandovski