Posts by Shamik Lahiri

Author Biographical Info: Not available

Django – Submit Form data with Post Method

By Shamik Lahiri

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

How to Create cookies in Django

By Shamik Lahiri

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

How to pass JavaScript Variables to Python in Flask?

By Shamik Lahiri

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

Confusion matrix using scikit-learn in Python

By Shamik Lahiri

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

Related Posts