Tamoghna Das

Tamoghna Das

24 Articles Published

Articles by Tamoghna Das

Page 3 of 3

Create a GUI to convert CSV file to Excel file using Python

Tamoghna Das
Tamoghna Das
Updated on 20-Apr-2023 1K+ Views

As businesses grow and expand, they need to manage a lot of information. This information may come in different formats, and being able to convert them to the right format is important for the smooth running of business operations. One of the ways to handle this is by converting CSV files to excel format. In this tutorial, we will build a Graphical User Interface (GUI) in Python to convert CSV files to excel files. What is a CSV file and what are importance of using CSV files in python A CSV (Comma Separated Values) file is a plain text file ...

Read More

Create a GUI to check domain availability using Tkinter

Tamoghna Das
Tamoghna Das
Updated on 20-Apr-2023 337 Views

What is the need for domain? The internet has become a vital part of our daily lives. When it comes to businesses, having an online presence is crucial. Choosing the right domain name is the first step in establishing an online presence for any business. However, finding an available domain name can be a daunting task. In this technical document, we will guide you through the process of creating a graphical user interface (GUI) in Python using the Tkinter module to check domain name availability. What is a domain and what are its components? In the context of the internet, ...

Read More

Create a GUI for weather forecast using weatherstack API in python

Tamoghna Das
Tamoghna Das
Updated on 20-Apr-2023 1K+ Views

What is the need for weather forecast? Weather forecasting is an essential aspect of human existence. In recent times, technological advancements have made it easier to predict weather with high accuracy. openweathermap is a popular API that allows developers to retrieve weather data. In this tutorial, we will create a graphical user interface (GUI) for weather forecast using openweathermap API in Python. This tutorial will cover the necessary steps for building a GUI and retrieving data from openweathermap API. Prerequisites Before we dive into the task few things should is expected to be installed onto your system − List of ...

Read More

Create a grouped bar plot in Matplotlib

Tamoghna Das
Tamoghna Das
Updated on 20-Apr-2023 4K+ Views

What is matplotlib? Matplotlib is a popular, open-source data visualization library in Python widely used in the scientific, engineering, and data sciences fields. Matplotlib is known for its flexibility and vast range of customizable options, which makes it a great choice for creating complex visualizations for research or data analysis purposes. One of the most popular types of visualization is the grouped bar chart, which allows comparing multiple variables side by side while showing the differences between groups or subcategories. In this tutorial, we will show you how to create a grouped bar chart in Matplotlib using real-world examples. What ...

Read More
Showing 21–24 of 24 articles
« Prev 1 2 3 Next »
Advertisements