Skip to main content

One doc tagged with "Dynamic Typing"

View all tags

Core Concepts: Interpreted Language and Dynamic Typing

Following our exploration of The "What" and "Why" of Python (Part 2), this article delves into two fundamental concepts that define how Python works: its nature as an interpreted language and its use of dynamic typing. Understanding these concepts is key to writing effective Python code.