Tag: Python programming

  • if else in python

    The if else in Python is a part of flow control. In this section we will try to understand how the if-else block works in Python. If you are new to Python, you may visit the other beginner friendly articles in the Python Primer category. Flow control plays an important role not only in Python…

  • Machine Learning steps

    What are the basic machine learning steps? If you search in Google, you may find different answers. It might overwhelm a beginner. Firstly, when we utter the word ‘beginner’ we don’t assume that you know nothing about programming and mathematics. Why do we say that? Certainly we will discuss in the coming section. Secondly, it…