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 […]
Month: March 2017
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. […]
PyPro #37 Reverse the Order of Words in a String
Reading Time: 1 minutesReverse the order of words in a string in Python Reverse the order of words in a string in Python Python program to reverse the order of words in a […]

