Home Tags Python

Tag: python

Plotting Air Quality Index Data on a Map Using Python

0
Rising air pollution levels in cities around the world are a matter of concern. This script uses two Python libraries — Pandas and Folium...

Using Python to Predict Sales

0
Sales forecasting is very important to determine the inventory any business should keep. This article discusses a popular data set of the sales of...

Orange: The Programming Software for Machine Learning and Data Science

0
The demand for machine learning engineers and data scientists has increased exponentially over the years. This is justified because machine learning is being applied...

Python Libraries for Data Science Simplified

0
The typical life cycle of a data science project involves jumping back and forth among various interdependent data science tasks using a range of...

Deploying a Flask App on Heroku

0
Heroku is one of the most popular PaaS platforms in the market, specifically targeted towards developers who are about to start their journey in...

Creating a Very Basic Chatbot in Python on Telegram Messenger

0
The Internet is full of articles about building chatbots on platforms like Telegram. However, in this article, readers get some insights on how to...

Using Python DataFrames for Advanced Database Applications

0
A DataFrame is a two-dimensional structure in which data is arrayed in labelled rows and columns. Pandas is a specialised Python library used effectively...

Data Visualisation: Using Python for Machine Learning and Data Science

0
Data visualisation techniques have a significant role in the representation of data in a pictorial or graphical format. This article takes a quick look...

Why Python is Popular for Machine Learning Implementations

0
This article covers the various machine learning (ML) implementation tools, the importance of Python for ML, and its characteristics. It also highlights the various...

Python Libraries that Developers Should be Familiar With

0
This article is aimed at newbie developers who want to master the Python programming language. It is not a complete reference work on Python...