Python Coding Problems

Python coding problems - finding Lychrel Number, word Isogram and pair isogram, hailstone sequence, largest substring occurring more than once, deficient factors, perfect abundant

AWS Lambda Interview Questions for Developers

Upasana | September 07, 2022 | | 0 views | Python Coding Problems

AWS Lambda Interview Questions for Java, Python and Kotlin developers - What is AWS Lambda, What are pros and cons of using lambda, etc.

Read Article

Spaced Out?

Upasana | October 23, 2019 | 1 min read | 15 views | Python Coding Problems

Given 3 different integer numbers, determine if the difference between the smallest number and the middle number is the same as the difference between the middle number and the largest number. The numbers can be entered in any order.

Read Article

Python coding challenges for interviews

Upasana | October 13, 2019 | 2 min read | 446 views | Python Coding Problems

Python coding challenges for interview preparation - finding factorial, credit card validation, pass the ball game, lychrel number, finding pair isogram, hailstone sequence, largest substring.

Read Article

Sequence of Differences in Python

Upasana | September 15, 2019 | 2 min read | 26 views | Python Coding Problems

Sequence of Differences in Python

Read Article

Find extra long factorials in python

Upasana | September 03, 2019 | 1 min read | 248 views | Python Coding Problems

Find extra long factorials in python

Read Article

Find if credit card number is valid or not

Upasana | September 02, 2019 | 2 min read | 500 views | Python Coding Problems

Checking if credit card number is valid or not with python

Read Article

Count the number of open lockers in school

Upasana | May 19, 2019 | 1 min read | 399 views | Python Coding Problems

A group of schools has a specific number of lockers and a specific number of students. All lockers are closed on the first day of school.

Read Article

Pass the ball game: NxN matrix in python

Upasana | May 18, 2019 | 3 min read | 878 views | Python Coding Problems

One of the game in Raj's summer camp is passing the ball. All the participants in the game are seated on ground which are arranged in R rows and C columns.

Read Article

Write a program to find if a number is Lychrel Number in Python

Upasana | May 05, 2019 | 1 min read | 99 views | Python Coding Problems

Lychrel number is a natural number that cannot form a palindrome through the iterative process of repeatedly reversing its digits and adding the resulting numbers.

Read Article

Write a program to check if the given word is Isogram & Pair isogram in python

Upasana | May 04, 2019 | 1 min read | 1,805 views | Python Coding Problems

An isogram, also known as a nonpattern word, is a logological term for a word or phrase without a repeating letter.

Read Article