Tamoghna Das has Published 29 Articles

Creating a Basic hardcoded ChatBot using Python -NLTK

Tamoghna Das

Tamoghna Das

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

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

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

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

192 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

Creating a PySpark DataFrame

Tamoghna Das

Tamoghna Das

Updated on 25-Apr-2023 16:39:55

843 Views

In big data analysis, PySpark is a stack that combines the popular programming language Python with the open-source big data framework Apache Spark. PySpark provides an excellent interface for big data analysis, and one important component of this stack is Spark's DataFrame API. Here, we'll provide a technical guide for ... Read More

Creating a simple Range Slider in Bokeh

Tamoghna Das

Tamoghna Das

Updated on 25-Apr-2023 16:36:08

573 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

Create a Pandas DataFrame from lists

Tamoghna Das

Tamoghna Das

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

2K+ Views

A Pandas DataFrame is a two-dimensional table with rows and columns that are immutable, meaning they cannot be changed once they are created. Creating a DataFrame from scratch with lists is a common task in data science and information technology. A list is an ordered collection of elements, and it ... Read More

Creating a SQLite database from CSV with Python

Tamoghna Das

Tamoghna Das

Updated on 25-Apr-2023 16:31:28

5K+ Views

In today's data-driven world, having efficient ways to handle data is essential, and SQLite is one of the best solutions for small-scale database systems. SQLite is a popular relational database system, that is easy to use, lightweight, and scalable. One way to store data in SQLite, is to store it ... Read More

Create a GUI to extract information from VIN number Using Python

Tamoghna Das

Tamoghna Das

Updated on 25-Apr-2023 14:29:11

380 Views

A Vehicle Identification Number (VIN) is a unique 17-digit code assigned to every vehicle manufactured after 1981. It contains information about the vehicle’s make, model, year of manufacture, country of origin, and other relevant details. In this instruction manual, we will learn how to create a Graphical User Interface (GUI) ... Read More

Create a gauss pulse using scipy.signal gausspulse

Tamoghna Das

Tamoghna Das

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

467 Views

What are the uses of gauss pulse? Gaussian pulses are widely used in signal processing, particularly in radar, sonar, and communications. This pulse is a pulse that has a Gaussian shape in the time domain, which makes it useful for detecting small signals that may be obscured by noise. In ... Read More

Advertisements