Trishanku

Read More

Namo Poundrikye: The Ancient Deceiver and the Modern Parallel

Read More

Crescentian Chronicles: A Hilarious Odyssey Through Christmas Parties and Nostalgic Nonsense

Read More

Diwali Inc.

Read More

Don’t Look Up

Read More
“Question like a child, reason like an adult, and write like a sage.”

Serendipitous Conceptions

Random Articles from the Site

SnowPiercer:Pitfalls of a Closed System

“I HATE it when a season ends in a cliff-hanger! Don’t the producers understand that we binge-watch for a resolution, not for continuance! If we can wait a year for the next part, can’t we just wait a week for the next episode, why binge watch, why release all episodes at once?” I ranted out …

1 282

Qawwali’s are simple performances, without a wide array of instruments or orchestra, etc. A chorus of claps modulates the underlying rhythm. Human anatomy limits the maximum beat that can be created by clapping. Hence, Qawwals use a table to get around this limitation and introduce faster beats in between the claps. A Harmonium is mostly …

1 850
“The thing about football - the important thing about football - is that it is not just about football.”

ARSENAL

Victory Grows Through Harmony
Cinema doesn't give you what you desire - it tells you how to desire

Reviews

Cinema, Books and more

MENU

Back
Random

An Eclectic Mix

The writing of sci-fi movies in Hollywood must be going something like this, so it is, there is a big problem, a grand science/tech solution is envisaged, it causes grander (unintended! unforeseen) complications resulting in lots of VFX done disasters, which is followed by a neat trick to stop it, close shave in the climax, …

Animation films have a way of making deep philosophical commentary, using simple story line and a premise relying on fantasy. Surprisingly, the same fantasy poses an important question for us the the viewer Wall-E Wall-E did it with a simple plot, humorous gags, exciting climax, and yet under all that it posed an important question, …

Let’s jump directly into some programming. Using concepts learned so far, let’s create a program to calculate the average height of three students (three_average.py) three_average.py# program to calculate average height of three students  # get input of height_a1= float(input(“Enter height of first student (cm): “))_a2= float(input(“Enter height of second student (cm): “))_a3= float(input(“Enter height of …