top of page
Search
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
Dec 7, 2022
Top Algorithm everyone should learn
An algorithm is a procedure used for solving a problem or performing a computation. Algorithms act as an exact list of instructions that...
The Tech Platform
Nov 28, 2022
Top 5 Python Libraries for Machine Learning
Machine Learning libraries are available in many programming languages but Python is best suited for Machine Learning purposes. Python is...
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 14, 2022
Create PDF file with Python
PDF stands for Portable Document Format and uses .pdf extension. It is used to present and exchange documents reliably, independent of...
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...
bottom of page