Blog Posts

Common commands

A curated list of common commands that makes usage easy.

Read More

Organize pandas notebook with cool hacks

Learn a cool hack to make pandas code clean, well-organized, and highly efficient.

messy-notebook

Read More

Part 5 - Integrate Disqus comments and Google Analytics with Pelican

Learn to link Disqus comments and Google Analytics to your site

This article is a part of a series of articles for web development using pelican. So, if you haven’t read the previous articles, please check it out by clicking the links below.

Read More

Part 4 - Setting up Travis-CI for automating deployment

Learn to use Travis-CI to automate deploying your website to master branch

This article is a part of a series of articles for web development using pelican. So, if you haven’t read the previous articles, please check it out by clicking the links below.

Read More

Part 3 - Hosting your website to GitHub Pages and custom domain

Learn to host your website in GitHub pages or custom domain for free.

This article is a part of a series of articles for web development using pelican. So, if you haven’t read the previous articles, please check it out by clicking the links below.

Read More

Part 2 - Writing content using Markdown

Learn how to write your articles or blogs using Markdown.

This article is a part of a series of articles for web development using pelican. So, if you haven’t read the previous articles, please check it out by clicking the links below.

Read More

Part 1 - Setting up Pelican - Installation and Theme

Learn to install pelican and set up your project with a theme for your website.

This article is a part of a series of articles for web development using pelican. So, if you haven’t read the previous article, please check it out by clicking the link below.

Read More

Creating and deploying static websites using Markdown and the Python library Pelican

Get to know how markdown and the python library pelican can be used to create your static website.

You may have the desire to build your personal or blog site and host it in your domain name but several obstacles like incomplete knowledge of HTML and CSS, databases; the financial burden to host your site; the complexities of deployment and continuous-integration pipelines, etc might have prevented you from doing so.

Read More