- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who

About
👋 Hi there! I'm Tamoghna Das, a passionate data scientist hailing from India and currently exploring the world of tech 🎓 Tamoghna holds an M.Sc. in Biochemical Engineering from University College London (UCL) and a degree in Data Science (M.Sc.) from the University of East Anglia (UEA).
With over 2 years of experience in research and as a subject matter expert, he has honed his skills in project development, execution, and client management.
📍 Currently residing in England, he has sights on discovering the hidden gems of the entire UK. 💼 In the future he believes in collaborating with a diverse team to develop web applications for analyzing and visualizing various forms of biological and non-biological data.
📸 Outside the professional sphere, he loves traveling and uncovering unexplored destinations. His penchant for photography and videography helps him capture the beauty of the world as he experience it.
Tamoghna Das has Published 25 Articles

Tamoghna Das
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

Tamoghna Das
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

Tamoghna Das
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

Tamoghna Das
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

Tamoghna Das
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

Tamoghna Das
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

Tamoghna Das
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

Tamoghna Das
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

Tamoghna Das
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

Tamoghna Das
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