top of page
Search

The Tech Platform
Nov 25, 2022
Program to Square a Number in Python
In this, we will learn 3 different ways to find the Square root of a number in Python Using Exponent Using math.sqrt() Using math.pow()...

The Tech Platform
Nov 22, 2022
Program to find a word in JavaScript
This article will show you the steps to find a word from a given string in JavaScript using search_word Code: function search_word(text,...

The Tech Platform
Nov 22, 2022
Best Software Engineering Books (2023)
Software engineering is a branch of computer science and a wing of engineering connected to the growth and development of computer...

The Tech Platform
Nov 21, 2022
Arrow Function vs Regular Function in JavaScript
JavaScript provides two main ways to define functions: arrow functions and regular functions. Both serve the purpose of executing a block...

The Tech Platform
Nov 16, 2022
2 Methods to find Prime Number in Java
Prime numbers are the numbers that are divided by 1 or the number itself and cannot be divided by any other number without leaving the...

The Tech Platform
Nov 16, 2022
Best Python IDE for Linux
Python IDEs play an important role in software development by providing developers with a comprehensive set of tools to write, test, and...

The Tech Platform
Nov 11, 2022
How to make your Python Code Run fast
Python is a high-level, general-purpose programming language and the most popular programming language in the world. This language is...

The Tech Platform
Nov 10, 2022
How to Select Rows and Columns in Panda?
This article will teach us how to select Rows and Columns in Panda using [], loc, iloc. Indexing in Pandas means selecting rows and...

The Tech Platform
Nov 3, 2022
Introduction to ASP.NET Core
In this article, we will discuss the ASP.NET Core. How it is different from ASP.NET. Will learn why we should use ASP.NET Core. Here we...

The Tech Platform
Oct 23, 2022
Which Programming Languages is best for Game Development?
Game Development is the art of creating games and describes the design, development, and release of a game. It may involve concept...
bottom of page