Drawing shapes like triangles in Python typically involves using graphics libraries such as turtle or matplotlib. These libraries provide functions to control drawing elements on a canvas. The turtle library is particularly beginner-friendly, as it simulates a turtle moving and drawing lines based on commands.