python

web scraping tutorial

Web Scraping Tutorial – A Complete Introduction

Getting Started with Python What is Python? Python is a general-purpose, high-level, and very popular scripting language. It was released in 1991 and was created by Guido Van Rossum. Python is quite appreciated for its sleek syntax and readable code, and Python suits you better if you are just starting your programming career. While other […]

Web Scraping Tutorial – A Complete Introduction Read More »

rest api python

What is Rest API in Python? How to create web APIs with Python?

Contributed by: Akash Mishra Rest (Representational State Transfer) API Python framework is a set of utilities based on werkzeug to easily build Restful API. It is easy to configure and extends with ease. It does not decide how the data can be rendered, nor any other decision. Instead, it’s an easily extensible architecture to build

What is Rest API in Python? How to create web APIs with Python? Read More »

object detection

Object Detection in Pytorch | What is Object Detection?

What is object detection? Object detection is a computer vision technique in which a software system can detect, locate, and trace the object from a given image or video. The special attribute about object detection is that it identifies the class of object (person, table, chair, etc.) and their location-specific coordinates in the given image.

Object Detection in Pytorch | What is Object Detection? Read More »

Jupyter notebook install

How to Install Jupyter Notebook – Guide

Introduction Jupyter Notebook is an open-source web application. This application allows you to create documents that can contain live code, equations, visualizations, images, and narrative text. This application is mainly used for data science or statistical evaluation purpose. These processes include data cleaning, data transformation, numerical simulation, mathematical computations, statistical modelling, data visualization, machine learning,

How to Install Jupyter Notebook – Guide Read More »

Scroll to Top