

6 Budget-Friendly Ways to Prepare for Your Pregnancy (checklist)
Every pregnancy is different, and that is true even in the same person. Your first pregnancy might have been plagued with morning sickness,


Do NDA cadets get holidays like Sunday?
Yes, NDA cadets get holidays, and the same applies to OTA and IMA cadets. A Sunday, like in IMA or OTA, is nothing less than a holiday...


Just enough Scala for Spark
In this tutorial you will learn just enough Scala for Spark, it's like a quick guide for Scala basics needed for Spark programming, Scala...


Spark Transformations example (Part 1)
Apache Spark transformations like Spark reduceByKey, groupByKey, mapPartitions, map etc are very widely used. Apart from these...


Blow | Ed Sheeran | Bruno Mars | Chris Stapleton | Drums Sheet Music
If you've just started to play drums and you’re looking for easy drum cover for beginners keep reading these blog, here I will list my...


Understanding SparkContext textFile & parallelize method
Main menu: Spark Scala Tutorial In this blog you will learn, How Spark reads text file or any other external dataset. Referencing a...


What is SparkContext (Scala)?
Main menu: Spark Scala Tutorial In this blog you will learn, How to start spark-shell? Understanding Spark-shell. Creating Spark context...


Evanescence | Bring me to Life | Drum Sheet Music
Easy Drum Covers for Beginners | Evanescence bring me to life drum sheet music If you've just started to play drums and you’re looking...


Calling 911 for Pepperoni Pizza Delivery, But Why?
Phone Conversation of 911 Operator (reference Reddit user Crux1836); Officer : “911, where is your emergency?” Caller : “123 Main St.”...


Best Office Prank Ever, Don't Miss the End
Have you ever seen chocolate thief in your office? This is the epic message chain when someone started to stealing chocolates from office...


A Day in the Life of a Computer Programmer
As a computer programmer, my daily life is actually kind of weird. I did my undergrad in computer science and worked with Microsoft for 4...


What does // mean in python?
It’s floor division. Python docs has very nice documentation on this. Python3: Mathematical division that rounds down to nearest integer....


What programming language is famous amongst Russians?
According to Google Trends it seems like Javascript. However, I didn’t except Python as least popular language amongst Russians. First of...


What is the difference between Python 2 and Python 3?
Below are the key differences which I have observed and encountered frequently while working on Python 2 and Python 3. Integer division...


Mutable vs Immutable Objects in Python example
Everything in Python is an object and all objects in Python can be either mutable or immutable. Immutable objects: An object with a fixed...


Interesting and Unknown facts about Python programming
Python has gained more popularity in past 1 year! Actually, it’s the most popular programming language now. JAVA is the second most...


Spaghetti with Potatoes (Indian Style)
This spaghetti with Indian spices brings back childhood memories. It is a quick, simple, tasty recipe which everyone can enjoy as a meal...


Quick & Easy Punjabi Palak Paneer Recipe
My love for Palak Paneer never ends. Each time I cook Palak Paneer, I try a new variation and love to see how it turns out. Here I am...


Every Gardener Must Know These Homemade Organic Pesticide Remedies
Organic Homemade Pesticide: Insects like Cricket, Spiders, Snail, Aphids and others can cause serious damage to your garden and invite...


How to write single CSV file using spark?
Apache Spark by default writes CSV file output in multiple parts-*.CSV, inside a directory. Reason is simple it creates multiple files...