top of page
Search

The Tech Platform
Nov 25, 2022
If/elseif/elseif Statement in Python
The elif statement adds another "decision" branch to if-else. In this article, we will learn how we can control the flow of execution...

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 21, 2022
How to Visualize a Neural Network in Python
Neural networks are self-upgrading capacities that guide contributions to the right results. We can then put another contribution to 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
DVC Commands for Data Science
In the fast-paced realm of data science, where collaboration and versioning are pivotal, Data Version Control (DVC) emerges as a...

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
Oct 14, 2022
What are different types of Loops in Python?
Programming languages provide various control structures that allow for more complicated execution paths. A loop statement allows us to...

The Tech Platform
Sep 6, 2022
Which Programming Languages you should learn?
Which programming Language should I learn? JavaScript and Python, two of the most popular languages in the startup industry, are in high...

The Tech Platform
Aug 11, 2022
Program to Count the Number of Vowels in String in Python
Program to Count the Number of vowels we’re going to check how many vowels are present in a given String . There are five vowels– a, e,...
bottom of page