Reading Time: 1 minutesRemove comments from a file with Exception Handling in Python: Python script to remove comments from a file. Remove comments from a file with Exception Handling in Python Try it […]
lakshayarora7
PyPro #17 Sum a List of Numbers with Exception Handling
Reading Time: 1 minutesSum a List of Numbers with Exception Handling in Python: A simple Python program of adding 3 given numbers, handling exception in case user inputs anything other than digits. Sum […]
PyPro #16 Emulate tail command of Unix in Python
Reading Time: 1 minutesEmulate tail command of Unix in Python: Python script to emulate tail command of Unix. Emulate tail command of Unix in Python Try it here. See also: Python 101 Object […]
PyPro #15 Center a String in the Terminal
Reading Time: 1 minutesCenter a String in the Terminal in Python: Python script to center a string in the terminal. Center a String in the Terminal in Python Try it here. You will […]
PyPro # 13 Prime Number or Not
Reading Time: 1 minutesPrime Number or Not in Python: A Python program to check whether the provided number is prime or not. Prime Number or Not in Python Try it here. You will […]
PyPro #12 Computing Scrabble Score (using a Dictionary)
Reading Time: 1 minutesComputing Scrabble Score (using a Dictionary) in Python Computing Scrabble Score (using a Dictionary) in Python Python script to compute Scrabble score for a word using a dictionary. Try it […]
PyPro #11 Shuffling a deck of cards (using Lists)
Reading Time: 1 minutesShuffling a deck of cards (using Lists) in Python Shuffling a deck of cards (using Lists) in Python Python script to shuffle a deck of cards using lists. Try it […]
PyPro #9 Odd or Even
Reading Time: 1 minutesOdd or Even in Python Odd or Even in Python Python code to determine whether the given integer is odd or even. Even numbers are multiples of 2, whereas odd […]
PyPro #8 Highest Common Factor
Reading Time: 1 minutesHighest Common Factor in Python Highest Common Factor in Python Python code to compute the Highest Common Factor (HCF) of two positive integers Try it here. See also: Python 101 […]
PyPro #7 String Palindrome
Reading Time: 1 minutesString Palindrome in Python String Palindrome in Python Python script to determine whether a given string is a palindrome or not. Try it here. See also: Python 101 Object Oriented […]

