Tamoghna Das has Published 25 Articles

Creating a Dataframe using Excel files

Tamoghna Das

Tamoghna Das

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

1K+ 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

9K+ 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

512 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

307 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

2K+ 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

314 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

Creating a Basic hardcoded ChatBot using Python -NLTK

Tamoghna Das

Tamoghna Das

Updated on 25-Apr-2023 17:05:36

509 Views

What are chatbots? In recent years, Chatbots have become increasingly popular for automating simple conversations between users and software-platforms. Chatbots are capable of responding to user input and can understand natural language input. Python-NLTK (Natural Language ToolKit) is a powerful library that can be used to perform Natural Language Processing ... Read More

Creating a Camera Application using Pyqt5

Tamoghna Das

Tamoghna Das

Updated on 25-Apr-2023 16:54:54

873 Views

PyQt5 is one of the most popular GUI libraries available for Python, and it allows developers to create desktop applications with ease. In this document, we will walk through the process of creating a camera application using PyQt5. The camera application will allow the user to take photos, view them, ... Read More

Creating a scrolling background in Pygame

Tamoghna Das

Tamoghna Das

Updated on 25-Apr-2023 16:46:00

683 Views

Pygame is a popular Python library used for building games and multimedia applications. One of the most important aspects of game development is the ability to create scrolling backgrounds. In this article, we will cover the essential steps for creating a scrolling background in Pygame. We will also provide real-world ... Read More

Create a plot with Multiple Glyphs using Python Bokeh

Tamoghna Das

Tamoghna Das

Updated on 25-Apr-2023 16:43:34

145 Views

Bokeh is a powerful data visualization library in Python that helps to create interactive and unique visualizations for the web. Bokeh supports various rendering techniques and provides a wide range of built-in tools for creating complex visualizations with multiple glyphs. This document will guide you through the process of creating ... Read More

Advertisements