Reaching Ground Floor in Python
Problem Statement: You are on the top floor of a mall and you want to go out of the building. You’re car is in the…
Number of Moves in Python
Problem Statement: Amir created a challenge where he have to calculate the total number of squares a bishop can move. He knows the nxn size…
Starks Adventure in Python
Problem Statement: House Stark of Winterfell is a Great House of Westeros and the royal house of the Kingdom of the North. Every once a year, the king offers 5 people…
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…
How to install seaborn in Pycharm?
Welcome to violet-cat-415996.hostingersite.com. In this tutorial, we are going to learn how to install seaborn in Pycharm IDE. Seaborn is a python library used to…
Draw Happy Diwali in Python Turtle
Introduction Hello there, In this lesson, we will Draw Happy Diwali in Python Turtle. Turtle is a pre-installed Python module that allows users to draw…
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…
Neutralization in Python | Assignment Expert
Problem Statement: You are given two strings and you want to neutralize them into one. Write a Python script that neutralizes two strings into one….
Tetris game in Python Code
In this article, we will build an amazing project Tetris game in Python code. In this project, we will use the pygame library to build…
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…