Simulate elliptical orbit using Pygame

By SNEHA S

In this tutorial, we will look at another way to implement Python in more fun way. We will see how to draw an elliptical orbit using Pygame in Python. We will use packages similar .... Read More

Calculate Maximum profit by buying and selling a share at most twice in Python

By Snehil Shubham

In this article, we will understand how to calculate the maximum profit earned by trading a share at most twice in Python with some examples. However, before going to the main topi.... Read More

Check if a Matrix is Symmetric or not in C++

By Riya Ugemuge

Here we’ll try to check if a matrix, taken from the user, fulfills the conditions to be a symmetric matrix or not in C++. What is a symmetric matrix? A matrix is said to be s.... Read More

Build a text editor using Java swing

By Yashika Jain

Hi, we are learning how to build a text editor using Java or we can say a simple notepad. Java swing components are lightweight as compared to other GUI components of Java. It is a.... Read More

Building a Telegram Bot using Python

By Ashika Pemmaiah

Hey there! In this tutorial, we will be learning to create a simple Telegram Bot in PyCharm using Python. Telegram Bots are simply Telegram accounts operated by software. Building .... Read More

NumPy ndarray flatten in Python

By Venkata Kalyan

In the tutorial, you will learn how to Convert a NumPy array to ndarray flatten in Python. The array means a collection of the same data items. The 2D array converts into a 1D arra.... Read More

BMI Calculator in Java Swing

By Yashika Jain

In this tutorial, we will learn about how to make a Simple Java Swing-based project. Java Swing is generally used to create window-based applications and built on top of AWT (Abstr.... Read More

Brain Tester Application in Android Studio

By Rahul Kumar

Hello Everyone! In this Android tutorial, we are going to create a Brain Tester Application in android studio. To perform this task we will be going to use java. We are going to us.... Read More