How to Check if a character is alphabet or not in Java

By Abhishek Naik Bhukya

In this tutorial, we will learn how to Check if a Character is an alphabet or not in the Java programming language with some cool and easy examples. Here we have some easy and effi.... Read More

Merge views in SwiftUI using compositingGroup modifier

By shagrafnasheet

In this SwiftUI tutorial, we will learn to merge SwiftUI elements into one. And we will learn the usage of the compositing group modifier. What this blog will cover: Custom alert .... Read More

QR code generator from Text using Tkinter in Python

By Saruque Ahamed Mollick

Recently I have built a simple QR code generator in Tkinter. I thought it will be fun sharing the tutorial here with you here. In order to build this QR code generator, we will nee.... Read More

How to set Tkinter Label text through variables

By Saruque Ahamed Mollick

In this tutorial, we will learn how to change or set Label text through variables in Tkinter. We can do this in two different ways, and I will show you both of those. But among tho.... Read More

How to get the list of all available fonts in Tkinter

By Saruque Ahamed Mollick

In this tutorial, we will learn how to get the list of all available fonts in Tkinter. We have to import font module like this: from tkinter import Tk, font font.families() will re.... Read More

Similar movie prediction in Python

By KAPIHLL KUMAR MUTHINENI

In this tutorial, we will learn how to build a Similar Movie Prediction model using the Scikit-learn library in Python. This model predicts similar movies by comparing their overvi.... Read More

Find-S algorithm using Python

By Om Tejaswini

In this article, we will learn how to implement the Find-S algorithm in Machine Learning. It is a concept learning algorithm in ML. This algorithm only considers positive training .... Read More

Digit Recognition using CNN in Python

By Kartheek Janapati

In this Lecture we will learn about Digit Recognition with CNN in Python. Digit recognition is one of the most fundamental tasks in computer vision and machine learning. It involve.... Read More

Related Posts