In this post, we’re going to talk about how to check leap year in python. This leap year program in python will help you check any year and return if that is a leap year or not. But before going into the leap year program in...
Category - Python
Word Count in Python
This article is all about word count in python. In our last article, I explained word count in PIG but there are some limitations when dealing with files in PIG and we may need to write UDFs for that. Those can be cleared in...