Pelican Static Web Generation

Posted on Sun 02 December 2018 in Python Projects

A brief instruction about getting started with Pelican, a static web generator is discussed here. Pelican can be then be hosted on GitHub as a repository. Pelican content can be in many formats including the popular ones, reStructutedText or Markdown which makes an ideal choice for writing articles, in particular, blog posts.


Continue reading

Linux From Scratch

Posted on Sun 11 November 2018 in Linux From Scratch

In this post, we look at building a Linux distribution from scratch, otherwise famously know as Linux From Scratch (LFS). This work is based on the book, Linux From Scratch by Gerard Beekmans, Version 8.3, 2018. Although the book by Gerard Beekmans coves the building process in great detail, the current work focuses on providing in-depth instructions. Take a deep dive into building your distribution by following the Continue reading link below.


Continue reading

Caesar Encryption

Posted on Wed 26 October 2016 in Python Projects

A simple encryption is carried out over a string using Caesar encryption method in Python. Click Continue reading to know more.


Continue reading

API Calls to Open Weather Using Python

Posted on Tue 08 December 2015 in Python Projects

Here OpenWeather API is explored to access weather information and parsing the JSON data using Python. Click Continue reading to know more and view the Python.


Continue reading

Prime Number Generation

Posted on Sat 21 November 2015 in Python Projects

This post discusses generating Prime Numbers up to a given number n using Python and numpy library. Click Continue reading to know more.


Continue reading

Fibonacci Numbers Using Python

Posted on Tue 03 November 2015 in Python Projects

Here, we obtain a Fibonacci Sequence using Python and subsequently look at the Golden Ratio. Click Continue reading to know more.


Continue reading

Posted on Fri 30 October 2015 in Python Projects

Here, we look at parsing a large piece of text file to analyze the charter frequency using Python or, letter frequency. Click Continue reading to know more.


Continue reading

Data extraction using Regular Expressions

Posted on Wed 21 October 2015 in Python Projects

We use Regular Expressions or Regex capabilities in Python to extract data sourced from Bureau of Meteorology (BOM). Click Continue reading to know more about this project.


Continue reading