Posts by Shamik Lahiri
Author Biographical Info: Not available
In this tutorial, we will be learning how to submit form data using POST in Django. Submitting forms is an important aspect of any website, be it customer reviews, contact pages or.... Read More
Cookies are a day-to-day presence in the internet world. They do a great amount of work to make our surfing on the internet a lot easier. In this tutorial, we will learn what are c.... Read More
In this tutorial, we’ll take a look at how to pass JavaScript variables to a Python variable in Flask. In JavaScript, variables store data that can be used or edited later on.... Read More
In this tutorial, we will learn how to plot a confusion matrix using the scikit-learn library in Python. We will be using some easy-to-go examples, getting down to the basics, and .... Read More