Author: Harry
Python | enumerate() on String | Get index and element
Output: <–Index–> VS <–Element–> 0 a 1 S 2 t 3 r 4 i 5 n 6 g
Python | Convert a String to list using list() method
Output: [‘a’, ‘S’, ‘t’, ‘r’, ‘i’, ‘n’, ‘g’]
Blood Bank Management System Project In PHP
This tutorial is going to be an exciting and thrilling one as we are going to create a blood donation and blood Bank Management System…
Wishing Happy New Year 2023 in Python Turtle
Guess what’s this time for? Yes, this is the time to say Hello to 2023! 2023 is approaching and if you want to wish Happy…
Retrieve a module path in Python: 5 Methods
Now, you can use this ‘a_module’ inside your program but do you know where Python looks for modules or retrieve a module path? Let’s check….
How to get a function name as a string in Python?
Today, we will see the two most used methods to get a function name as a string in Python. Using __name__ to get a function…
Access dictionary values in Python | dict[key] vs dict.get(key)
dict[key] and dict.get(key) are two ways to access dictionary values in Python. The difference is that dict.get(key) takes two arguments while dict[key] takes one argument…
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…