Rewrite a Python program using C to boost performance

Recently I converted a python program to C. The python program will run for about 1 hour to finish the task: $ /usr/bin/time -v taskset -c 35 python_program …. …… User time (seconds): 3553.48 System time (seconds): 97.70 Percent of CPU this job got:… Read more

Similar

Python Anti-Pattern

I was writing a lambda function which, among other things, was supposed to read a csv file from S3, perform some validation on every row, then use boto3 to perform an S3 multipart upload. I created a wrapper class around the multipart upload functionality... (more…)

Read more »

Future of Python

Welcome back guys, in this module, we are going to discuss the Future of Python, i.e., how python is booming today’s industry, and how the same or more... (more…)

Read more »