Why Python is not the programming language of the future

Python is versatile, simple, and has been a longtime favorite – but its sluggishness, runtime issues, and mobile app development woes doom its future. Read more

Similar

Constant Folding in Python

Every programming language aims to be performant and Python is no exception. In this essay, we dive deep into Python internals and find out how Python makes its interpreter performant using a technique called Constant Folding. (more…)

Read more »

Python Microframework Benchmark

In the complex world of web development, as the popularity of frontend framework such as React and Vue increase, Python is left to exist to be the language of a backend framework such as Flask and Django. Django is a fullstack web framework with built in ... (more…)

Read more »