Tamoghna Das has Published 29 Articles

Create a Python Script Notifying to take a break

Tamoghna Das

Tamoghna Das

Updated on 21-Dec-2023 12:52:51

76 Views

What is the requirement of Python Script? We spend a lot of time in front of screens in today's society, whether we're working on a computer or scrolling through our phones. This is true whether we're working on a computer or using our phones. Since sitting for extended periods of ... Read More

Create a Pomodoro Using Python Tkinter

Tamoghna Das

Tamoghna Das

Updated on 21-Dec-2023 10:50:21

224 Views

What is Pomodoro? Francesco Cirillo, a university student at the time, invented the Pomodoro Method in the late 1980s. Cirillo was having difficulty focusing on his academics and completing homework. He asked himself, feeling overwhelmed, to commit to only 10 minutes of dedicated study time. Inspired by the challenge, he ... Read More

Creating a Tabbed Browser using PyQt5

Tamoghna Das

Tamoghna Das

Updated on 21-Dec-2023 10:47:04

112 Views

What is PyQt5 Library in Python? A Python binding for the well-known cross-platform GUI toolkit Qt is called PyQt5. It enables Python programmers to construct desktop programmes that can run on Windows, macOS, and Linux and have a sophisticated graphical user interface (GUI). PyQt5 gives users access to all of ... Read More

Create a Pull request on GitHub using Pycharm

Tamoghna Das

Tamoghna Das

Updated on 21-Dec-2023 10:37:58

75 Views

What is GitHub? GitHub is a well-known website that serves as a platform for hosting software projects and facilitating collaborative work on such projects. Git, which is a distributed version control system, may be used to manage changes to a codebase, which is one of the most important functions of ... Read More

Creating a Dataframe using Excel files

Tamoghna Das

Tamoghna Das

Updated on 25-Apr-2023 17:32:26

2K+ Views

What is a dataframe? A dataframe is a two-dimensional object used to store data in a tabular format, where data is arranged in rows and columns. One can create a dataframe using various ways, and one of the most common methods is importing data from excel files. In this document, ... Read More

Create XML Documents using Python

Tamoghna Das

Tamoghna Das

Updated on 25-Apr-2023 17:24:11

16K+ Views

What are the requirements of XML Documents? XML documents are used extensively in the process of data communication between various computer systems. Python comes with a number of built-in libraries that may be used for the processing and manipulation of XML files. In this piece, we will investigate the use ... Read More

Create web element driver method in selenium Python

Tamoghna Das

Tamoghna Das

Updated on 25-Apr-2023 17:18:50

762 Views

What is Selenium? One of the most well-known open-source frameworks for automating web browsers is called Selenium. It enables developers and testers to simulate user actions on a web page, such as clicking buttons, filling out forms, and navigating between pages, in order to test web applications or carry out ... Read More

Create View Class Based Views Django

Tamoghna Das

Tamoghna Das

Updated on 25-Apr-2023 17:16:53

438 Views

What is Django? Django is a well-known web framework written in Python that enables developers to create web applications more quickly. The views in a Django application are the ones in charge of processing HTTP requests and sending back HTTP answers. Class-based views, also known as CBVs, are an alternative ... Read More

Creating a Dataframe using CSV files

Tamoghna Das

Tamoghna Das

Updated on 25-Apr-2023 17:14:57

3K+ Views

In this technical document, we will explore the process of creating a dataframe using CSV files in Python. Specifically, we will cover the following subsections − Introduction to dataframes and CSV files Reading CSV files into dataframes Exploring dataframes Manipulating dataframes Writing dataframes to CSV files Throughout this ... Read More

Creating a radar sweep animation using Pygame in Python

Tamoghna Das

Tamoghna Das

Updated on 25-Apr-2023 17:10:47

453 Views

Pygame is a cross-platform set of Python modules designed for writing video games. It includes computer graphics and sound libraries designed to be used with the Python programming language. Pygame is not a game development engine, but rather a set of tools and libraries that allow developers to create 2D ... Read More

Advertisements