Web Crawling A web crawler is a program automated script that browses world wide web in methodical and automated manner.Key motivation for designing web crawlers has been retrieve web pages and add their representations to local repository. Other less frequently used names of a web crawler are Bot ants automatic indexers worm Difference between […]
Pelican with github pages
Pelican is a static site generator written in python which allows you to write your content directly using reStructuredText or Markdown. In this blog post, we will discuss how to create and host a static site using pelican and github pages. Installation Lets wrap all our installations inside a separate virtual environment using python virtual environment wrapper. Install […]