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, […]
Python Programs
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 […]
PyPro #36 Removing end-of-line characters from a file
Reading Time: 1 minutesRemoving end-of-line characters from a file in Python Removing end-of-line characters from a file in Python Removing end-of-line characters from a file: Write a Python program to create minified versions […]
PyPro #35 Picking a random line from a file
Reading Time: 1 minutesPicking a random line from a file in Python Picking a random line from a file in Python Picking a random line from a file: Write Python code to pick […]
PyPro # 34 Printing corresponding lines of two files together
Reading Time: 1 minutesPrinting corresponding lines of two files together in Python Printing corresponding lines of two files together in Python Printing corresponding lines of two files together: Write a Python script which […]
PyPro #33 Longest word(s) in a file
Reading Time: 1 minutesLongest word(s) in a file in Python Longest word(s) in a file in Python Longest word(s) in a file: Write a Python program to extract the longest word(s) out of […]

