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 […]
Month: January 2017
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 […]
PyPro #6 Prime numbers within a range
Reading Time: 1 minutesPrime numbers within a range in Python Prime numbers within a range in Python A program to print Prime Numbers in an interval of 0 to the number entered by […]
PyPro #4 Guess the Number
Reading Time: 1 minutesGuess the Number in Python Guess the Number in Python Python code for the famous game Guess the Number. Ask the player to guess a number between 1 and 100 […]
Why choose Python?
Reading Time: 6 minutesWhy choose Python? Why choose Python? If you are wondering why to learn Python, well, here's why: Easiest-to-learn & Most-enjoyable-to-use: Python is arguably the easiest-to-learn programming language, and the most […]
Python: Ternary Operator/Conditional Expression - x if condition else y
Reading Time: 1 minutesTernary Operator/Conditional Expression in Python Ternary Operator/Conditional Expression in Python A Ternary Operation involves 2 operators and 3 operands. Python offers a shorthand for if-then-else constructs using its ternary operator […]
Python: File Buffering
Reading Time: 3 minutesFile Buffering in Python File Buffering in Python: In the builtin open() function, there is an optional argument, called buffering. This argument is used to specify the file's desired buffer […]
Outlook: Close all open mails in 1 click without closing Outlook
Reading Time: 1 minutesClosing all open mails in Outlook in 1 click Closing all open mails in Outlook in 1 click: Many times we face the situation in which multiple open mails keep […]
Outlook: Recover Permanently Deleted Mails
Reading Time: 1 minutesRecovering Permanently Deleted Mails in Outlook: Many times it happens that we delete some of our important mails by using SHIFT+DELETE, and thus mails are even not present in our […]


