Author: Harry
Ternary operator in Python: 6 possible methods
There are many ways to make a ternary operator in Python but there exists a one-liner if-else statement that is usually called the ternary or…
Get the length of a list in Python
Lists in Python are one of the most commonly used built-in data structures. Many times we need to find the length of a list in…
Tip Calculator in HTML and JavaScript
Today, we will be making Tip Calculator in HTML and JavaScript. We will be using HTML CSS JavaScript to get the job done. For styling…
Word counter in Java
Hello friends, in this article, we will learn how to create a word counter in Java. Word counter in java can be a simple program…
Best 10 Websites to Learn Python
Introduction Today, we will see the Best 10 Websites to Learn Python. We have divided these best 10 websites into 2 parts, the 1st one…
CRUD operations in Django
Today, we will learn how to perform CRUD operations in Django Python. We will perform CRUD operations using a form and without a form. We…
Python Tkinter Button: Tutorial for Beginners
In this tutorial, we will explore everything about how to create a Tkinter Button in python, everything will be beginner friendly. Tkinter is one of…
Get Google Page Ranking in Python
In this tutorial, we will learn how to Get Google Page Ranking in Python using the google library. Using this method, you can easily get…
Install NumPy in PyCharm
There are two ways to install NumPy in PyCharm, you can apply these two ways to install any package in PyCharm. 1st way is using…
Factorial Program in Python: Top 6 Methods
What is factorial? The factorial of a number(non-negative integers) is the product of all positive numbers that are less than or equal to the number…
Top 10 Java Projects with source code
Java is one of the most common programming languages which is used in multiple fields like web and application servers, game development, desktop apps, mobile…
Best 100+ Python Projects with source code
We recommend you bookmark this page before you lost it as you will surely need this in the future because we have presented the best…
Make money with Python in 2022
Hello friends, do you know there are many ways to can make money with Python? Yes, I am not joking, this is absolutely real, anyone…
Microsoft Giving Free Python Course: Enroll Now
Introduction Hello friends, do you know that big organizations like Microsoft provide free educational content? On their website, they have 4,284 small to medium size…
Loan Management System Project in Java
Introduction Welcome to another helpful project. Today we are going to develop a Loan Management System Project in Java. I think that this project can…
Top 5 Free Python Courses on YouTube in 2022
We all know the YouTube is the best platform where you can find many tutorial series to learn anything. But, do you know that there…
Google Giving Free Python Course: Enroll Now
Do you know that Google provides many free courses in text and video format? Yes, you hear it right, Google provides many free courses on…
C++ Array Assignment
Today, we will learn C++ Array Assignment. We can assign multiple values to C++ Arrays. There are many ways you can initialize a C++ array….
WHY YOU NEED HAND WRITTEN NOTES?
Handwritten notes are very important while learning any new programming language. WHO AM I? Owner of Python.hub Instagram Page with more than 1.2 million followers….
Python Games Code | Copy and Paste
Hello friends, today, we will see all the Python games code which you can easily copy and paste into your system. We will see many…