Flask CRUD

1 minute read

Flask CRUD Demo Application Flask Flask is a lightweight WSGI web application framework. It is designed to make getting started quick and easy, with the abi...

Oracle Sql and Pl/Sql topics as Q&A

7 minute read

Important topics in Q&A format is based on my experience. Feel free to update me in case of any observation or you want to add anything. This post is spe...

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...