top of page
Search
The Tech Platform
Apr 1, 2021
10 Interesting Python 3.9 Features
From the dictionary update/merge to the addition of new string methods to the introduction of zoneinfo library, a number of new features...
The Tech Platform
Mar 30, 2021
What is WSGI (Web Server Gateway Interface)?
WSGI is a specification that describes the communication between web servers and Python web applications or frameworks. It explains how a...
The Tech Platform
Mar 19, 2021
Building Data Visualization in PowerPoint Using Python
The way organizations make decisions across various sectors has evolved with the changing role of data. The need for accuracy in...
The Tech Platform
Mar 17, 2021
Common Column Codes for Dataframe
Get your job done faster. Some common column fixes right here! I have struggled far and beyond to search and find basic code utilities to...
The Tech Platform
Mar 9, 2021
How To Become A Task Automation Hero Using Python [With Examples]
Performing repetitive tasks can bore even the most resilient of us out of our minds. Lucky for us, the digital age we live in offers us a...
The Tech Platform
Mar 2, 2021
Python Decorators Explained
If you’ve spent even a little bit of time using common Python frameworks, such as Flask, you’ve undoubtedly seen decorators in use. These...
The Tech Platform
Mar 1, 2021
25 Useful Python One-Liners That You Should know
In this blog, I want to present some python one-liners which everyone should know. 1. Swapping Two Variables # a = 4 b = 5 a,b = b,a #...
The Tech Platform
Feb 27, 2021
Pivot Tables made simple with atoti
What are pivot tables and how are they useful? Just to benefit emerging analysts like me, a pivot table is a table of statistics that...
The Tech Platform
Feb 27, 2021
INTRODUCTION TO COMPLEX NETWORK ANALYSIS
Complex Network Analysis studies how to recognise, describe, visualise and analyse complex networks. The most prominent way of analysing...
The Tech Platform
Feb 27, 2021
Speeding up Python code with Nim
Python is one of the most popular and accessible programming languages of all time but is far from being the fastest. Many library and...
bottom of page