In this article, we will look into the process of inserting data into a DynamoDB table using AWS Lambda. Amazon DynamoDB is a completely owned… Read More
Category Archives: Python
In this article, we are going to see how to read CSV files into a list of lists in Python. Method 1: Using CSV module… Read More
In this article, we are going to see the difference between a Tensor and a variable in Pytorch. Pytorch is an open-source Machine learning library… Read More
It feels great when you see your work being viewed and praised by everyone. Right? Hosting gives you such an offer where you can see… Read More
We are going to create a to-do list web API using Django rest framework, docker and also going to write different tests for different functionalities… Read More
In this article, we’ll try to understand how the blobfromImage function from the dnn module in the OpenCV library works and when should you use… Read More
Opencv 3.3 brought with a very improved and efficient (dnn) module which makes it very for you to use deep learning with OpenCV. You still… Read More
In this article, we will see how we can make a simple app with Pygame. Pygame is a library for python that helps us to… Read More
In this article, we will see how to get data from ImmutableMultiDict in the flask. It is a type of Dictionary in which a single… Read More
In this article, we are going to see how to utilize Pandas DataFrame and series for data wrangling. The process of cleansing and integrating dirty… Read More
If you like to play with API’s or like to scrape data from various websites, you must’ve come around random annoying text, numbers, keywords that… Read More
In this tutorial, we are going to see the entire process of creating an Age predictor and Gender classifier project using OpenCV. Age Detection Our… Read More
Kruskal-Wallis test is a non-parametric test and an alternative to One-Way Anova. By parametric we mean, the data is not assumed to become from a… Read More
In this article, we will discuss how to Automate Google Sheets with Python. Pygsheets is a simple python library that can be used to automate… Read More
In this article, we will see how to perform a union of three queries using SQLAlchemy in Python. Since we are going to use MySQL… Read More


