top of page
Search


Data Scientist’s Guide to Efficient Coding in Python
We are giving real-life coding scenarios where we have actually used them! 1. Use tqdm when working with for loops. Imagine looping over...

The Tech Platform
Oct 22, 2021


Introduction to feature engineering for time series forecasting
Applying Python packages and Machine Learning to accelerate forecasts enables the scalability, performance, and accuracy of intelligent...

The Tech Platform
Oct 20, 2021


Top 5 High-Performing Backend Frameworks
Backend frameworks are libraries of backend (server-side) programming languages that enable the construction of the backend structure of...

The Tech Platform
Oct 18, 2021


Append in Python
Importance of Append When choosing a collection type, it is useful to understand the properties of each type and choosing the most...

The Tech Platform
Oct 18, 2021


Top 38 Python Libraries for Data Science, Data Visualization & Machine Learning
In the vast landscape of Python libraries, navigating through the myriad options can be overwhelming, especially for those engaged in...

The Tech Platform
Oct 18, 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
Oct 7, 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 29, 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 24, 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 20, 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 13, 2021
bottom of page
