top of page
Search
The Tech Platform
Oct 7, 2021
How to Write a Configuration file in Python
When we design software, we normally put a lot of effort into writing high-quality code. But that’s not enough. A good software should...
The Tech Platform
Sep 29, 2021
How to Perform Named Entity Recognition (NER) in Python
Due to all the potential special cases and other issues, attempting to set up a system for recognizing named entities (NER) can be quite...
The Tech Platform
Sep 24, 2021
16 Secrets rules by the creator of the Python Language.
Aphorisms from Zen of Python Guido van Rossum (creator of python’s language) created a well known Easter Egg in Python called import this...
The Tech Platform
Sep 20, 2021
PHP vs Python vs Ruby on Rails
In web development, choosing the right programming language and framework is important to the success of any project. Among the options...
The Tech Platform
Sep 18, 2021
Front-End Development and Back-End Development Languages.
Front End The front-end is built using a combination of technologies such as Hypertext Markup Language (HTML), JavaScript and Cascading...
The Tech Platform
Sep 13, 2021
Hyperparameter Tuning the Random Forest in Python
The best way to think about hyperparameters is like the settings of an algorithm that can be adjusted to optimize performance, just as we...
The Tech Platform
Sep 1, 2021
Data Analysis using Python
Why python for Data Analysis? For many people, the Python programming language has strong appeal. Since its first appearance in 1991,...
The Tech Platform
Aug 13, 2021
Python 3.10: Top 6 Useful Features of Python
Python 3.10 boasts of being one of the most stable versions available for users to download, and will be released later this year. The...
The Tech Platform
Aug 4, 2021
Image Processing: Cartoonify your Image using OpenCV-Python
Nowadays playing with images is a hobby of many people. People usually click pictures and add filters or customize the images with...
The Tech Platform
Aug 3, 2021
Machine Learning in Power BI using PyCaret
A step-by-step tutorial for implementing machine learning in Power BI within minutes Power BI is a business analytics solution that lets...
bottom of page