

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...


Funny Short Math Jokes and Puns, Math is Fun!
A mathematical joke is a form of humor which relies on aspects of mathematics or a stereotype of mathematicians to derive humor. The...


How can I get the source code of the Python Packages?
You can find source code on Github. Under cpython you will be able to find all the modules and python objects (written in C). You can...


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 most efficient way to find prime factors of a number (python)?
One of the best method is to use Sieve of Eratosthenes 0 → False 1 → False 2 → True and so on.. Python program is shown below, def...


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...


What is "is" in Python?
The operators is and is not test for object identity. x is y is true if and only if x and y are the same object (object location in...


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...


Tangy Creamy Tomato Carrot Soup Recipe
When it's cold outside, nothing hits the spot quite like a creamy tomato carrot soup. This healthy, quick and easy recipe makes use of...


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...


Samba Installation on OEL (Oracle Enterprise Linux), configuration and file sharing
Samba is a software package which gives users flexibility to seamlessly share Linux/Unix files with Windows client and vice-versa. Samba...


Hidden iPhone Tips & Tricks That You Should Know
Apple's iPhone has so many features that it's impossible to use all of them but here's few hidden iOS tips and tricks you probably didn't...


Road trip from New York to Los Angeles: The Epic New York to LA Drive
The New York to Los Angeles road trip has something for everyone, whether you are traveling with family, friends, or in a group. Driving...