Programming Microcontrollers with Python by Armstrong Subero

Programming Microcontrollers with Python by Armstrong Subero

Author:Armstrong Subero
Language: eng
Format: epub
ISBN: 9781484270585
Publisher: Apress


How Does My Python Program Run?

If you are not familiar with microcontrollers and programming, you may be wondering how a Python program goes from your editor such as Mu into the microcontroller to be executed. So, in this section, I give a high-level overview of what happens when you run your Python program.

Python is what is known as an interpreted language, so what this means is that it takes each statement that is present in our source code and converts it into machine language our microcontroller can understand when the program is run. This is contrasted with a compiler that transforms code written into machine code before the program is run.

Python programs are run in three states which areInitialization



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.