Optimize Django query within 10 mins.

Introduction: Hi readers, I hope you guys are doing good and safe, Today i came up with new topic of Django framework. As i wrote many i article on Django framework , well if you are new you can see my previous post about Django framework. This framework written in python language and its very... Continue Reading →

Rest api with CRUD operation using Flask

  Introduction: Hi, reader, I hope you are doing great. Today I came up with an Innovative article for creating rest api in Flask framework. We have already discussed Django web  development framework. In this Article I have Created an api with CRUD operation. Basically CRUD Stands for Create-Read-Update-Delete in our data base.  I have... Continue Reading →

Stripe payment gateway with python programming

How to run this code: download this code from my GitHub Repository clone this repository open it into Jupyter notebook Now run its cells one by one How to install jupyter notebook in Ubuntu: open your terminal and paste these commands one by one. sudo apt install python3-pip python3-dev pip install jupyter How to install jupyter... Continue Reading →

Face detection with MTCNN

How to run this code: download this code from my GitHub clone this repository open it into Jupyter notebook Now run its cells one by one How to install jupyter notebook in ubuntu: open your terminal and paste these commands one by one. sudo apt install python3-pip python3-dev pip install jupyter How to install jupyter... Continue Reading →

Django web app introduction with login register

How to run this app: download this app from my github clone this repository Install requirement file open directory where manage.py file is present open terminal  type the following command pip3 install -r requirement.txt python3 manage.py runserver What is Django : Django is a web development framework of python programming language. As we all know... Continue Reading →

Computer vision with python (openCv)

Introduction: Computer vision is an interdisciplinary scientific field that deals with how computers can be made to gain a high-level understanding from digital images or videos. OpenCV is one of the most popular libraries for computer vision. OpenCV stands "open source computer vision library". OpenCV was built to provide a common infrastructure for computer vision... Continue Reading →

Blog at WordPress.com.

Up ↑

Design a site like this with WordPress.com
Get started