Blog Post 3 (2/27/19)-Gabriel Garcia

Within Python, the program’s main function is its the ability towards identification and commands. The Python file, in layman’s terms, has two main parts, the coding identification, and the running program.

WIthin the coding and identification of the Python file, one must be clear and follow the necessary rules of code so that the system may be able to identify the commands instructed by the written program. In order for the program module to work, the student has to clarify what is to be included in their module, such as if they’re writing a sentence, they must identify the different sections as placeholders for what is to be written in by the computer’s command. Second, a student must identify what is to be inserted for these actions, whether a specific word or number, this is necessary for the program to work.

Finally, the student must then run the module and utilize the actions originally programmed within the first part, which allows for the program to run effieicently if all is done right.

Leave a Reply