Scrape web using Scrapy FrameWork

less than 1 minute read

Scrape Naukri.com job using Scrapy Scrapy An open source and collaborative framework for extracting the data you need from websites. Using scrapy you can s...

Flask Restful Api

less than 1 minute read

Flask Restful Api Flask-RESTful is an extension for flask that adds supports for quickly building REST APIs. In this example, restful api is exposed for vi...