PROGRAMMING LANGUAGE
How to use static imports in Java?
My mentor always told me that it is a bad practice to use System.out.print statement, and we should…
How to determine Java version from Program | Check Java Version
Java has many versions so far, and with each version, some significant features are released. There…
How to format Java date using SimpleDateFormat
Strings are very easy to manipulate, and the String class itself provides many methods to play with…
How to get the current date (now) using Calendar and Date in Java
Introduction Java provides many methods to represent date and time. We use Date and Calendar to …
How to Use MySQL Database in Python?
MySQL is one of the most popular open-source Relational Database Management Systems. And it is used…
How to Blur Faces in Images Using OpenCV in Python?
Python is one of the most popular programming languages for machine learning and image processing. …
SIFT Feature Extraction Using OpenCV in Python
SIFT is among the most popular feature detection algorithms. Continue reading below to know how to …
How to Make a Barcode Reader in Python?
We all know what a barcode looks like, but do you know what a barcode actually is? A barcode is …
How to Extract Images from PDF in Python?
A Portable Document Format (PDF) is a file format that presents documents containing text and image…
How to Analyze Sentiment using VADER in Python
Natural Language Processing is one of the applications and domain of Machine Learning. Analyzing a …
How to Extract All PDF Links in Python?
In this tutorial, we will discuss how to extract all PDF links in Python. A Portable Document Forma…
How to Get Google Page Ranking in Python?
If you have a website and you wish to check the Google search ranking for a specific keyword for yo…