How to create a Puzzle game with java

By Mayank Garg

In this program, we will create a puzzle game with java. In this program, we have only used Buttons, Frame, swing & action listener. It is GUI Puzzle game. This game is also kn.... Read More

What is new in Python 3 as compared to Python 2 ?

By Aayush Gupta

In this tutorial we are going to have a look at the various major differences implemented in Python 3 as compared to the previous iteration being Python 2; that you need to conside.... Read More

nth Fibonacci number in python

By Purnendu Das

Hi, today we will learn how to find nth Fibonacci number in python.  At first, we should know about what is the Fibonacci series. Find nth Fibonacci number in Python Fibonacci Ser.... Read More

Plotting sine and cosine graph using matloplib in python

By Harsh

Plotting is an essential skill. Plots can reveal trends in data and outliers. Plots are a way to visually communicate results with your team and customers. In this tutorial, we are.... Read More

How to use Slider Bar in java

By Mayank Garg

In this program, we will learn the slider in java & also perform the various operation with sliders. we change the color of the text area with the slider bar in Java. If we wan.... Read More

Send SMS using Python msg91-sms PyPI package

By Faruque Ahamed Mollick

MSG91 is a well-known API provider to send SMS. In this tutorial, I am going to show you how to send SMS with MSG91 API using Python msg91-sms PyPI package. The msg91-sms library i.... Read More

Use WordPress functions in a custom PHP file outside WordPress

By Faruque Ahamed Mollick

I was working to change one of my custom option group settings option of WordPress via a cron job. I did this work in a custom PHP file that is non-WordPress. So I had to find a wa.... Read More

Add a submenu page under WordPress Settings menu

By Faruque Ahamed Mollick

In WordPress plugin development, it is often required to add a submenu page. You may find many plugins that have a submenu page under the WordPress settings menu just like you can .... Read More

Related Posts