top of page
Search
The Tech Platform
Nov 9, 2023
Understanding the Global Interpreter Lock (GIL) in Python
Python is a popular and versatile programming language known for its simplicity and readability. It's widely used in a variety of...
The Tech Platform
Sep 8, 2023
Understanding Logical OR in Python
Python, a versatile and widely used programming language, provides a rich set of tools and operators to work with. Among these operators,...
The Tech Platform
Aug 4, 2023
Python Interview Questions and Answers: Beginners to Advanced
Python, a versatile and powerful programming language, has gained immense popularity in recent years. Its simplicity, readability, and...
The Tech Platform
Jan 24, 2023
How to Setup Data Classes in Python
In this article, you will learn how to Setup Data Classes in Python. Let's start with the definition of the Data Classes in Python. What...
The Tech Platform
Jan 9, 2023
Python Modules you should know
In this article, we’ll explore some built-in modules that help to solve common problems quickly and provide flexibility without the...
The Tech Platform
Dec 13, 2022
How to Use Static Analysis Tools on Python Code
Static code analyzers have significantly benefited application development in the past few years. Instead of discovering code issues or...
The Tech Platform
Dec 11, 2022
Best Web Scraping Tools for Python
Web scraping is a technique for extracting information from websites. It involves making HTTP requests to a website's server, downloading...
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...
bottom of page