Python coding practice will make your coding strong .Here are 100 Plus Python Coding Problems With Solutions . Here, we will take a real-world coding related problem. We will think about the process of solving the problem. For All 100 plus coding problems link is mentioned at the bottom of the page.
Easy ones
Number Related
Loop Related
- 3.1 – Sum of elements
- 3.2 – Largest element of a list
- 3.3 – Sum of squares
- 3.4 – Second Largest
- 3.5 – Second Smallest
- 3.6 – Remove duplicate Chars
Conversions
- 4.1 – Miles to Kilometers
- 4.2 – Celsius to Fahrenheitt
- 4.3 – Decimal to binary
- 4.4 – Decimal to binary (recursive)
- 4.5 – Binary to decimal – Premium Access
Solution Strategy
Computations
- 6.1 – Simple Interest
- 6.2 – Complex Interest
- 6.3 – Calculate Grades
- 6.4 – Gravitational Force
- 6.5 – Triangle Area
Prime number
Reverse
- 8.1 – Reverse String
- 8.2 – Reverse String (stack)
- 8.3 – Reverse String (recursive)
- 8.4 – Reverse Number
- 8.5 – Reverse word
Medium
- 9.1 – Check palindrome
- 9.2 – Dictionary of cubes
- 9.3 – Armstrong number
- 9.4 – Greatest common divisor
- 9.5 – Least Common Multiple
Programming Contest
Simple Game
- 11.1 – Guess game
- 11.2 – Rock paper scissor
- 11.3 – Cows and bulls
- 11.4 – Cows and bulls(4digits)
- 11.5 – Word completion
- 11.6 – Word hangman
Harder
- 12.1 – Simple Calculator
- 12.2 – Password generator
- 12.3 – Password with requirements
- 12.4 – Permutations
- 12.5 – Generate Sentences
User Submitted
For Full 100 Python Coding Problems With Solutions
Here we are focusing on the thinking and strategies to solve a problem. However, every problem could be solved in multiple ways. And other solutions could be better and faster.
Always keep an open mind to learn multiple solutions to solve a problem.