TDS Archive

An archive of data science, data analytics, data engineering, machine learning, and artificial intelligence writing from the former Towards Data Science Medium publication.

Follow publication

Member-only story

Why Python is so slow and how to speed it up

Mike Huls
TDS Archive
Published in
10 min readDec 8, 2021

--

Let’s find out how the Python engine works so that we can go faster (image by Kevin Butz on Unsplash)

Part A — Python’s design

Python is like a kite; easy to use and not super fast. C is like a fighter jet; super fast but not exactly easy to work with (image by Shyam on Unsplash)

Slowness vs waiting

--

--

TDS Archive
TDS Archive

Published in TDS Archive

An archive of data science, data analytics, data engineering, machine learning, and artificial intelligence writing from the former Towards Data Science Medium publication.

Mike Huls
Mike Huls

Written by Mike Huls

I write about interesting programming-related things: techniques, system architecture, software design and how to apply them in the best way. — mikehuls.com

Responses (4)

Write a response