Download The Latest Print Issue

Idiagress Magazine Issue 01 July-Aug 2021

Our Limited Print Magazine

In this digital age, we all are used to look at and consume from backlit screens. However, holding a nice bound print magazine or a book is a 'feeling.'

A Feeling, that magically tranports you to the first comic you read, to those Sunday mornings with Chai, as you read the Sunday Edition. As pure suckers chasing that feeling, we decided to release our content in a nice, short print edition. We collate the best articles from the site, and distribute a limited print once every two months.

Hopefully, like us, you are also chasing that fondness for a print edition.

For every issue, we are distributing a hundred magazines to your doorstep for FREE.

Just drop in a mail to us at : idiagress@gmail.com.

Currently, we can deliver only within INDIA, hopefully very soon we should be able to deliver internationally. Till then, if you are residing outside India, you can catch our Latest issue on Amazon (Click here : Kindle Edition is Free, Print edition charges vary based on location) or you can download the print issue directly from our site.

 

 

View Previous Magazine Issues

 

ISSUE 01 : (July-Aug 2021)

 

Watch out this space as we publish more and more. Hopefully we are an 'interesting read' for you!

 

Or Read Some Latest Articles from the Site

trishanku, satyavrata, swarg, vishwamitra, indra
586 Views

Where Gulab Jamuns Steal the Show, Gifts Turn Into Cosmic Signs, and Laughter Echoes Louder Than Classroom Wisdom!"
257 Views

MENU

Back
Random

An Eclectic Mix

Currently it is the season of counting the 100 days of Government, in which people are trying to analyze what the govt. has done, undone, not done, got done, dan dana done… But for me 100 and days, when these two words come together, it is just a horror.. and a real horror.. of a …

One of the ways dystopian future is shown in movies is by way of a sky shot of the world. It is either a dry arid land, or a dilapidated city, or an overcrowded city with significantly poor town planning, with thin alleys etc. The implication is that loss of vegetation, greenery, lakes etc is …

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 …