Software Engineering

My Workflow To Profile Python Code Using VS Code

___
Towards AI

--

Introduction

This article describes how I use VS Code to profile Python code to identify CPU or memory problems.

To make things more concrete and practical, I will demonstrate how the workflow works by quickly finding the source of high CPU utilization in a real-world project: the…

--

--