Is mathematics important for programming? python example

People that want to learn (or are learning) programming, have a common question: is mathematics important for programming? In this article, I’ll answer that question through a simple python example. The short answer to the question is yes, mathematics is important for programming. But we can also say that it is not compulsory. Let’s say […]

Is mathematics important for programming? python example Read More »

How to identify inheritance in object-oriented programming (with examples in java and python)

Inheritance in object-oriented programming is a powerful tool available to programmers. However, at the beginning is difficult for some programmers to use it in the right way. Inheritance in object-oriented programming is a type of relationship between two classes. The right way to identify whether there is inheritance or not is by using the semantic

How to identify inheritance in object-oriented programming (with examples in java and python) Read More »