3 Basic Concepts About How Python Works

Understanding some background basics can be a game changer

Vivienne DiFrancesco
Python in Plain English
4 min readFeb 2, 2021

--

Photo by Jeet Dhanoa on Unsplash

Understanding some basics of how Python works under the hood can help you be more confident in coding. I want to share with you 3 things about Python that you may find useful especially if you are new to the language.

1. Variables are references to an address…

--

--