Deploy Machine Learning Model to HerokuAfter building an example app, we deployed the app on heroku and it was a wonderful experience that I just had to share the few steps here…Jan 16, 2021Jan 16, 2021
Understanding of Linear Regression ModelLinear regression is one the most well known algorithm in statistics and machine learning. In this article we are going to explore linear…Jan 10, 2021Jan 10, 2021
Python: Lambda, Map, Filter and Reduce functionsIn Python, normal functions are defined using def keyword followed by function name. For example:Nov 12, 2020Nov 12, 2020
Python DecoratorsDecorators in Python is an advanced topic. Before we dive into Python Decorator we need to understand the concepts of python functions. In…Nov 5, 2020Nov 5, 2020
Python classes and objectsPython is a object oriented programming language. In python mostly everything is an object with its properties(variables) and…Oct 28, 2020Oct 28, 2020
Python ComprehensionIn this article we will learn comprehension in python and how to use it.Oct 26, 2020Oct 26, 2020
How to send emails using gmail SMTP server with Django??Here i will show you how to send a mail to admin when someone enquiry for any product from your website/web application.Aug 9, 2019Aug 9, 2019