How to collect Covid19 Data using API in Python

In this tutorial, we will be collecting covid19 Data using API in Python. What is API? API (Application Programming Interface) is a computing interface that interacts between multiple software.  What is JSON? JSON (JavaScript Object Notation) is a lightweight format for storing and transporting data. It is used to send data from server to web. Required modules:  […]

How to Extract current Temperature of any city using OpenWeatherMap API in Python

Open Weather map Logo

In this tutorial, we will find the city’s weather using the OpenWeatherMap API. To use the OpenWeatherMap API, we need to get the API key. We will get it by creating an account on their website. Create an account and get your API key. Free up to 60 calls per minute. You have to pay […]

Starting Data Pipelines | Fundamentals of Data Engineering

Data Engineering

This article includes a comprehensive introduction with step-by-step definitions and code in data pipelines to introduce the basics of data engineering. Data pipelines are widely used in data science and machine learning and are essential in the process of machine learning to integrate data from multiple streams to gain business intelligence for competitive and profitable […]

%d bloggers like this: