Posted in python very small program assignments

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…

Continue Reading
Posted in python very small program assignments

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…

Continue Reading
Posted in allcategorites python-short-tutorial

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…

Continue Reading
Posted in allcategorites programs in python python simple programs

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…

Continue Reading
Top 10 Java Projects with source code
Posted in allcategorites final year project gui java project java projects

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…

Continue Reading
Posted in allcategorites python very small program assignments

Free shipping in Python

Problem Statement: There’s a big festival sale running on an e-commerce website. There are certain conditions for shipping charges and under the sale and there…

Continue Reading
Posted in allcategorites python very small program assignments

Raj has ordered two electronic items Python | Assignment Expert

Problem Statement: Raj has bought two electronic items x and y with two years of warranty each. But the items didn’t work properly after a…

Continue Reading
Best 100+ Python Projects with source code
Posted in allcategorites final year project gui python projects python projects

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…

Continue Reading
Posted in python very small program assignments

First Place in Python

Problem Statement: You are given two strings S1 and S2. You have to check if S1 is the string rotation of S2.One string is a…

Continue Reading
Posted in python very small program assignments

Triples with Properties in Python

Problem Statement: Joey wants to find a triplet of integers x, y, and z such that it satisfies these two conditions: where A and B…

Continue Reading