#Python Articles


Programming
Strategies to writing super fast Python
Tue 18 April 2023

In this article, we look at different ways to improve the performance of Python which is an interpreted language.

Programming
Python Concurrency and Parallelism: building a custom ProcessPoolExecutor
Mon 18 July 2016

At Ostorlab we scan hundreds of Mobile Applications each day, each scan is very resource intensive but at the same time, since the beginning, we had to optimize the code for speed and maximize use of cloud resources.