Estimating distance using a cepheid variable

Posted on May 04, 2020 in physics


Continue reading

Lazy Evaluation in Python

Posted on April 05, 2019 in Programming

I talk about lazy evaluation and use it to generate infinite list of primes.


Continue reading

Python for beginners !

Posted on March 28, 2019 in Programming

[to be edited] Are you a beginner programmer or know nothing about programming but want to learn ? Have you heard about python before and wondered what the fuss was about? Continue reading if you want to learn one of the most popular programming language right now from the very basics.


Continue reading

Building a blog with Pelican

Posted on March 27, 2019 in Tutorial

Here I talk about a static site generator called Pelican which is written in python.


Continue reading