Reading Time: 1 minutesFinding words of length from 2 to 4 in Python Finding words of length from 2 to 4 in Python Finding words of length from 2 to 4: Using Python, […]
PyPro #46 Generator of Multiples of 7
Reading Time: 1 minutesGenerator of Multiples of 7 in Python Generator of Multiples of 7 in Python Generator of Multiples of 7: Write a generator function which yields multiples of 7 lying between […]
PyPro #45 Custom Exception Class for Temperature Control
Reading Time: 1 minutesCustom Exception Class in Python Custom Exception Class in Python Custom Exception Class for Temperature Control: Write a custom Exception class, derived from the base Exception class, having the following […]
PyPro #44 Compute sum of digits of a number
Reading Time: 1 minutesSum of digits of a number in Python Sum of digits of a number in Python Compute sum of digits of a number: Write a Python Program to calculate the […]
PyPro #43 Extract all links from anchor tags
Reading Time: 1 minutesExtract all links from anchor tags in Python Extract all links from anchor tags in Python Extract all links from anchor tags: Write a Python program to extract all hyperlinks […]
PyPro #42 Calculate Sum of Series 1/2, 2/3, 3/4,...
Reading Time: 1 minutesSum of Series in Python Sum of Series in Python Write a Python Program to calculate sum of series 1/2, 2/3, 3/4,... upto 10 terms. Calculate Sum of Series 1/2, […]
PyPro #41 Current Datetime to Unix Timestamp
Reading Time: 1 minutesCurrent Datetime to Unix Timestamp in Python Current Datetime to Unix Timestamp in Python Current Datetime to Unix Timestamp: $ date +%s in Unix gives total number of seconds that […]
PyPro #40 Merging two Lists into a Dictionary
Reading Time: 1 minutesMerging two Lists into a Dictionary in Python Merging two Lists into a Dictionary in Python Merging two Lists into a Dictionary: Write a Python program to create a dictionary […]
PyPro #39 Fetching Most Frequent Elements from an Iterable Object
Reading Time: 1 minutesFetching Most Frequent Elements from an Iterable Object in Python Fetching Most Frequent Elements from an Iterable Object in Python Fetching Most Frequent Elements from an Iterable Object: Write a […]
PyPro #38 Cows & Chickens
Reading Time: 1 minutesCows & Chickens in Python Cows & Chickens in Python Cows & Chickens: There are 63 animals in a farm which has only chickens and cows. Leg count is 206. […]

