
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Tapas Kumar Ghosh has Published 226 Articles

Tapas Kumar Ghosh
277 Views
Lists are a powerful data structure in Python that can hold many values of various types. We may come across nested lists where the items themselves are lists. In such circumstances, flattening the list and retrieving individual elements from the hierarchical structure may be essential. In Python, we have some ... Read More

Tapas Kumar Ghosh
736 Views
The dictionary is one of the famous datatypes of Python that consist of keys with value pairs. The strings list is the set of elements that are represented either in a single or double quotation. In Python, we have some built-in functions such as keys(), set(), intersection, and append() will ... Read More

Tapas Kumar Ghosh
423 Views
The tuple is a popular datatype of Python that represents the collection of objects or elements separated by commas. The frequency of data type defines the total number of counts of a specific variable type. Python has four primitive variable types: integer, float, boolean, and string. In Python, we have ... Read More

Tapas Kumar Ghosh
454 Views
The stream of strings is a sequential flow of given data where an individual element of the stream represents a string. The stream allows a large process of string data In C++, we have some STL(Standard template library) based functions such as count() and insert() to Check duplicate in ... Read More

Tapas Kumar Ghosh
387 Views
The suffix of keys is a group of letters that is mentioned at the end of the word. In this problem statement, we need to create the specific variable that set the suffix key to filter the result by using some specific conditions. In Python, we have some built-in ... Read More

Tapas Kumar Ghosh
247 Views
In Alphabetical series there are consists of 26 characters of which 5 characters are vowels such as a, e, i, o, u and the rest are called as consonants. In C++, we have predefined functions such as tolower() and length() that will help to Check whether all the substrings have ... Read More

Tapas Kumar Ghosh
1K+ Views
The tuple is ordered or a finite sequence to collect the data. It can be represented by using parenthesis i.e. (). A byte integer is a simple number without having decimal or fractional values. In Python, we have some built-in functions such as from_bytes(), bytes(), unpack(), and, enumerate() will be ... Read More

Tapas Kumar Ghosh
464 Views
The Index match element Product refers to two different lists where it contains the elements and set to respective variable. If common matches are found, then it filters the element by multiplication. To solve this problem statement, Python has some built-in functions such as range(), len(), zip(), prod(), reduce(), and, ... Read More

Tapas Kumar Ghosh
141 Views
The atmost K element is set to a specific value in the given list to filter those indices whose elements are greater than the K value. In Python, we have some built-in functions such as enumerate(), range(), len(), where(), map(), range(), and, filter() that will be used to solve the ... Read More

Tapas Kumar Ghosh
330 Views
The frequency of elements consists of two different lists where one list defines the unique element and the other list defines the number of repetitions of the same element w.r.t to the first list. Then use some conditions and operations in the dictionary to set each element of the first ... Read More