Tamoghna Das has Published 29 Articles

Creating a Dataframe from Pandas series

Tamoghna Das

Tamoghna Das

Updated on 20-Apr-2023 15:36:40

2K+ Views

In data science, data is represented in various formats, such as tables, graphs, or any other types of structures. One of the most common data structures used to represent data is a DataFrame, which can be created using an array or a series. In this document, we will discuss how ... Read More

Create a GUI to Get Sunset and Sunrise Time using Python

Tamoghna Das

Tamoghna Das

Updated on 20-Apr-2023 11:38:11

285 Views

What is Python and what are its advantages? Python is a high-level programming language that is used for a wide range of applications, including web development, scientific computing, data analysis, and artificial intelligence. It has a simple and elegant syntax that makes it easy to read and write, and a ... Read More

Create a GUI to Get Domain Information using Tkinter

Tamoghna Das

Tamoghna Das

Updated on 20-Apr-2023 11:29:23

234 Views

In today's world, many businesses depend heavily on their online presence. Before setting up a website or purchasing a domain name, it is essential to get as much information as possible about the domain you plan to use. It may include information like domain owner, server location, IP address, WHOIS ... Read More

Create a GUI to find the IP of a domain name using Python

Tamoghna Das

Tamoghna Das

Updated on 20-Apr-2023 11:24:23

402 Views

When it comes to networking, IP addresses and domain names are two critical concepts that ensure seamless communication between devices on the internet. In this tutorial, we will learn how to create a Graphical User Interface (GUI) using Python that can be used to find the IP address assigned to ... Read More

Create a GUI to Extract Lyrics from a song using Python

Tamoghna Das

Tamoghna Das

Updated on 20-Apr-2023 11:19:50

641 Views

Lyrics are the words that are sung in a song that conveys the meaning and emotions of a song. Python offers several libraries to extract lyrics from a song. In this tutorial, we will create a Graphical User Interface (GUI) using Python’s tkinter library that extracts lyrics from a song. ... Read More

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

Tamoghna Das

Tamoghna Das

Updated on 20-Apr-2023 11:14:52

832 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 ... Read More

Create a GUI to check domain availability using Tkinter

Tamoghna Das

Tamoghna Das

Updated on 20-Apr-2023 11:10:52

147 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 ... Read More

Create a GUI for weather forecast using weatherstack API in python

Tamoghna Das

Tamoghna Das

Updated on 20-Apr-2023 11:06:44

668 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 ... Read More

Create a grouped bar plot in Matplotlib

Tamoghna Das

Tamoghna Das

Updated on 20-Apr-2023 11:02:55

3K+ 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 ... Read More

Advertisements